forked from len0rd/rockbox
Onda VX747:
* Add YUV support * Clean up LCD driver a bit and speed it up git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20730 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
14a510aff2
commit
a54e0b6dba
5 changed files with 177 additions and 105 deletions
|
|
@ -29,7 +29,7 @@ void lcd_init_device(void);
|
|||
|
||||
|
||||
void lcd_init_controller(void);
|
||||
void lcd_set_target(short x, short y, short width, short height);
|
||||
void lcd_set_target(int x, int y, int width, int height);
|
||||
void lcd_on(void);
|
||||
void lcd_off(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue