diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-07-12 23:50:37 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-07-12 23:50:37 +0000 |
| commit | 937725f6749bced2526a13ebb8772233986917e3 (patch) | |
| tree | 18d3711f1b8bd2d9882a55d4461069a735b54e42 /apps/plugins/lib/SOURCES | |
| parent | 89d6e950fd6c76c15eec15ef513e44c147fa3862 (diff) | |
| download | rockbox-937725f6749bced2526a13ebb8772233986917e3.zip rockbox-937725f6749bced2526a13ebb8772233986917e3.tar.gz rockbox-937725f6749bced2526a13ebb8772233986917e3.tar.bz2 rockbox-937725f6749bced2526a13ebb8772233986917e3.tar.xz | |
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
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 49abf85..00cc6d8 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -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 |