From 4111f11b04f6a9da57b156515e1dde4e08f7001f Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sun, 12 Jul 2026 13:12:34 -0700 Subject: [PATCH] fix: make temp_view/status_view backgrounds transparent to unblock mode toggle --- firmware/components/display-classic.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/components/display-classic.yaml b/firmware/components/display-classic.yaml index 73c618d..36e9afd 100644 --- a/firmware/components/display-classic.yaml +++ b/firmware/components/display-classic.yaml @@ -102,6 +102,7 @@ lvgl: border_width: 0 outline_width: 0 scrollable: false + bg_opa: transp widgets: - arc: id: dial_bg_arc @@ -275,6 +276,7 @@ lvgl: border_width: 0 outline_width: 0 scrollable: false + bg_opa: transp layout: type: flex flex_flow: column