esp-idf-ssd1306/ImageDemo
2022-04-27 13:55:44 +09:00
..
main Changed the unit of width parameter from bytes to pixels 2022-04-27 13:55:44 +09:00
CMakeLists.txt Added ImageDemo 2022-04-26 15:29:00 +09:00
README.md Update README.md 2022-04-26 21:58:48 +09:00

ImageDemo for SSD1306

ImageDemo-1 ImageDemo-2

I borrowed the BIT MAP data from here.

I generated 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.