diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-02-10 21:12:59 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-02-10 21:12:59 +0000 |
| commit | c552e03c90859d476a5fbfe03b17e40ce21ef2fc (patch) | |
| tree | f2577979b265c1904423c79f76d128f3b6653143 /apps/plugins/lib/SOURCES | |
| parent | 037083af2d99e1b82d9a11a2713c5a88ba0015ef (diff) | |
| download | rockbox-c552e03c90859d476a5fbfe03b17e40ce21ef2fc.zip rockbox-c552e03c90859d476a5fbfe03b17e40ce21ef2fc.tar.gz rockbox-c552e03c90859d476a5fbfe03b17e40ce21ef2fc.tar.bz2 rockbox-c552e03c90859d476a5fbfe03b17e40ce21ef2fc.tar.xz | |
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/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 3873d26..8bd47a2 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -30,3 +30,6 @@ gray_set_foreground.c gray_setfont.c gray_verline.c #endif +#ifdef HAVE_LCD_CHARCELLS +playergfx.c +#endif |