App for Raspberry Pico that let you get image from e-paper server and display it.
I've created this app for my project that uses Raspberry pico and Waveshare e-ink screen. It allows me to display calendar (or any other image actually) from e-paper server and I can have an e-ink display in photo frame from IKEA that shows me all of my events.
- micropython
- Raspberry Pico
- 7.5 inch e-ink display
- drivers from Waveshare website
Here is documentation how to work with micropython.
This app needs .config file:
ssid=<wifi-ssid>
password=<wifi-password>
url=<url-to-get-image>
refresh_period_min=60
max_retries_download_calendar=10
delay_retry_download_calendar_s=5
timeout_download_calendar_s=14
max_retries_download_calendar=10
timeout_connect_wifi_s=15
