freemyipod r711 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r710‎ | r711 | r712 >
Date:19:12, 8 May 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: iPod Nano 2G LCD driver: Increase delay after shutting down the LCD. The old one wasn't sufficient to discharge the pixels in some cases.
Modified paths:
  • /emcore/trunk/target/ipodnano2g/lcd.c (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodnano2g/lcd.c
@@ -368,7 +368,7 @@
369369 lcd_send_cmd(0x28);
370370 lcd_send_cmd(0x10);
371371 }
372 - sleep(10000);
 372+ sleep(20000);
373373 }
374374
375375 void INT_DMA8()