MaixPy-v1_scripts
MaixPy-v1_scripts copied to clipboard
MaixCube Image reversed
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?
you can upload this config,json into flash.
{
"config_name": "cube.config",
"lcd": {
"height": 240,
"width": 240,
"invert": 1,
"dir": 96
}
}
Thanks for the advice, Junhuanchen. I’ll have to learn how to upload a script first.