GUIZero provides some help on their documentation for this exact issue
https://lawsie.github.io/guizero/blocking/
They recommend using a timer call back to periodically perform a task (such as reading the GPIO state). Alternatively you can use callback events within gpiozero to trigger a function call.
https://lawsie.github.io/guizero/blocking/
They recommend using a timer call back to periodically perform a task (such as reading the GPIO state). Alternatively you can use callback events within gpiozero to trigger a function call.
Statistics: Posted by scotty101 — Tue Feb 20, 2024 11:59 am