esp-idf-ssd1306/BalloonDemo
2024-09-16 15:24:09 +09:00
..
image fixed shebang 2024-09-16 12:06:18 +09:00
main Changed variable name 2024-09-16 15:24:09 +09:00
CMakeLists.txt added BalloonDemo 2024-09-16 09:31:54 +09:00
README.md Update README.md 2024-09-16 09:34:34 +09:00
sdkconfig.defaults added BalloonDemo 2024-09-16 09:31:54 +09:00

BalloonDemo for SSD1306

BalloonDemo

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.
cloud1

Use this image as the foreground image and move it left and right.
balloon48x48

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.