Right now the width and the height of items can't really be defined explicitly (other than for custom). Potentially we could add the ability to define a minimum size, and maybe even allow things like "50%" to make something take up 50% of the available screen height.
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.
Right now the width and the height of items can't really be defined explicitly (other than for
custom
). Potentially we could add the ability to define a minimum size, and maybe even allow things like "50%" to make something take up 50% of the available screen height.