OLED Animation Studio — Multi-Frame Timeline Editor for SSD1306 Arduino & ESP32
Build frame-by-frame animations for OLED displays in your browser. The Animation Studio features a full timeline editor where you can import frames, reorder them by drag-and-drop, set playback speed, apply batch transforms, and export as an animated GIF or a complete multi-frame Arduino sketch.
How to export an OLED animation to Arduino
Add frames to the timeline from the Pixel Editor or import from the Image Converter. Set your desired FPS, preview playback, then click Export → Arduino Sketch to download a .ino file with all bitmap frames in a PROGMEM array and a loop() that cycles through them on your SSD1306 display.