git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20732 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-04-18 18:33:41 +00:00
parent 463e20271b
commit 8b6b46f3c4

View file

@ -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);