From 486f485ce1fb41e62afb09569c45e541761eb0b7 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Wed, 14 Jan 2026 01:01:00 +0100 Subject: [PATCH] Navigation page troubleshooting --- ades-office-control-panel.yaml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/ades-office-control-panel.yaml b/ades-office-control-panel.yaml index 511fd30..631b87c 100644 --- a/ades-office-control-panel.yaml +++ b/ades-office-control-panel.yaml @@ -465,10 +465,22 @@ lvgl: text: "\uF015" on_press: then: - lvgl.page.show: - id: main_page - animation: FADE_IN - time: 300ms + - lvgl.matrix.button.update: + id: navAdesOffice + state: + checked: false + - lvgl.matrix.button.update: + id: navGroundFloor + state: + checked: false + - lvgl.matrix.button.update: + id: nav3dPrinter + state: + checked: false + - lvgl.page.show: + id: main_page + animation: FADE_IN + time: 300ms - id: page_next text: "\uF054" on_press: