ItsAgi / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

Support extra VCC line for OLED displays #138

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by olikr...@gmail.com on 1 Feb 2013 at 10:25

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 22 Jan 2014 at 7:59