From c552e03c90859d476a5fbfe03b17e40ce21ef2fc Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 10 Feb 2005 21:12:59 +0000 Subject: 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 --- apps/plugins/lib/SOURCES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins/lib/SOURCES') 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 -- cgit v1.1