Fitbit Chronograph has a "button" on the clock face 'one press stopwatch'...pretty cool because it won't go to sleep until the stopwatch has been stopped. I'd like to add that to my new watch face that I designed.
does anyone have the code...or an example that I can work from?
Best AnswerDo you mean keeping the screen on as long as the stopwatch is running? You can import
import { display } from "display";and then use
display.autoOff = false;
to disable the 'auto off' feature. When the stopwatch has been stopped, you can enable it again so that the screen turns off after a couple of seconds.
Best Answer
Best AnswerThere is no default stopwatch component you can use: you need to build one yourself.
Best Answerurg!...nothing already out there that someone would be willing to share?
Best Answer