forked from len0rd/rockbox
Foreground/Background colour settings. Based on patch #3050 by Jonathan Gordon, extended my me. The principle of the patch is that the three sliders contain the native ranges (currently 0..31, 0..63, 0..31), and the equivalent RGB888 colour is displayed underneath. The config block (and global_settings struct) contain the native value for the fg/bg colours (either RGB565 or RGB565SWAPPED), but the text .cfg files contain the RGB888 value written as 6 hex digits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8840 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dd2a5294d6
commit
603f87fe3c
10 changed files with 436 additions and 2 deletions
|
|
@ -58,6 +58,7 @@ recorder/peakmeter.c
|
|||
recorder/widgets.c
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
recorder/backdrop.c
|
||||
gui/color_picker.c
|
||||
#endif
|
||||
#endif
|
||||
#ifdef CONFIG_TUNER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue