cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H753I-EVAL2 touch screen functionality

hrm2519
Associate II

Is there any sample project that can guide in configuring touch screen functionality on the VGA LCD in STM32H753I-EVAL2 board. As of now, I have not found any relevant documentation regarding the same.

2 REPLIES 2

 /* Initialize the Touch screen */

 BSP_TS_Init(640, 480);

These examples are available

STM32Cube_FW_H7_V1.5.0\Projects\STM32H743I-EVAL\Applications\STemWin\STemWin_SampleDemo\Core\Src\main.c

STM32Cube_FW_H7_V1.5.0\Projects\STM32H743I-EVAL\Demonstrations\STemWin\Core\Src\k_bsp.c

STM32Cube_FW_H7_V1.5.0\Projects\STM32H743I-EVAL\Examples\BSP\Src\main.c

STM32Cube_FW_H7_V1.5.0\Projects\STM32H743I-EVAL\Examples\BSP\Src\touchscreen.c

STM32Cube_FW_H7_V1.5.0\Projects\STM32H743I-EVAL\Examples\BSP\Src\ts_calibration.c

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
hrm2519
Associate II

Thank you for these examples.

Also, there is no mention about which touch screen driver is used for the 5.7" 640x480 Ampire LCD display. Is it TS3510 or EXC7200?