Skip to main content
skullboyer
Associate III
February 24, 2021
Solved

Why is the touchgfx screen refresh rate at 60Hz?

  • February 24, 2021
  • 3 replies
  • 1260 views

Why is the touchgfx screen refresh rate 60Hz? Is this fixed? Or does it change automatically, or can it be set manually? If it can be changed, where is it located?

This topic has been closed for replies.
Best answer by Alexandre RENOUX

Hello skullboyer,

The refresh rate is not fixed to 60 Hz, it is simply a default value. The refresh rate does not depend on TouchGFX but on your actual screen. TouchGFX is only following it. Changing the refresh rate means changing the configuration of the display and in this case it is not directly linked to TouchGFX ;)

I think this article should be of interest to you.

/Alexandre

3 replies

Alexandre RENOUX
Alexandre RENOUXBest answer
Visitor II
February 25, 2021

Hello skullboyer,

The refresh rate is not fixed to 60 Hz, it is simply a default value. The refresh rate does not depend on TouchGFX but on your actual screen. TouchGFX is only following it. Changing the refresh rate means changing the configuration of the display and in this case it is not directly linked to TouchGFX ;)

I think this article should be of interest to you.

/Alexandre

skullboyer
Associate III
February 25, 2021

Thank you for your reply.

You said the article I read, did not see where to say this 60hz frame rate how to modify. Can you tell me how to modify it and exactly where?

Also, the modified refresh rate has no effect on the frame rate, that is to say, they do not have any relationship.

Alexandre RENOUX
Visitor II
February 26, 2021

Hello skullboyer,

To be on the same page, what are you calling refresh rate and frame rate ?

To me refresh rate is DISPLAY DEPENDENT and frame rate is TouchGFX dependent. If you want to change the refresh rate of your display, you need to look at the datasheet of your display and change some registers. This is usually done in the display driver. This is not TouchGFX related. I don't know what board, MCU or display you are using, so I cannot provide more information. Also, what are you exactly trying to do ? Lower frame rate ? Modify refresh rate ?

/Alexandre