m:robe 100 - now that we have working buttons, we can enable backlight on/off.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16402 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mark Arigo 2008-02-24 04:30:05 +00:00
parent cc7e667ef2
commit c9b8f2f5a3

View file

@ -25,10 +25,12 @@
void _backlight_on(void)
{
GPO32_ENABLE |= 0x1000000;
}
void _backlight_off(void)
{
GPO32_ENABLE &= ~0x1000000;
}
void _buttonlight_on(void)