esp-idf-ssd1306/ImageDemo
2022-04-26 21:57:48 +09:00
..
main Added fleischer data 2022-04-26 21:48:25 +09:00
CMakeLists.txt Added ImageDemo 2022-04-26 15:29:00 +09:00
README.md Update README.md 2022-04-26 21:57:48 +09:00

ImageDemo for SSD1306

ImageDemo-1 ImageDemo-2

I borrowed the BIT MAP data from here.

I created BIT MAP data from this file.

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.