cancel
Showing results for 
Search instead for 
Did you mean: 

TGFX 4.23.2 broke tc declaration in old project

lStilloadingl
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
lStilloadingl
Associate II

I figured out that updating TGFX changed the coordinates in the TouchController.hpp to uint32_t again..... now everything works again.

View solution in original post

1 REPLY 1
lStilloadingl
Associate II

I figured out that updating TGFX changed the coordinates in the TouchController.hpp to uint32_t again..... now everything works again.