Question
TouchGFX would stuck with SPI LCD and NO RTOS
Hi,
I have made this very simple project, when I step into code and just change the vsync_sem in debuge to 1 to force a render, The code would just call this function
HAL::getInstance()->backPorchExited();
and never would retrun, it would stuck in there, How should I resolve this issue?
I expect the this force a call of this function
void TouchGFXHAL::flushFrameBuffer(const touchgfx::Rect& rect)
