2022-08-27 04:14 AM
Hi...
I have configure the slider Widget using TOUCHGFX & it is working fine with Touch. But the want to Configure the slider without touch i.e., When I give some Data through Usart , according to that data the slider knob has to move (Without touching knob).Is it Possible to configure ? If Yes , How ?
2022-08-27 06:07 AM
No problem use method to set
slider.setValue(xx);
2022-08-28 10:32 PM
Thankyou for the reply. It is working.
2022-09-08 04:42 AM
Just be aware you may not get back the value you wrote if you do a getValue immediately after a setValue, if your range is greater than the pixel resolution. IMO, this is a bug. See here for more information.
FYI, slider still behaves the same in 4.20.