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
|
|
@ -3,7 +3,7 @@ kernel.c
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
lcd-bitmap.c
|
||||
#elif defined(HAVE_LCD_CHARCELLS)
|
||||
lcd-charcell.c
|
||||
lcd-charcells.c
|
||||
#endif
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
lcd-remote-bitmap.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue