The more I'm doing with Bangle.js, the more I'm thinking that in some cases, it might be handy to just have a grid of images.
For instance the first page of the Settings screen could just be a bunch of icons for quick access. On Bangle.js 2 you'd tap them, and on Bangle.js 1 you cycle through with up/down and select with the middle button.
Does this sound like something it's worth building in?
It's something that the new Layout library should be able to help with though - so maybe there isn't actually a need for something specific? It just seems like it might be a feature that we'd actually want to encourage use of in order to make Bangle.js more user-friendly.
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.
The more I'm doing with Bangle.js, the more I'm thinking that in some cases, it might be handy to just have a grid of images.
For instance the first page of the Settings screen could just be a bunch of icons for quick access. On Bangle.js 2 you'd tap them, and on Bangle.js 1 you cycle through with up/down and select with the middle button.
Does this sound like something it's worth building in?
It's something that the new Layout library should be able to help with though - so maybe there isn't actually a need for something specific? It just seems like it might be a feature that we'd actually want to encourage use of in order to make Bangle.js more user-friendly.