esp-idf-ssd1306/BalloonDemo/README.md

21 lines
842 B
Markdown
Raw Normal View History

2024-09-15 20:31:54 -04:00
# BalloonDemo for SSD1306
![BalloonDemo](https://github.com/user-attachments/assets/0e9a7e6e-704e-4edd-9157-e7194756fb1d)
This demo shows how to overlay background and foreground images.
Use this image as the background image and move from top to bottom.
2024-09-15 20:34:34 -04:00
This allows you to achieve animation effects.
2024-09-15 20:33:26 -04:00
![cloud1](https://github.com/user-attachments/assets/6b64cbaa-242f-45a9-8a55-766b0550942f)
2024-09-15 20:31:54 -04:00
Use this image as the foreground image and move it left and right.
![balloon48x48](https://github.com/user-attachments/assets/cd01a2b7-373b-4369-8cc6-f1ccac1bb9b4)
# How to make your original BIT MAP data
- Prepare your image file.
- Convert image file 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.