1
0
Fork 0
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:
Jens Arnold 2005-07-12 23:50:37 +00:00
parent 89d6e950fd
commit 937725f674
3 changed files with 146 additions and 0 deletions

View file

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