2024-03-15 03:16 AM
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.
Solved! Go to Solution.
2024-03-15 03:25 AM
I figured out that updating TGFX changed the coordinates in the TouchController.hpp to uint32_t again..... now everything works again.
2024-03-15 03:25 AM
I figured out that updating TGFX changed the coordinates in the TouchController.hpp to uint32_t again..... now everything works again.