bitfocus / companion-module-h2r-graphics

MIT License
11 stars 9 forks source link

negative timer display only shows sign at beginning #38

Closed jwetzell closed 9 months ago

jwetzell commented 11 months ago

The timer variable full variable shows the negative sign for all 3 places on the timer. Like this.

Screen Shot 2023-12-16 at 5 07 26 PM

This PR will correct the full mode to just show the leading negative sign. Like this.

Screen Shot 2023-12-16 at 5 07 26 PM
jwetzell commented 10 months ago

Added a couple commits that fix some of the countdown timer issues when the time cue is reset. I cannot test these with anything other than the plain countdown timer.

There was also 500ms added to the timeLeft before converting it to a string that seemed intentional but I can't think of a reason that that would be wanted.