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:
Szymon Dziok 2011-09-20 10:32:58 +00:00
parent 4c5f5ef347
commit fd9859ead2

View file

@ -112,6 +112,7 @@ bool ide_powered(void)
void power_off(void)
{
_backlight_off();
sleep(HZ/10);
/* power off bit */
GPIOB_ENABLE |= 0x80;