Hi.
I am using a adc converter to read a variable voltage and I want to show the live value of it on the screen (in an "edit" widget for example).
in touchgfx by STMicroelectronic there is a "handleTickEvent" function that ticks every 20 ms and can be used for refresh the values. in EmWin is there any way like this?
or... ?
is it possible to create a while loop for update variables?
or should use another way?
thanks.
I am using a adc converter to read a variable voltage and I want to show the live value of it on the screen (in an "edit" widget for example).
in touchgfx by STMicroelectronic there is a "handleTickEvent" function that ticks every 20 ms and can be used for refresh the values. in EmWin is there any way like this?
or... ?
is it possible to create a while loop for update variables?
or should use another way?
thanks.
The post was edited 1 time, last by ReMadza ().