mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
added backkight_on(), we should have this change background colour or
something but right now it does nothing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1157 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0e2092f5ac
commit
5bee7a490f
1 changed files with 5 additions and 0 deletions
|
|
@ -109,3 +109,8 @@ void lcd_update (void)
|
|||
/* Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);*/
|
||||
XSync(dpy,False);
|
||||
}
|
||||
|
||||
void backlight_on(void)
|
||||
{
|
||||
/* we could do something better here! */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue