1
0
Fork 0
forked from len0rd/rockbox

iPod: Remove some iPod Photo lcd initialisation code that (when used in the bootloader) corrupted the colors in the original firmware.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8497 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-01-30 23:25:57 +00:00
parent 3b8934d6d1
commit d3784e5d08

View file

@ -153,16 +153,6 @@ void lcd_init_device(void)
outl(inl(0x6000600c) | 0x20000, 0x6000600c); /* PWM enable */
if (lcd_type == 0) {
lcd_cmd_data(0xef, 0x0);
lcd_cmd_data(0x1, 0x0);
lcd_cmd_data(0x80, 0x1);
lcd_cmd_data(0x10, 0x8);
lcd_cmd_data(0x18, 0x6);
lcd_cmd_data(0x7e, 0x4);
lcd_cmd_data(0x7e, 0x5);
lcd_cmd_data(0x7f, 0x1);
}
#elif CONFIG_LCD == LCD_IPODNANO
/* iPodLinux doesn't appear have any LCD init code for the Nano */
#endif