Added 128x32 support
[hackover2013-badge-firmware.git] / drivers / lcd / tft / hw / ssd1351.c
index eddc0f0..b53d9e3 100644 (file)
@@ -188,7 +188,8 @@ void lcdInit(void)
   CMD(SSD1351_CMD_SETGPIO);
   DATA(0x00);                               // Disable GPIO pins
   CMD(SSD1351_CMD_FUNCTIONSELECTION);
-  DATA(0x00);                               // External VDD
+  DATA(0x00);                               // External VDD (0 = Internal, 1 = External???)*
+                                            // Which is it ... DS is contradictory here!
   CMD(SSD1351_CMD_SETPHASELENGTH);
   DATA(0x32);
   CMD(SSD1351_CMD_SETSEGMENTLOWVOLTAGE);
This page took 0.025161 seconds and 4 git commands to generate.