1.3.42: how to flip the screen?

A very useful feature that has not yet made its way to the docs :grin:

How to I use it?

Cheers

For the E-Paper screens this is possible but currently only in the source

        adafruitDisplay->setRotation(3);

I think there is a display setting in the protos now

I’m referring to the 1.3.42 change log. There should be an implementation of this request.

It would be in an artifact on the pull request, it is not in 1.3.42

Command will be
meshtastic --set display.flip_screen = true

2 Likes

I’ve tried and I’m happy to report it works!