2024-06-25 11:35 AM
Hi,
I have not developed graphic applications before and am trying to figure out how do I select an STM32 micro for a touch-display application using TouchGFX (if relevant to the question).
The display I am looking at has an SDI interface and this is the link to the product page: 3.4" DSI Round Touch Display (800x800) | The Pi Hut
And this to the Wiki: 3.4inch DSI LCD (C) - Waveshare Wiki
Thank you
Solved! Go to Solution.
2024-06-25 11:38 PM
Hi
Note not all stm32 support DSI, so first you can use stm32cubemx to select which one support DSI.
then you can refer https://support.touchgfx.com/docs/category/hardware-components for details.
2024-06-25 11:38 PM
Hi
Note not all stm32 support DSI, so first you can use stm32cubemx to select which one support DSI.
then you can refer https://support.touchgfx.com/docs/category/hardware-components for details.
2024-06-27 09:14 AM
Thank you @Zhou JianQiang