Beginnings of a graphics library for the player LCD. So far the only drawing functions are clear_display(), drawpixel() and drawline().

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5882 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-02-10 21:12:59 +00:00
parent 037083af2d
commit c552e03c90
3 changed files with 200 additions and 0 deletions

View file

@ -30,3 +30,6 @@ gray_set_foreground.c
gray_setfont.c
gray_verline.c
#endif
#ifdef HAVE_LCD_CHARCELLS
playergfx.c
#endif