HDD6330: improve the behavior of the lcd during shutdown.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30575 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4c5f5ef347
commit
fd9859ead2
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ bool ide_powered(void)
|
|||
void power_off(void)
|
||||
{
|
||||
_backlight_off();
|
||||
sleep(HZ/10);
|
||||
|
||||
/* power off bit */
|
||||
GPIOB_ENABLE |= 0x80;
|
||||
|
|
Loading…
Reference in a new issue