Associate
March 15, 2024
Solved
TGFX 4.23.2 broke tc declaration in old project
- March 15, 2024
- 1 reply
- 885 views
I tried to integrate a working project for version 4.23.0 to 4.23.2 and get the current error as seen in screenshot.
I tried to troubleshoot by generating a default project via TGFX to my stm32h7b3I -EVAL board (with a 480x480 screen and GT911 touch driver), and the exact same code gives no errors..... the only real difference lies in STM32TouchController.cpp where I have used the GT911 driver instead of the ft5336 touch controller and I have changed the coordinates to be uint16_t instead of uint32_t.
