I wish to update the text on a Label to either Yes or No, depending upon a Global Boolean created in setup1()
What have you tried so far?
I have tried to use ChatGPT and Google to find solutions but the returns are unhelpful to say the least.
Code to reproduce
I am using EEZ Studio 0.24.0 Flow to design the Screens and Labels.
I am using Arduino IDE 2.3.6 (Don’t understand how to setup VSCODE or PLatform.io)
The Global Variables are created using EEZ Studio Flow (Native)
You can call lv_subject_set_int(&subject_yesno, 0/1); anywhere in the code to update the label.
Unfortunately I’m not exactly sure how to achieve that with EEZ Studio. If you can edit the code you probably can do it as I showed. Same for Arduino IDE.