Something that might be handy is in the constructor of the createArrayBuffer if we could maybe pass in a rotationOffset? Seems I had to mount the display upside down, so could be handy to say offset rotation by '2', then any calls to setRotation would be the rotation + the offset (wrapped of course).
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.
Something that might be handy is in the constructor of the createArrayBuffer if we could maybe pass in a rotationOffset? Seems I had to mount the display upside down, so could be handy to say offset rotation by '2', then any calls to setRotation would be the rotation + the offset (wrapped of course).