-
Probably a very silly question, but I can't find the settings to adjust 'twist to unlock' behaviour on my BangleJS2. I'm sure I saw them when I first got it. Are they in a menu on the watch itself? I feel like I've been through every menu twice and not found it.
(I've updated the firmware and prefer the light not coming on so easily, hence why I want to change it). -
Of course! I'll share the font properly when I've done the whole alphabet, but here are the numbers 0-9 and colon:
var font = atob("f3/gMB/7+AAAACA///AAAAAAQcHhsZ+LhAAAgUhsPh38eAAADAoJCI///BAA8XhkMhn8eAAAPz/0Mhn4eAAAgEAh8f+HgAAAb3/kMh/7eAAAeH5hML/z8AAAAAADYbAAAAAA"); g.setFontCustom(font, 48, 8, 9);
-
-
-
-
-
Hi Gordon - I've been puzzling over modifying this code to make a slightly bigger font than 4x8 and I'm rather stuck. (I have a nice bitmap font that doesn't convert well from OTF, and I want to encode the numbers from scratch using a method like this). Can you give me a clue as to what this line is doing? I understand the bitwise operators and can see the numbers in the console but I'm puzzled as to their significance.
var i = (col&3)+((col&~3)<<3);
-
-
-
-
-
-
-
-
-
Thank you @johan_m_o !