MaixPy-v1_scripts icon indicating copy to clipboard operation
MaixPy-v1_scripts copied to clipboard

MaixCube Image reversed

Open tony1tf opened this issue 5 years ago • 2 comments

My MaixCube with firmware V0.5.0-62-gd6620f1 shows a left-right reversed image on the built in screen. Where do I find the source code for the built in apps to correct the problem?

tony1tf avatar Jun 14 '20 13:06 tony1tf

you can upload this config,json into flash.

{
    "config_name": "cube.config",
    "lcd": {
        "height": 240,
        "width": 240,
        "invert": 1,
        "dir": 96
    }
}

junhuanchen avatar Aug 10 '20 03:08 junhuanchen

Thanks for the advice, Junhuanchen. I’ll have to learn how to upload a script first.

tony1tf avatar Aug 10 '20 07:08 tony1tf