Fixed alpha blending at 100%
[hackover2013-badge-firmware.git] / drivers / displays / tft / hw / ssd1351.c
index bd9e6ac..261cd7e 100644 (file)
@@ -279,7 +279,7 @@ void lcdInit(void)
   //  DATA(0xBF);
 
   // Clear screen
   //  DATA(0xBF);
 
   // Clear screen
-  lcdFillRGB(COLOR_RED);
+  lcdFillRGB(COLOR_BLACK);
 
   // Turn the display on
   CMD(SSD1351_CMD_SLEEPMODE_DISPLAYON);  
 
   // Turn the display on
   CMD(SSD1351_CMD_SLEEPMODE_DISPLAYON);  
This page took 0.021734 seconds and 4 git commands to generate.