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:
parent
b57806237d
commit
74cbb0a1b2
15 changed files with 227 additions and 76 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue