You are reading a single comment by @Raik and its replies. Click here to read the full conversation.
  • Is there a way to detect whether the watch is a v1 or v2 from code?

    Background: I plan on tweaking the Numerals clock face, because on the Bangle2 the colors used look weak compared to the Bangle1. So I would like to choose the color palette depending on the watch type.

    EDIT: I guess you could use g.getWidth() to see if its either 176 (Bangle2) or 240 (Bangle1) right?

  • It's covered in the tutorials (like "First app"):
    process.env.HWVERSION

    Returns 1 or 2 respectively.

    But checking screen width would work too...

About

Avatar for Raik @Raik started