s5pc100: tickertape: Modified initial color of GRAM.
authordaeinki <inki.dae@samsung.com>
Tue, 7 Jul 2009 11:00:09 +0000 (20:00 +0900)
committerdaeinki <inki.dae@samsung.com>
Tue, 7 Jul 2009 11:00:09 +0000 (20:00 +0900)
Signed-off-by: daeinki <inki.dae@samsung.com>
drivers/video/eltz_lcd.c

index e0c8bd4..f1af149 100644 (file)
@@ -187,9 +187,9 @@ static void sublcd_power_on(void)
        /* DISPLAY ON */
        sublcd_write_register_16(0x05, 0x0001);
 
-       /* initialize GRAM region to write color*/
+       /* initialize GRAM region to black color*/
        sublcd_write_GRAM();
-       read_image16((char *)SUBLCD_BASE, 0, 0, 240, 320, makepixel565(255,255,255));
+       read_image16((char *)SUBLCD_BASE, 0, 0, 240, 320, makepixel565(0,0,0));
 }
 
 static void srom_write_setup(void)