• Yes, it should be pretty straightforward. You spotted setRotation, but it's actually got an optional second argument to mirror as well: http://www.espruino.com/Reference#l_GrapĀ­hics_setRotation

    So you can either do setRotation(0,true) to flip one way, or can rotate 180 degrees and mirror with setRotation(2,true) to flip the other :)

About

Avatar for Gordon @Gordon started