This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf-ssd1306
Watch
1
Star
0
Fork
0
You've already forked esp-idf-ssd1306
mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced
2024-10-03 18:18:47 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ee66bd1ed4
esp-idf-ssd1306
/
ImageDemo
History
nopnop2002
ee66bd1ed4
Changed the unit of width parameter from bytes to pixels
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
README.md
ImageDemo for SSD1306
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.