cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U5F display resolution

MartinNPN
Visitor

Hello,

I read the AN4861 and try to determine the max LCD resolution for a STM32U5F without using external RAM. The lowest color is 16 bit, RGB656. 

I would like to use 1366*768, which should be 1049088 pixel, this should approx 1.9MB for the framebuffer. 

 

Would this work ?

1 REPLY 1

Bandwidth should be fine, DSI 2-Lane was one of the constraints to 1.1 - 1.2 Mpixel ceiling

Generally you'd prefer to have two frame buffers so there's less disruption / tearing due to you painting into an active buffer

62.5 MHz -> 1366x768 at 60 Hz

Frame buffer a little over 2MB

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..