When using touchgfx buttons, a single press can trigger multiple times, and using regular software to delay seems to have no effect. Do you have a good way to suppress shaking or detect button bounce?
I would like to ask for advice on how to modify text wildcards generated by pure code that cannot be displayed in Chinese. English is displayed normally.My personal feeling is that the font does not support Chinese, but I don't know where to set it i...
Such as a toggle button , usually, I flip once with just one click, but it doesn't seem to detect any bouncing functions - only the abstract button seems to be able to monitor bouncing. However, in practical operation, when I press a button on the to...
Thank you for your help. By the way, do you know how to achieve button shake cancellation in touchgfx ? When I operate buttons on the LCD touch screen, I often experience repeated triggering situations . Obviously, a simple delay function does not wo...
Can that achieve the effect of shaking reduction? Is the specific implementation of the method you mentioned operating in the C language or touchgfx C++code
By converting a char type string to const uint8_ t* and function of Unicode:: from UTF8 (); I succeeded! the red characters in touchgfx design are the result which are corresponding the code sprintf(id_temp,"第%d组",2);