Going from the Arduino to ESP32 The animations are essentially large 2D arrays of CRGB data, and even 1 animation of 5 frames was too large for the Arduino UNO (SRAM 2KB) so I switched to the ESP32 C6 Mini (SRAM 512 KB) – plenty of space for some small animations. I used the […]
Tag: popup
Homemade LED Matrix TV Pop Up with ESP32 (Part 1)
In this blog I’m going to explain how I made a ‘pop-up’ TV with a functioning screen showing pixel animations. There is a ‘remote’ controlling the ‘channels’- so when a button is pressed a new animation is presented on the screen. Pop Up Design The design for my pop up went through several iterations. I […]