Change colors for new gamma

pull/4/head
erikkaashoek 6 years ago
parent ff6623958c
commit 992973eee2

@ -521,9 +521,9 @@ extern volatile uint8_t redraw_request;
#define DEFAULT_NORMAL_BAT_COLOR RGB565( 31,227, 0)
#define DEFAULT_LOW_BAT_COLOR RGB565(255, 0, 0)
#define DEFAULT_SPEC_INPUT_COLOR RGB565(128,255,128);
#define BRIGHT_COLOR_BLUE RGB565(200,200,255)
#define BRIGHT_COLOR_RED RGB565(255,200,200)
#define BRIGHT_COLOR_GREEN RGB565(200,255,200)
#define BRIGHT_COLOR_BLUE RGB565(0,0,255)
#define BRIGHT_COLOR_RED RGB565(255,0,0)
#define BRIGHT_COLOR_GREEN RGB565(0,255,0)
extern uint16_t foreground_color;
extern uint16_t background_color;

Loading…
Cancel
Save

Powered by TurnKey Linux.