From 74cbb0a1b24a5d2e32d2667b236483b5e7253e98 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Sun, 17 Jun 2007 21:16:34 +0000 Subject: Give color targets the ability to display each LCD line a different color and use this newfangled ability to provide themable colored file types. See the comments on read_color_theme_file and the sample.colors file provided for how to use this. .colors files go in themes directory for now. This separate line color function should be trivial to add to menus and wpss. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13656 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index 926170e..b0adb92 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -109,4 +109,8 @@ void check_bootfile(bool do_rolo); /* check range, set volume and save settings */ void setvol(void); +#ifdef HAVE_LCD_COLOR +int hex_to_rgb(const char* hex); +#endif + #endif /* MISC_H */ -- cgit v1.1