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:
parent
cc7e667ef2
commit
c9b8f2f5a3
1 changed files with 2 additions and 0 deletions
|
@ -25,10 +25,12 @@
|
|||
|
||||
void _backlight_on(void)
|
||||
{
|
||||
GPO32_ENABLE |= 0x1000000;
|
||||
}
|
||||
|
||||
void _backlight_off(void)
|
||||
{
|
||||
GPO32_ENABLE &= ~0x1000000;
|
||||
}
|
||||
|
||||
void _buttonlight_on(void)
|
||||
|
|
Loading…
Reference in a new issue