So here is the list of configurations for the Bangle 2. I'm just wondering were are the actual drivers for this located at. For example there's this line "'device' : 'CST816S'". So there must be a CST816S c class somewhere right?
Question Two
Where's the code to handle the the Bangle 2 OS watch. The Espruino.js is just a runtime to make javascript work on the embedded device. So i'm guessing there's also a repo for the code for the watch right?
This is a very cool project. Just trying to figure out how it works :)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Question one
https://github.com/espruino/Espruino/blob/master/boards/BANGLEJS2.py
So here is the list of configurations for the Bangle 2. I'm just wondering were are the actual drivers for this located at. For example there's this line "'device' : 'CST816S'". So there must be a CST816S c class somewhere right?
Question Two
Where's the code to handle the the Bangle 2 OS watch. The Espruino.js is just a runtime to make javascript work on the embedded device. So i'm guessing there's also a repo for the code for the watch right?
This is a very cool project. Just trying to figure out how it works :)