ESP32-HUB75-MatrixPanel-DMA icon indicating copy to clipboard operation
ESP32-HUB75-MatrixPanel-DMA copied to clipboard

Help displays clock with results like this the display vibrates

Open muslihrzl opened this issue 2 years ago • 4 comments

https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/assets/157888752/672de30f-a83c-45d8-a980-f133fba178cc

muslihrzl avatar Feb 06 '24 03:02 muslihrzl

... I'm new to these things and no expert, but is it because you are clearing the screen and re-drawing every loop rather than updating the screen only if something has changed?

bug2k19 avatar Feb 06 '24 11:02 bug2k19

Completely agree with @bug2k19 @muslihrzl, refresh entire screen only when the minutes change. And redraw the blinking dots without erasing the entire screen - to light up the dots, draw them with the color, and to erase them, draw the dot with the background color. And also do this only when seconds changed, and not every pass of the loop

board707 avatar Feb 06 '24 11:02 board707

@bug2k19 , @board707 Yes, thanks for the suggestion, I will try it

muslihrizal avatar Feb 06 '24 17:02 muslihrizal