Optimizing Arduino Projects for 60Hz Monitors – Seeking Advice on Display Refresh Rates

Hi everyone!

I’m currently working on an Arduino project that involves displaying dynamic data on a monitor connected via HDMI. I’ve noticed some issues with flickering when using a 60Hz monitor, which seems to be particularly noticeable when the data updates rapidly. I’m not sure if this is related to the refresh rate, or if I’m missing something in my code.

Has anyone here worked on projects that involve high-speed data display, and if so, what methods have you found to optimize for a 60Hz monitor? I’m using a basic Arduino with a TFT screen for display output, but I’m trying to get it to interface with a larger display for easier viewing. Could the 60Hz refresh rate be limiting the performance of the display when updating frequently?

I’m particularly interested in any software or hardware suggestions to minimize flicker and optimize the smoothness of the display. Any advice on adjusting the refresh rate or code efficiency would be greatly appreciated!

Thanks in advance!

What is a basic Arduino?

Sprites may work but you will need a higher end CPU board with a lot more memory.

use a Raspberry pi 4 or 5?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.