mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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
|
|
@ -3748,3 +3748,33 @@ desc: in record settings menu.
|
|||
eng: "Main and remote unit"
|
||||
voice: "Main and remote unit"
|
||||
new:
|
||||
|
||||
id: LANG_COLOR_RGB_LABELS
|
||||
desc: what to show for the 'R' 'G' 'B' ONE LETTER EACH
|
||||
eng: "RGB"
|
||||
voice:
|
||||
new:
|
||||
|
||||
id: LANG_COLOR_RGB_VALUE
|
||||
desc: in color screen
|
||||
eng: "RGB: %02X%02X%02X"
|
||||
voice:
|
||||
new:
|
||||
|
||||
id: LANG_BACKGROUND_COLOR
|
||||
desc: menu entry to set the background color
|
||||
eng: "Background Colour"
|
||||
voice:
|
||||
new:
|
||||
|
||||
id: LANG_FOREGROUND_COLOR
|
||||
desc: menu entry to set the foreground color
|
||||
eng: "Foreground Colour"
|
||||
voice:
|
||||
new:
|
||||
|
||||
id: LANG_RESET_COLORS
|
||||
desc: menu
|
||||
eng: "Reset Colours"
|
||||
voice:
|
||||
new:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue