2021-09-06 05:20 AM
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.
2021-09-06 06:19 AM
/* 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
2021-09-06 10:48 PM
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?