mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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:
parent
037083af2d
commit
c552e03c90
3 changed files with 200 additions and 0 deletions
|
@ -30,3 +30,6 @@ gray_set_foreground.c
|
|||
gray_setfont.c
|
||||
gray_verline.c
|
||||
#endif
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
playergfx.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue