If I wanted a whole screen of a mix blue and cyan - how could I do that ?
The first argument of HSBtoRGB is hue - so you'd just change x/176.0 so instead of 0..1 it went 0..0.2 or whatever have you the colours you want
HSBtoRGB
x/176.0
0..1
0..0.2
@Gordon started
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 first argument of
HSBtoRGB
is hue - so you'd just changex/176.0
so instead of0..1
it went0..0.2
or whatever have you the colours you want