mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 16:12:28 -05:00
Red build pill
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3359 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0d5ea771c8
commit
e15b8f4414
1 changed files with 5 additions and 0 deletions
|
|
@ -39,6 +39,11 @@ BITMAPINFO2 bmi =
|
||||||
}; /* bitmap information */
|
}; /* bitmap information */
|
||||||
|
|
||||||
|
|
||||||
|
void lcd_set_invert_display(bool invert)
|
||||||
|
{
|
||||||
|
(void)invert;
|
||||||
|
}
|
||||||
|
|
||||||
/* lcd_update()
|
/* lcd_update()
|
||||||
update lcd */
|
update lcd */
|
||||||
void lcd_update()
|
void lcd_update()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue