[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
+8 -1
View File
@@ -86,9 +86,16 @@ avian/ # everything we add to BirdNET-Pi
├── api/ # PHP shims served by BirdNET-Pi's PHP-FPM
├── scripts/ # generate -> cutout -> masks pipeline + prompt
└── forwarding/ # optional HA / MQTT / Cloudflare configs
frame/ # optional e-ink wall display
```
Everything outside `avian/` is upstream BirdNET-Pi.
Everything outside `avian/` and `frame/` is upstream BirdNET-Pi.
---
## Wall frame
An optional e-ink frame mirrors the last 24h of birds onto a panel by your window. Build it from [`frame/`](frame/README.md).
---