1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Brandon Low 2007-06-17 21:16:34 +00:00
parent b57806237d
commit 74cbb0a1b2
15 changed files with 227 additions and 76 deletions

View file

@ -43,8 +43,8 @@ int remote_type(void);
extern struct event_queue remote_scroll_queue;
#endif
#define STYLE_DEFAULT 0
#define STYLE_INVERT 1
#define STYLE_DEFAULT 0x00000000
#define STYLE_INVERT 0x20000000
#if LCD_REMOTE_DEPTH <= 8
#if (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED) \