A minimalist watch face featuring a 7-segment style clock for rectangular screens.
Further details may be found on the Segment store page.
Please reply here with bug reports and feedback.
That's good to know, thanks Mike.
@splittingfield - I've pushed an update that changes the font configuration ever so slightly, it should have no effect whatsoever but I'm curious as to what it does to the rendering glitch on the 920xt.
Thanks,
Dan
Thanks, it was a long-shot anyway. I will continue digging, but please let me know if you can discern any pattern to the glitch. For example, does it always happen with specific numbers regardless of position, or does it only occur in certain positions?
Regards,
Dan
Dan,
IT seems to be that they just appear eventually and then stay.
So, it seems like this is what happens. When a horizontal line is drawn at the top of the time box, it adds an additional horizontal line above this. This later line
stays as the time changes. For example, if there time were 1:31, there would be a bar above the three. At 1:32, the line would be added above the 2. At 2:00
there would be lines above all three. Then sometimes, a small line appears above the :, which I cannot yet understand or explain.
Thank you for the feedback.
The fact that the lines stay stuck in place (despite me performing a clear() each time it is rendered) suggests that the issue is more likely in the firmware for that particular device than anything.
I am asking for help regarding this in the main developer forum but in the meantime I have an idea that may work around the glitch although it will increase the memory usage slightly; I might give this a try later.
dc.setColor(Gfx.COLOR_BLACK, Gfx.COLOR_BLACK);
dc.clear();
Erase the screen using the background color by calling clear().