Skip to main content
Graduate II
June 25, 2024
Solved

Selecting Micro for touch display application

  • June 25, 2024
  • 1 reply
  • 814 views

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

 

    This topic has been closed for replies.
    Best answer by Zhou JianQiang

    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. 

    1 reply

    Explorer
    June 26, 2024

    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. 

    RickoAuthor
    Graduate II
    June 27, 2024

    Thank you @Zhou JianQiang