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!