Minor fixes
[hackover2013-badge-firmware.git] / sysinit.c
index 4ce74dd..a3834b6 100644 (file)
--- a/sysinit.c
+++ b/sysinit.c
@@ -195,7 +195,7 @@ void systemInit()
 
   // Initialise the SSD1306 OLED display
   #ifdef CFG_SSD1306
-    ssd1306Init(SSD1306_SWITCHCAPVCC);
+    ssd1306Init(SSD1306_INTERNALVCC);
     ssd1306ClearScreen();   // Clear the screen  
   #endif
 
This page took 0.025435 seconds and 4 git commands to generate.