esp-idf-ssd1306/AnimationDemo
2024-09-16 07:48:30 +09:00
..
main Adjusted the latency between frames. 2024-09-12 13:07:06 +09:00
CMakeLists.txt Added AnimationDemo 2022-04-27 07:59:45 +09:00
README.md Update README.md 2024-09-16 07:48:30 +09:00
sdkconfig.defaults Changed the operating frequency from 160MHz to 240MHz for esp32 2022-08-09 23:24:44 +09:00

AnimationDemo for SSD1306

AnimationDemo

esp32s2-pcb-2

I borrowed the BIT MAP data from here.

Wire cables should be as short as possible.
I used a 10 cm wire cable.
However, it is sometimes affected by noise.

Flip upside down cannot be enabled.

This demo does not support 128x32 panels.

The SPI interface operates faster than the I2C interface.
For SPI interfaces, there has a latency period between frames.
By making this smaller, you can display it even faster.