Initial scaffold: NixOS + SvelteKit dashboard + Python renderer

This commit is contained in:
Ruben Hensen
2026-06-07 18:15:06 +02:00
commit 50256fa384
25 changed files with 4491 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[project]
name = "eink-renderer"
version = "0.1.0"
description = "Screenshot the dashboard, dither it, push it to the Waveshare 12.48\" panel."
requires-python = ">=3.11"
dependencies = [
"playwright>=1.48",
"pillow>=10.4",
"numpy>=2.1",
"requests>=2.32",
# Hardware-only — installed by Nix, not pip on dev machines.
# "spidev>=3.6",
# "RPi.GPIO>=0.7",
]