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.
I had the same thought - it definitely has the signature of an off-by-one but the canvas clearing is as follows:
dc.setColor(Gfx.COLOR_BLACK, Gfx.COLOR_BLACK);
dc.clear();
which the documentation describes as
If it was an off-by-one in my code then surely it would exhibit the same behaviour on other device types?
I've made another shot-in-the-dark modification by adding some padding to the font.
This has increased the memory usage ever so slightly and may be less efficient to render but it might help with the rendering glitch.
Please let me know if it makes any difference,
Thanks
This has seemed to fix the horizontal line above the number, but I am still seeing something above the ":". I just noticed an even newer firmware upgrade (4.30) which is weird, given my version is 6.20, but I am hoping that is just a typo in the version number. I will upgrade that when I have my cable at home and try again,
I am still seeing something above the ":"
@splittingfield and @-fifithereal-
Just pushed another update. This one was mostly tidying up the rendering, increasing performance and reducing memory usage across all watch types.
However, I also made a slight change to the font rendering again and would like to know if it has had any effect on the 920xt?