src.nth.io/

summaryrefslogtreecommitdiff
path: root/doorbell-viewport/templates/doorbell-viewport.env.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-04-13 07:45:07 -0500
committerLuke Hoersten <[email protected]>2026-04-13 07:45:07 -0500
commitc1bd1d0f3abe8d4de65f2c95731711a6efa3008d (patch)
treedcaaad1ffed88e793ac8826b83d85513a4d982ba /doorbell-viewport/templates/doorbell-viewport.env.j2
parent8a14be01daaa8c77733e53ed1da2a6914aaac407 (diff)
Remove vcgencmd display backend, simplify DisplayController
Always use sysfs backlight. vcgencmd resets DRM planes under fkms making it incompatible with the drm video output. Removes libraspberrypi-bin dependency and panel/vcgencmd dead code.
Diffstat (limited to 'doorbell-viewport/templates/doorbell-viewport.env.j2')
-rw-r--r--doorbell-viewport/templates/doorbell-viewport.env.j21
1 files changed, 0 insertions, 1 deletions
diff --git a/doorbell-viewport/templates/doorbell-viewport.env.j2 b/doorbell-viewport/templates/doorbell-viewport.env.j2
index 13f3849..9fa8830 100644
--- a/doorbell-viewport/templates/doorbell-viewport.env.j2
+++ b/doorbell-viewport/templates/doorbell-viewport.env.j2
@@ -4,7 +4,6 @@ DOORBELL_VIEWPORT_PROTECT_PASSWORD={{vault_doorbell_viewport_protect_password}}
DOORBELL_VIEWPORT_CAMERA_ID={{doorbell_viewport_camera_id}}
DOORBELL_VIEWPORT_TIMEOUT={{doorbell_viewport_timeout}}
DOORBELL_VIEWPORT_TOUCH_MATCH={{doorbell_viewport_touch_match}}
-DOORBELL_VIEWPORT_DISPLAY_BACKEND={{doorbell_viewport_display_backend}}
DOORBELL_VIEWPORT_ORIENTATION={{doorbell_viewport_orientation}}
DOORBELL_VIEWPORT_DRM_DEVICE={{doorbell_viewport_drm_device}}
DOORBELL_VIEWPORT_DRM_CONNECTOR={{doorbell_viewport_drm_connector}}