Adjusting frame rate fps of display for TouchGFX
Hello everyone, I am trying to adjust the frame rate(to a lower fps) of the display on STM32F429i discovery board. I saw from this manual
cd00278141-qvga-tftlcd-direct-drive-using-the-stm32f10xx-fsmc-peripheral-stmicroelectronics.pdf saying there's a tim3 clock used for adjusting the frame rate of the display. So i try to find any corresponding timer that may be used for refreshing the display, the only one i found is in clock configuration. If this is the part to modify the frame refresh, how can i calculate required frequency for my target fps

My goal is to reduce the mcu usage to the smallest % possible, so that my adc can achieve maximum sampling rate.
Edit: My display only have 3 screens, some buttons and text area for user input. I do not need a very fluid display