A number of changes to try to get to the point where I could use Wokwi for some basic testing of animations

This commit is contained in:
2025-09-14 21:54:17 -04:00
parent 414a5bb749
commit 67ac7aa752
9 changed files with 27 additions and 217 deletions

View File

@@ -1,6 +1,8 @@
#ifndef SMARTMATRIXPHYSICALMATRIX_H
#define SMARTMATRIXPHYSICALMATRIX_H
#ifdef CORE_TEENSY
#include "SmartMatrix.h"
#include "LEDHAL2D.h"
@@ -43,4 +45,5 @@ class SmartMatrixPhysicalMatrix : public LEDHAL2D {
SMLayerBackground<rgb24, 0>* layer;
};
#endif
#endif