summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-02-10 21:12:59 +0000
committerJens Arnold <amiconn@rockbox.org>2005-02-10 21:12:59 +0000
commitc552e03c90859d476a5fbfe03b17e40ce21ef2fc (patch)
treef2577979b265c1904423c79f76d128f3b6653143 /apps/plugins/lib/SOURCES
parent037083af2d99e1b82d9a11a2713c5a88ba0015ef (diff)
downloadrockbox-c552e03c90859d476a5fbfe03b17e40ce21ef2fc.tar.gz
rockbox-c552e03c90859d476a5fbfe03b17e40ce21ef2fc.zip
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
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index 3873d2659b..8bd47a25b0 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -30,3 +30,6 @@ gray_set_foreground.c
30gray_setfont.c 30gray_setfont.c
31gray_verline.c 31gray_verline.c
32#endif 32#endif
33#ifdef HAVE_LCD_CHARCELLS
34playergfx.c
35#endif