Define pins to match SmartMatrix esp32 formum layout

This commit is contained in:
Will Tatam
2023-10-25 01:26:21 +01:00
parent 3ba37e08bd
commit aae9b62a00
2 changed files with 50 additions and 8 deletions

View File

@@ -353,7 +353,7 @@ class BusSmartMatrix : public Bus {
return true; // return !backgroundLayer->isSwapPending();
}
// void setBrightness(uint8_t b, bool immediate);
void setBrightness(uint8_t b, bool immediate);
// uint8_t getPins(uint8_t* pinArray) {} // todo