Good news, 1 out of every 2 animations (roughly) is working

This commit is contained in:
2025-09-18 18:31:47 -04:00
parent 1a19425592
commit 1ed3c99141
3 changed files with 53 additions and 16 deletions

View File

@@ -2,6 +2,7 @@
#define SMARTMATRIXPHYSICALMATRIX_H
#ifdef CORE_TEENSY
#ifdef ENABLE_TEENSY_SMARTMATRIX
#include "SmartMatrix.h"
#include "LEDHAL2D.h"
@@ -45,5 +46,6 @@ class SmartMatrixPhysicalMatrix : public LEDHAL2D {
SMLayerBackground<rgb24, 0>* layer;
};
#endif
#endif
#endif