mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
.. | ||
images | ||
main | ||
CMakeLists.txt | ||
README.md | ||
sdkconfig.defaults |
BlinkIconDemo for SSD1306
I borrowed the BIT MAP data from here.
https://thenounproject.com/icon/receive-data-3177814/
https://thenounproject.com/icon/receive-data-3177850/
https://thenounproject.com/icon/data-send-3753756/
https://thenounproject.com/icon/data-send-3753855/
How to make your original BIT MAP data
- Prepare your image file.
- Convert image file to JPEG format.
- Resize image file to 128x64.
I used this.
convert input.jpg -resize x64 output.jpg
- Convert image file to BMP data using this page.
- Paste the BMP data into your code.