As @Ganblejs says - You have clock_info.json there which is just the config file, not the library. It's best just to set up the IDE as he says and you don't need the file copied in then at all.
I'm getting the following error on the console when I try BTN1 and BTN3.
You mean you are trying this on Bangle.js 1? What firmware version are you on?
UPDATE: The Red colour is the highlight color setup in slope clock++ in clockInfoDraw();
Yes - the idea is this is temporary - just when giving focus to the clock_info. I'd considered just drawing a border around it, it it would interfere with the time's font.
QUESTION: Does Slope ++ clock have a full screen option ?
Not at the moment.
QUESTION: How does one control the font size of the clock info text. Is this controlled by clock info or the clock that provides the menu.
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.
As @Ganblejs says - You have
clock_info.json
there which is just the config file, not the library. It's best just to set up the IDE as he says and you don't need the file copied in then at all.You mean you are trying this on Bangle.js 1? What firmware version are you on?
Yes - the idea is this is temporary - just when giving focus to the clock_info. I'd considered just drawing a border around it, it it would interfere with the time's font.
Not at the moment.
The clock. If you look at the tutorial I linked before you can see that the clock is responsible for the drawing code: http://www.espruino.com/Bangle.js+Clock+Info
Thats odd - maybe you could try with the IDE connected and see if it shows any errors?