2023-03-14 02:27 AM
2023-03-14 05:41 AM
Hello lchac.1,
You can do that with actions and interactions as described in our tutorial 5.
After getting your data from your sensor, you need to call an action that will trigger an interaction.
Screen1ViewBase::myNewAction(); // to call in code after getting your sensor data
We provide in TouchGFX Designer an example of how to use Custom Trigger Action, I also invite you to have a look at it.
/Osman