App ideas - free of charge

Posted on
Page
of 3
First Prev
/ 3
  • As I yesterday find out about Cradle let me present:
    App / improvement idea - cradle detection
    This is ugly code but seems to work ;)
    I would like to made g.flip() works but no luck so I used first method I think is suitable (return to clock) to proof of concept my idea.

    Bangle.on('charging', function(charging) {
      const storage = require('Storage');
      tmpset = storage.readJSON("setting.json");
      if (charging) {
        g.setRotation(1,false);
        Bangle.showClock();
      } else {
        g.setRotation(tmpset.rotate,false);
        Bangle.showClock();
      }
    
    });
    
  • Hi - yes, something like that would work I think...

    We do have a Charge Animation app at https://banglejs.com/apps/?id=chargeanim­ that effectively runs itself when charging as well, so I could imagine if you didn't just want the charge animation you could have some kind of 'dock screen' that displayed information that was maybe a bit more useful for you when the watch is on charge...

  • This is great example for me to work with. Thanks ;)

  • Resistor calculator: Enter a resistance value in ohms and get a visual representation showing the color bands. Alternatively enter the colors and get a resistance value back. I'm picturing the resistance value on the top half of the screen and image on the bottom and show both.


    2 Attachments

    • download.png
    • download (1).png
  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

App ideas - free of charge

Posted by Avatar for Ganblejs @Ganblejs

Actions