cancel
Showing results for 
Search instead for 
Did you mean: 

Can TouchGFX and CubeMX drive 1024x600 display?

EEuge
Senior

Hello!

I try to change display resolution in cubeMX for project based on stm32f429zit6

On page Graphics->Parameter settings I try to change width. Maximum allowed change - to 1000. If I set 1001 or more - changings not saves. I try to disable checking. Only after disablin checking width can be set to 1024. But I don't sure, that code will be work.

Why it so?

1 REPLY 1

Probably a combination of the size of memory required, and the pixel clock vs bandwidth you get into. The numbers expand significantly as you multiply large numbers together.

>>But I don't sure, that code will be work.

Make something simple an TRY it. Understand the interplay of the settings and registers and change them. Explorer what's actually possible, and determine the limits.

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