Update DisplayManager.cpp

This commit is contained in:
Elfish
2023-04-03 14:51:29 +02:00
parent 54f8ef6a58
commit 9f8b8b9a6c

View File

@@ -30,7 +30,6 @@ fs::File gifFile;
GifPlayer gif; GifPlayer gif;
bool showGif; bool showGif;
CRGB leds[MATRIX_WIDTH * MATRIX_HEIGHT]; CRGB leds[MATRIX_WIDTH * MATRIX_HEIGHT];
// Awtrix Big / Ulanzi
FastLED_NeoMatrix *matrix = new FastLED_NeoMatrix(leds, 8, 8, 4, 1, NEO_MATRIX_TOP + NEO_MATRIX_LEFT + NEO_MATRIX_ROWS + NEO_MATRIX_PROGRESSIVE); FastLED_NeoMatrix *matrix = new FastLED_NeoMatrix(leds, 8, 8, 4, 1, NEO_MATRIX_TOP + NEO_MATRIX_LEFT + NEO_MATRIX_ROWS + NEO_MATRIX_PROGRESSIVE);
MatrixDisplayUi *ui = new MatrixDisplayUi(matrix); MatrixDisplayUi *ui = new MatrixDisplayUi(matrix);