esp-idf-ssd1306/ScrollCounterDemo
2022-05-19 18:44:13 +09:00
..
main Fixed a bug when Flip upside down was enabled 2022-05-19 18:44:13 +09:00
pngs Added ScrollCounterDemo 2022-05-05 07:51:29 +09:00
CMakeLists.txt Added ScrollCounterDemo 2022-05-05 07:51:29 +09:00
README.md Added ScrollCounterDemo 2022-05-05 07:51:29 +09:00

ScrollCounterDemo for SSD1306

ScrollCounterDemo

I borrowed the PNG image from here.

Wire cables should be as short as possible.

I used a 10 cm wire cable.
However, it is sometimes affected by noise.

How to create BIT MAP data

  • Download PNG image.
  • Shrink PNG images below frame size.
  • Convert from PNG to BMP data using this page.
  • Paste the BMP data into your code.