From 2da8f69c95cce7726ae4c0a41ce04bf42fff65df Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Wed, 19 Jul 2006 19:44:44 +0000 Subject: Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10254 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 f0e9ebce63..dba800938d 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -21,4 +21,7 @@ profile_plugin.c xlcd_core.c xlcd_draw.c xlcd_scroll.c +#ifdef HAVE_LCD_COLOR +bmp.c +#endif #endif -- cgit v1.2.3