Convert GIF animations into optimized C arrays for ESP32 OLED displays.
Perfect for smooth frame-based animation on 128x64 OLED.
- Upload a GIF
- Frames are extracted automatically
- Converted into monochrome bitmap
- Generates optimized C array code
- Ready to use in ESP32 / Arduino
- ποΈ GIF β frame-by-frame C conversion
- β‘ Optimized for OLED performance
- π Auto scaling for 128x64 displays
- π Works fully in browser (no install)
- π§ Efficient memory-friendly output
const unsigned char frames[][1024] = { {0x00, 0xFF, 0xA5, ...}, {0x00, 0xAA, 0x55, ...}, };
If you found this project useful:
- β Star the repository
- π΄ Fork and improve it
- π Report issues or suggest features
Contributions are always welcome!
Have ideas or improvements?
Feel free to open an issue or reach out β would love to see what you build with Pixel2Code π
Made with β€οΈ by Surya.S
β‘ Turning pixels into code