Hey guys
I wanted to implement a display for seconds in my MoDiSuMo watchface which seemed an easy task at first. I started off with a version that's drawing marks at the corner of the screen. It looked fine but resulted in 2 to 4 skipped seconds per minute. So I switched to a simple display with dc.drawText which showed the same behavior.
So I thought maybe it lags because of the calculations for sun and moon running in the background. Thus I made a simple watchface just showing time with hours/minutes/seconds and nothing else. Same problem there!
Did you encounter the same problems and maybe found a way to solve it?
Cheers SwiSSpeedY