This commit is contained in:
Will Tatam
2024-01-13 18:52:34 +00:00
parent 19029c649b
commit 31edc73380
3 changed files with 9 additions and 14 deletions

View File

@@ -369,6 +369,7 @@ class BusSmartMatrix : public Bus {
private:
MatrixPanel_I2S_DMA *display = nullptr;
HUB75_I2S_CFG mxconfig;
uint8_t r, g, b, x, y;
};
#endif