[FEAT] frame: e-ink wall display mirroring the live collage

This commit is contained in:
Teddy Warner
2026-06-12 10:00:20 -07:00
committed by GitHub
parent 02dd83e516
commit cc9469d695
14 changed files with 34912 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
# Frame Pi: display.py + the Inky panel.
# On a Pi Zero W (ARMv6) numpy needs libatlas3-base, and the panel needs SPI +
# I2C enabled. install.sh handles all of that, so prefer running install.sh on
# a fresh Pi rather than installing this file by hand.
Pillow>=10,<12
inky>=2.1,<3
tomli; python_version < "3.11"