Change HIDDEN flag in flow...? #987
Answered
by
mvladic
rghince
asked this question in
Getting started
Answered by
mvladic
Apr 18, 2026
Replies: 1 comment 1 reply
1 reply
Answer selected by
rghince
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Expression
LV_STATE.CHECKEDis wrong here - it is always true, soIsTruewill always go through Yes output.There are CHECKED and UNCHECKED events, use those:
Or you can store switch checked state in variable (
altitude_visiblein the attached project):and use that variable for the altitude display widget hidden state (
!altitude_visible):Both ways are implemented in the following project:
lvgl_switch_and_hidden_flag.zip