Fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20732 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
463e20271b
commit
8b6b46f3c4
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ void lcd_init_controller(void)
|
|||
_display_init();
|
||||
}
|
||||
|
||||
void lcd_set_target(short x, short y, short width, short height)
|
||||
void lcd_set_target(int x, short y, int width, int height)
|
||||
{
|
||||
SLCD_SEND_COMMAND(0x50, y);
|
||||
SLCD_SEND_COMMAND(0x51, y+height-1);
|
||||
|
|
Loading…
Reference in a new issue