You are reading a single comment by @Numerist and its replies. Click here to read the full conversation.
  • I've looked at the layout and the tutorial for Bangle.js version 2. The main thing I need is to convert two toggle switches that in version 1 were BTN4 and BTN5. The toggle functions aren't changing; just the new location of the switches needs to be specified. In version 1, it was only this:

    setWatch(function(){ toggleTimeDigits(); }, BTN4, {repeat:true});
    setWatch(function(){ toggleDateFormat(); }, BTN5, {repeat:true});

    The watch was coded by someone who's left the project. Being a non-coder, I can't figure out the equivalent syntax for version 2. If anyone's interested in helping, I'll be grateful.

About

Avatar for Numerist @Numerist started