M:Robe 500: Fix red, commit missing work, reduce lcd wakeup time.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20819 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-04-28 05:20:31 +00:00
parent 57ca7ccf36
commit bee99e496f
2 changed files with 54 additions and 11 deletions

View file

@ -84,9 +84,8 @@ void lcd_awake(void)
sleep(2);
IO_GIO_BITSET2=1<<4;
/* Wait long enough for a frame to be written - yes, it
* takes awhile. */
sleep(HZ/5);
/* Wait long enough for a frame to be written */
sleep(HZ/20);
lcd_update();
lcd_activation_call_hook();