How to select display for production

Hello Everyone,

I am trying to develop a prototype and quite confused which display and microcontroller to pick. In my prototype, I would like to add an HD display with 60 FPS. Recently I tried spi display with stm32, which is great but still not able to get 60 fps. Moreover, I not able to find any spi display bigger than 2.2 inch. So I have the following doubts:

  1. Which display is good to get 60fps HD quality (3.5 inch or more)
  2. Which interface can I use to get 60FPS
  3. Which MCU is perfect to deliver data this fast
  4. Any suggestions about the specific MCU and HD display.

thank you for your time

Look for Raspberry Pi and HDMI displays for Raspberry Pi.

There may be STM32 boards able to achieve this with capable TFT displays, but this is not in the scope of typical Arduino use. Ask in a STM32 forum.

How many pixels do you want to change per frame update? What kind of change, e.g. bitmap, graphics elements, animation?

Jean-Marc