diff options
Diffstat (limited to 'firmware/export/config-player.h')
| -rw-r--r-- | firmware/export/config-player.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index 91d97ab..3071a09 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -15,6 +15,12 @@ #define SIM_LCD_WIDTH 132 /* pixels */ #define SIM_LCD_HEIGHT 64 /* pixels */ +/* Display colours, for screenshots and sim (0xRRGGBB) */ +#define LCD_DARKCOLOR 0x000000 +#define LCD_BRIGHTCOLOR 0x5a915a +#define LCD_BL_DARKCOLOR 0x000000 +#define LCD_BL_BRIGHTCOLOR 0x7ee57e + /* define this if you have the Player's keyboard */ #define CONFIG_KEYPAD PLAYER_PAD |