Blinking dots problem
Hi,
I am using TouchGFX 4.10 with STM32F769 on a custom board. My graphics includes 2 archs and 2 gauges (added as png) that must be rotate and two counters in the format HH:MM
When the system is active, counters must have “:�? blinking @2Hz and gauges and archs must move.
To move gauges I am using gaugeX.updateAngles(0.0F, 0.0F, zAngle2D_x); and to move archs i am using arcX.updateArcEnd(ARCH_END_x);
All is in the main routine void monitorView::handleTickEvent()
No issue in moving gauges and archs… the problem is that blinking is stopped when archs and/or gauges are moving.
It seems that updateAngles and updateArcEnd are blocking till these routine are ended.
Any suggestion on how to solve this are welcome.
Thanks
