added a few more libraries

main
Paco Hope 2023-12-01 08:52:26 -05:00
parent 890f288e99
commit 156776f33f
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ These are all web sites, videos, and references I used when putting it together.
- I pulled the Wifi connection code from [RTC Clock Demo](https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/inky_frame/inky_frame_rtc_demo.py)
- I couldn't find any examples or documentation for how to use [pngdec](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/modules/pngdec), which is the library for decoding and displaying PNG images. Luckily, it works a lot like [jpegdec](https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/modules/jpegdec) and so I used the same APIs and it worked.
## Home Assistant
* [HACS](https://hacs.xyz/): extra customisation framework that basically all Home Assistant users should have
* [Kiosk Mode](https://github.com/maykar/kiosk-mode): installs a "kiosk" mode of a Lovelace dashboard that hides the menu bars and stuff. Perfect for this application.
## Hass Screen Saver Kindle
- The [main repository](https://github.com/sibbl/hass-lovelace-kindle-screensaver/tree/main)