forked from len0rd/rockbox
Charcell lcd driver: Preparations for switching to non-immediate LCD updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12979 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6186b556bd
commit
54ea2e435e
16 changed files with 764 additions and 948 deletions
|
|
@ -66,6 +66,7 @@ static const struct plugin_api rockbox_api = {
|
|||
|
||||
/* lcd */
|
||||
lcd_set_contrast,
|
||||
lcd_update,
|
||||
lcd_clear_display,
|
||||
lcd_setmargins,
|
||||
lcd_getstringsize,
|
||||
|
|
@ -114,7 +115,6 @@ static const struct plugin_api rockbox_api = {
|
|||
lcd_puts_scroll_style,
|
||||
&lcd_framebuffer[0][0],
|
||||
lcd_blit,
|
||||
lcd_update,
|
||||
lcd_update_rect,
|
||||
gui_scrollbar_draw,
|
||||
font_get,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue