Solved
How to modify display frame rate
My project uses LTDC as application tick source and two frame buffers. I am trying to understand:
1. What the current frame rate (I understand this is same as vSync frequency) is. I know it can be measured by monitoring vSyncFreq GPIO. But I want to see where it is in code.
2.What are the steps to change frame rate? I would like to see it in code please.
If frame rate is change is achieved by changing the pixel clock, what is the relation between two.
I appreciate your help.
