forked from len0rd/rockbox
Change the default background colour to black on colour targets. It fits better with the default theme and also with the bootloaders.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17380 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
57cbd77788
commit
9a54d9645d
1 changed files with 2 additions and 2 deletions
|
@ -285,8 +285,8 @@ static inline unsigned lcd_color_to_native(unsigned color)
|
|||
#define LCD_DARKGRAY LCD_RGBPACK(85, 85, 85)
|
||||
#define LCD_LIGHTGRAY LCD_RGBPACK(170, 170, 170)
|
||||
#define LCD_WHITE LCD_RGBPACK(255, 255, 255)
|
||||
#define LCD_DEFAULT_FG LCD_BLACK
|
||||
#define LCD_DEFAULT_BG LCD_RGBPACK(182, 198, 229) /* rockbox blue */
|
||||
#define LCD_DEFAULT_FG LCD_WHITE
|
||||
#define LCD_DEFAULT_BG LCD_BLACK
|
||||
#define LCD_DEFAULT_LS LCD_WHITE
|
||||
|
||||
#elif LCD_DEPTH > 1 /* greyscale */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue