forked from len0rd/rockbox
Beginnings of a library complementing the core LCD functions. First function: filled triangle drawing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7128 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
89d6e950fd
commit
937725f674
3 changed files with 146 additions and 0 deletions
|
@ -31,6 +31,9 @@ gray_set_foreground.c
|
|||
gray_setfont.c
|
||||
gray_verline.c
|
||||
#endif
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
xlcd.c
|
||||
#endif
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
playergfx.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue