Best way to update a color in screen based on heart rate variable
Hi there TouchGFX team!
I have a heart rate variable in my application. On the UI, I have a circle that can be green, yellow or red based on the value of the heart rate variable.
What's the best way of implementing this? I can think in an "if" statement inside the tick handler that checks for the heart rate value but I would like to avoid a polling scenario.
Thanks a lot in advance
