@reyalp - heads up
New palette seems to be required for the
SD780 - I've matched the colors somewhat to name but any suggestions other then "seem to pick the right #"?
Also note that SCREEN_COLOR from the gui_bench.c will need to be moved because 0xF7 is white for me. 🙁
-----
#elif CAM_BITMAP_PALETTE==4
#define COLOR_TRANSPARENT 0x00
#define COLOR_WHITE 0x01 //lots to pick from...
#define COLOR_RED 0x75
#define COLOR_GREY 0x15
#define COLOR_GREEN 0xC3
#define COLOR_BLUE_LT 0x7B
#define COLOR_BLUE 0x8C
#define COLOR_YELLOW 0x52
#define COLOR_BLACK 0xFF
#define COLOR_BG 0x44
#define COLOR_FG COLOR_WHITE
#define COLOR_SELECTED_BG COLOR_RED
#define COLOR_SELECTED_FG COLOR_WHITE
#define COLOR_ALT_BG 0xD4
#define COLOR_SPLASH_RED 0x75
#define COLOR_SPLASH_PINK 0x60
#define COLOR_SPLASH_GREY 0x15
#define SCREEN_COLOR COLOR_SPLASH_GREY