bool STM32TouchController::sampleTouch(int32_t& x, int32_t& y) is called only one time
Hi everybody,
I have some problems with my project : the function STM32TouchController::sampleTouch(int32_t& x, int32_t& y) is called only the first pressure.
What is the reason? I'm using Touchgfx 20 with a 480x320 SPI display: graphic is designing correctly but I don't now the cause of touch system blocking.
Is there a problem with graphic design methd? Maybe something wrong can block touch functions?
Has someone some tips?
thanks
