Skip to content

Commit

Permalink
Merge pull request #32 from hpwit/integration
Browse files Browse the repository at this point in the history
adding esp32s3 suppport
  • Loading branch information
hpwit authored Nov 20, 2024
2 parents 9683261 + 3e01f55 commit e7b2f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/framebuffer/framebuffer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ frameBuffer leds = frameBuffer(NUM_LEDS);
#else
Pixel leds[NUM_LEDS];
#endif
int Pins[6] = {14, 12, 13, 25, 33, 32};


I2SClocklessVirtualLedDriver driver;
int offset = 0;
Expand Down

0 comments on commit e7b2f0e

Please sign in to comment.