Files
Last update 3 years 11 months
by
Michael Hill
Filesblockwarejpeg-download-example | |
---|---|
.. | |
lib | |
src | |
.gitignore | |
Makefile | |
README.md | |
platformio.ini | |
workspace.code-workspace |
README.mdJPEG Download Example
A small example of downloading a JPEG and rendering it onto the OLED display.
Warning: These OLED displays can experience burn-in. If you leave your block on nonstop with the same image, the ghost of that image may be visible when you do solid colors on the screen later.
Configuring
Create a
secrets.h
file based onsecrets.h.example
that contains your WiFi credentials.