Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambient/night mode incorrectly drawn when tick marks and circles set to same color #11

Closed
lanrat opened this issue Aug 17, 2018 · 2 comments

Comments

@lanrat
Copy link
Contributor

lanrat commented Aug 17, 2018

I love this watch face and use it daily, however I "hide" the outside circle and tick-marks by setting them all to the same color. In normal mode this works great and looks like this:
img_20180816_195708

However in ambient mode, a white circle outline is shown and is slightly lopsided and goes off screen. Ideally I'd like to hide it i ambient mode as well, but this looks like a bug and not a feature.
img_20180816_195642

@Nxt3
Copy link
Owner

Nxt3 commented Aug 17, 2018

Yeah that circle definitely shouldn't be shown. Lemme take a look tomorrow and I'll get back to you.

@Nxt3
Copy link
Owner

Nxt3 commented Aug 17, 2018

Okay this is why it's happening:

  • When in Ambient mode, WearOS shifts stuff around the display to prevent burn-in. There is nothing I can do about this. That's why the circle is cut-off.

  • Technically you're hiding the circles by setting the background color to the circle color so it's "hidden" but it's still being drawn. When you go into ambient mode, it draws as white since it has no way of knowing you were "hiding" it before.

The fix for this would be to add an option to hide all the circles. It's something I could implement, but I couldn't tell ya when I'll get around to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants