Xinyuan-LilyGO / T-Display-S3

MIT License
734 stars 174 forks source link

Memory partitioning #99

Closed laverdanny closed 1 year ago

laverdanny commented 1 year ago

hi there As far as I know Lilygo suggest to choose partition scheme "Huge APP (3MB No OTA/1MB SPIFFS)" for T-Display-S3

Actually this device is 16MB equipped.

I saw a partition 16MB (3MB No OTA/9,9MB FATFS), is there a way to set larger areas to APP and/or SPIFFS ?

Regards

mmMicky commented 1 year ago

The use of "Huge APP (3MB No OTA/1MB SPIFFS)" in the routine is for the sake of versatility. If you need to use more file system space, you need to modify the .csv partition table configuration file. Cannot use Arduino IDE. It cannot specify a user's .csv file. Only PlatformIO or ESP-IDF can be used.

lewisxhe commented 1 year ago

If you still have problems, please reopen it