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:
@@ -13,7 +13,7 @@ class CLEDControllerPhysicalStrip : public LEDHAL {
|
||||
void setColor(int16_t pixel, CRGB color) { controller->leds()[pixel] = color; }
|
||||
|
||||
protected:
|
||||
void updateLEDs() { controller->showLeds(); }
|
||||
void updateLEDs() { controller->showLeds(255); }
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user