Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alantang888/pico-inky4-display


https://github.com/alantang888/pico-inky4-display

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Add `src/secrets.py` file with entry:
- WIFI_SSID
- WIFI_PASSWD
- HA_API_KEY
- GUEST_WIFI_SSID
- GUEST_WIFI_PASSWD

Copy [network_manager.py] to `src/lib/` directory.

7 Colour from [inky_frame.py]:
- 0: BLACK
- 1: WHITE
- 2: GREEN
- 3: BLUE
- 4: RED
- 5: YELLOW
- 6: ORANGE

[network_manager.py]: https://github.com/pimoroni/pimoroni-pico/blob/b4451c3bdc06235a1358a5a8aabd008647ed9f8a/micropython/examples/common/network_manager.py
[inky_frame.py]: https://github.com/pimoroni/pimoroni-pico/blob/b4451c3bdc06235a1358a5a8aabd008647ed9f8a/micropython/modules_py/inky_frame.py