2017-06-15 04:40 AM
Hi
I have been trying to figure out a way to use the stm32f769I discovery board's touch screen interface.
Basically i want to know how to build the GUI and connect it with the board's peripherals.
I have been trying for quite sometime know but there is no complete solution or a hands on tutorial on how to build the GUI and integrate it with the board.
I am new to the touchscreen environment, please help me with a suitable ide and tutorials which i can follow.
2017-06-16 12:42 AM
Hi
Dosajh.Pranav
,You can refer to the
, section (5.1 LCD configuration) and look at this manual UM1932,Have a look to the LTDC examples available in the STM32CubeF7:
STM32Cube_FW_F7_V1.7.0\Projects\STM32756G_EVAL\Examples\LTDC
The working example can be a starting point to learn about programming the display and configure LCD touch screen. So, you can see the structure application and get inspired from the example to configure your project.
Hope this helps you.Imen
2017-06-17 07:26 AM
Hi
DAHMEN.IMEN
Thanks for the support. If you can help me with as how to create the lcd touchscreen interface using cubeMX software it will solve my problem.
The application notes that are mentioned above does not define the configurations of the cubemx software as what all configurations need to be enabled using the stm32f769i discovery board.
Regards
Pranav Dosajh