InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.71k stars 926 forks source link

PineTimeStyle allows setting colors that hide UI elements #656

Closed ajack2001my closed 2 years ago

ajack2001my commented 3 years ago

The PineTime Style watchface step counter (the circle on bottom right of screen) is not working. Can somebody else confirm?

dyamon commented 3 years ago

How is it not working exactly? To me it wasn't even obvious that was the step counter indicator 😆

At the moment I have ~600 steps and the indicator is pointing at 1 o'clock.

ajack2001my commented 3 years ago

What indicator? :)

PineTimeError

Riksu9000 commented 3 years ago

It's not visible because the indicator is the same color as the background.

ajack2001my commented 3 years ago

@Riksu9000 yes, you are right... apologies for the confusion... I feel a little stupid now.... :p

Riksu9000 commented 3 years ago

Well I think it should still be considered a bug that should be fixed so this issue is fine.

kieranc commented 3 years ago

I'm inclined to agree, I'd like to address it in my next update to PTS to make the gauge needle use the existing colors array and also change color in case the background is the same as the needle.