Replies: 1 comment 17 replies
-
Maybe you could use vertical swipes to change format? Since you only use horizontal swipes currently. Reference: https://www.espruino.com/ReferenceBANGLEJS2#l_Bangle_swipe Or maybe implement the two formats as separate apps if they are somewhat distinct from eachother? |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not a coder, although I can understand some js and adjust some of it. I've altered the code of a bangle.js 2 clock face app written for me, in order to produce a second format for it. Because the two formats are together in the code, I have to comment out one to run the other.
On the touchscreen I'm already using horizontal swipes and touch left and touch right for changes to the display. I want to enable the user to also choose which format. What's the easiest mechanism for me to insert into the code for that purpose? If it's menu or submenu items to create Face 1 and Face 2, that's fine, but I'd need a good, unabbreviated reference to how to create those and make them function in the code.
Beta Was this translation helpful? Give feedback.
All reactions