E-ink photo frame for a Raspberry Pi + Pimoroni Inky Impression 7.3" that shows photos from an Immich album. Includes a phone-friendly album picker.
python -m venv .venv && . .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e ".[dev]"
pytestSee deploy/provision.md.