You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Actually yes! I guess the robust way to do it would be to actually have your own firmware, but you could probably to something like this:

    require("Storage").write('.boot1',`
    g.setRotation(2);
    g._clear=g.clear;
    g.clear=function(rst){g._clear(rst);if(r­st)g.setRotation(2);}
    `);
    

    Buttons would still be flipped, but for a lot of uses it'd be fine.

About

Avatar for Gordon @Gordon started