cancel
Showing results for 
Search instead for 
Did you mean: 

stm32h7b3i-dk to gt911 driver

Freedom_Neo
Senior

I am using display with GT911 driver. But I could not run the touch part.

How can I use touch part with stm32h7b3i-dk.

1 REPLY 1
Romain DIELEMAN
ST Employee

Hi,

You then need to write your own touch driver (there might be some code available online already) and modify the files STM32TouchController.cpp/hpp in the <project name>/TouchGFX/targer folder. You can use the TBS for the STM32H7B3dk available in TouchGFX Designer as source of inspiration: have a look at STM32TouchController.cpp/hpp and stm32h7b3i_discovery_ts.h in the <project name>/Drivers/BSP/STM32H7B3I-DK folder .

/Romain