ico | ||
config.py | ||
ezFBfont_spleen_8x16_ascii_14.py | ||
ezFBfont_spleen_16x32_ascii_30.py | ||
ezFBfont.py | ||
LICENSE | ||
main.py | ||
open_meteo.py | ||
Pico_ePaper_2_13_v4.py | ||
README.md |
PicoWidget
PicoWidget is a basic program written for a Raspberry Pi Pico W paired with a Waveshare 2.13" (v4) ePaper display. Note that the program is written for the black/white display which supports partial updates.
Use
Install the MicroPython u2f file on to your Pico, then use Thonny or VSCode to upload the .py
files and create an ico
directory and upload the bin
files there.
Adjust the values in config.py
:
- WIFI_SSID = Your WiFi SSID
- WIFI_PASS = Your WiFi Password
- LATLONG = (lat,long).
Then just power the Pico and you'll have tour very own PicoWidget.
License
This project incorporates files from ezFBfont
which is licensed under the MIT license.
This project incorporates font data from ezFBfont
which was originally sourced from Frederic Cambus
under the BSD-3-Clause license.
Files sourced from other projects all contain licensing details within the files.
All other files are released under the MIT license.