Skip to main content
DOkaz.1
Associate II
July 4, 2022
Solved

SPI Display Max resolution

  • July 4, 2022
  • 2 replies
  • 1817 views

Hi,

I was looking at the display interface overview and saw that the max resolution for an SPI connection seems to be 480*272.

https://support.touchgfx.com/4.19/docs/development/hardware-selection/hardware-components/hardware-selection-display

I'm currently looking at some displays that are SPI 456x456 resolution, so I was wondering if that resolution limitation was in the TouchGFX infrastructure itself or if not, where the bottleneck was.

Thanks!

Daniel

This topic has been closed for replies.
Best answer by Osman SOYKURT

Hello DOkaz.1,

There's no resolution limitation from TouchGFX, the document says indeed that the maximum that we could use is 480*272, but that's only recommendation for performances. You can use your 456*456 display if you want but we can't guarantee that the performance would be optimal.

/Osman

2 replies

Osman SOYKURT
Osman SOYKURTBest answer
Technical Moderator
July 5, 2022

Hello DOkaz.1,

There's no resolution limitation from TouchGFX, the document says indeed that the maximum that we could use is 480*272, but that's only recommendation for performances. You can use your 456*456 display if you want but we can't guarantee that the performance would be optimal.

/Osman

Osman SOYKURTST Software Developer | TouchGFX
DOkaz.1
DOkaz.1Author
Associate II
July 5, 2022

I see, thanks!