Repaired the color palette for MatrixEffect.

This commit is contained in:
Fabian Schlenz 2019-06-05 06:27:34 +02:00
parent 57815cb3bf
commit de180b9b28
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ __attribute__ ((aligned(4))) extern const TProgmemRGBGradientPalette_byte palett
__attribute__ ((aligned(4))) extern const TProgmemRGBGradientPalette_byte palette_matrix[] FL_PROGMEM = {
0, 0, 0, 0, // black
240, 0,255, 0, // green
200, 0,255, 0, // green
255, 255,255,255 }; // white