mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
20 lines
686 B
Markdown
20 lines
686 B
Markdown
|
# ScrollCounterDemo for SSD1306
|
||
|
|
||
|
![ScrollCounterDemo](https://user-images.githubusercontent.com/6020549/166837973-4a380663-fb77-4417-802a-7f63a2a829c3.JPG)
|
||
|
|
||
|
I borrowed the PNG image from [here](https://www.iconspng.com/image/5656/seven-segment-display-gray-0).
|
||
|
|
||
|
__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](https://www.mischianti.org/2021/07/14/ssd1306-oled-display-draw-images-splash-and-animations-2/) page.
|
||
|
- Paste the BMP data into your code.
|
||
|
|
||
|
|