mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
.. | ||
image | ||
main | ||
CMakeLists.txt | ||
README.md | ||
sdkconfig.defaults |
BalloonDemo for SSD1306
This demo shows how to overlay background and foreground images.
Use this image as the background image and move from top to bottom.
This allows you to achieve animation effects.
Use this image as the foreground image and move it left and right.
How to make your original BIT MAP data
- Prepare your image file.
- Convert image file to BMP data using this page.
- Paste the BMP data into your code.