From 937725f6749bced2526a13ebb8772233986917e3 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 12 Jul 2005 23:50:37 +0000 Subject: 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 --- 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 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 -- cgit v1.1