Fix red sim build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3358 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
98a9198a49
commit
0d5ea771c8
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ unsigned char lcd_framebuffer_copy[LCD_WIDTH][LCD_HEIGHT/8];
|
|||
|
||||
static int counter;
|
||||
|
||||
void lcd_set_invert_display(bool invert)
|
||||
{
|
||||
(void)invert;
|
||||
}
|
||||
|
||||
void lcd_update (void)
|
||||
{
|
||||
int x, y;
|
||||
|
|
Loading…
Reference in a new issue