olikraus / u8glib

Arduino Monochrom Graphics Library for LCDs and OLEDs
https://github.com/olikraus/u8glib/wiki
Other
1.26k stars 316 forks source link

Support extra VCC line for OLED displays #138

Open olikraus opened 9 years ago

olikraus commented 9 years ago

Originally reported on Google Code with ID 138

With an extra VCC line, the lifetime of OLEDS can be extendend.
Init sequence needs an extra command to enable this (U8G_ESC_VCC(1))
Howerver, the functionality (u8g_SetVCC()) is not yet implemented. It would require
an extra pin and an extension of the existininf init procedures

See also: u8g_dev_ssd1309_128x64.c

Reported by olikraus on 2013-02-01 22:25:43

olikraus commented 9 years ago

Reported by olikraus on 2014-01-22 19:59:09