mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
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)
|
void power_off(void)
|
||||||
{
|
{
|
||||||
_backlight_off();
|
_backlight_off();
|
||||||
|
sleep(HZ/10);
|
||||||
|
|
||||||
/* power off bit */
|
/* power off bit */
|
||||||
GPIOB_ENABLE |= 0x80;
|
GPIOB_ENABLE |= 0x80;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue