mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-21 19:12:39 -05:00
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:
parent
57ca7ccf36
commit
bee99e496f
2 changed files with 54 additions and 11 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue