upiir / custom_boost_gauge_esp32

Custom Turbo Boost Gauge using ESP32S3 with Round Waveshare IPS Display
MIT License
76 stars 14 forks source link

Example project can not be uploaded because its to big #3

Open DziugasMolis opened 3 months ago

DziugasMolis commented 3 months ago

Hello,

I bought the same screen with touch, wanted to test it how it works, but when trying to upload it I am getting this error.

`Sketch uses 7350709 bytes (560%) of program storage space. Maximum is 1310720 bytes. Global variables use 21172 bytes (6%) of dynamic memory, leaving 306508 bytes for local variables. Maximum is 327680 bytes. Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it. text section exceeds available space in board

Compilation error: text section exceeds available space in board`

I am a bit lost, why in your example it works and for me it does not? Could you please explain.

dl8ebd commented 3 weeks ago

you need a differend partition

JuhaHi commented 2 weeks ago

How to do partition?

dl8ebd commented 1 week ago

choose custom partition under partition scheme. In sketch folder there is a csv file - it's all plug and play. Start compiling and Ardiono ide takes the partition inside the csv file,