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:MMWhen the system is active, counters must have “:�? blinking @2Hz and g...
Hi Martin,thanks for your answer. I agree with you that there is something wrong in my code (it is my first TouchGFX project) and not with TouchGFXDue to company rule, I can not share here all my code.. can I send you it in a private email? Of course...
Hi,I have no error using 0x00-0xFF… sorry …. Hope someone else has a better idea for youDario VoltaSW/FW Engineer – Solar Division@ d.volta@fimer.com<mailto:d.volta@fimer.com> | T +39 039 98981 | www.fimer.com<https://www.fimer.com>[cid:image73e075.G...
Hi,you can try withUnicode::snprintfFloat(textAreaValBuffer, TEXTAREAVAL_SIZE, "%#1.1f", 2.5);I use it for float, maybe works also for double,Other info in Unicode.hpp fileHope it helps