2019-02-20 7:53 AM
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?
2019-02-20 10:07 AM
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.
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.