fix:Cuican Running Error for v1.5.6 (#456)

* fix:Modify the README and add Moji images

* fix: Moji LCD initialization configuration.

* fix: DISPLAY_MIRROR_X false >> true

* fix: Moji GPIO conflict

* fix: Moji GPIO conflict

* fix: Cuican Build config
This commit is contained in:
MOV
2025-04-09 00:48:46 +08:00
committed by GitHub
parent 27a14c249a
commit 9e0de3b302

View File

@@ -3,7 +3,11 @@
"builds": [
{
"name": "movecall-cuican-esp32s3",
"sdkconfig_append": []
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_8M.csv\"",
"CONFIG_COMPILER_OPTIMIZATION_SIZE=y"
]
}
]
}