2019-06-04 03:55:24 +00:00
|
|
|
#include "my_color_palettes.h"
|
|
|
|
|
|
|
|
__attribute__ ((aligned(4))) extern const TProgmemRGBGradientPalette_byte palette_fire[] FL_PROGMEM = {
|
2019-06-07 04:24:16 +00:00
|
|
|
0, 0, 0, 0, //black
|
|
|
|
128, 255, 0, 0, //red
|
|
|
|
224, 255,255, 0, //bright yellow
|
|
|
|
255, 255,255,255 }; //full white
|
2019-06-04 03:55:24 +00:00
|
|
|
|
|
|
|
__attribute__ ((aligned(4))) extern const TProgmemRGBGradientPalette_byte palette_matrix[] FL_PROGMEM = {
|
2019-06-07 04:24:16 +00:00
|
|
|
0, 0, 0, 0, // black
|
2019-06-12 04:32:06 +00:00
|
|
|
255, 0,255, 0 }; // green
|