2023-10-05 04:12 AM
Good Afternoon all,
It could be possible to make a thermostat touch sensitive using touchgfx? Like that ones with temperature value in the center and a "slider circle around".
Thanks in advance.
Solved! Go to Solution.
2023-10-05 05:05 AM
Hello @Berto,
I agree with @Johi, that is definitely doable but will take a bit of time.
To get started, you can take a look at the Slider Widget in TouchGFX Designer.
Additionally, check out the GaugeExample, Line and Circle Example, Slider Example and especially the TouchGFX Demo 1.
If you run this demo in the simulator, you can find this screen that allows the user to select a percentage data by dragging the circular slider, just like you wanna do !
2023-10-05 04:38 AM
The answer is yes, this is possible. But you will not do this in an hour or 2....
2023-10-05 04:58 AM
Yes of course, maybe starting modifying the "circle progress" widget? Just need to find from which widget i could start.
2023-10-05 05:05 AM
Hello @Berto,
I agree with @Johi, that is definitely doable but will take a bit of time.
To get started, you can take a look at the Slider Widget in TouchGFX Designer.
Additionally, check out the GaugeExample, Line and Circle Example, Slider Example and especially the TouchGFX Demo 1.
If you run this demo in the simulator, you can find this screen that allows the user to select a percentage data by dragging the circular slider, just like you wanna do !
2023-10-05 05:18 AM
Hi @Yoann KLEIN,
Thanks so much for your tips, i'll try to check for sure the examples starting from the demo1.