Elecrow ESP32S3 7inch panel

I have an existing working squareline studio project and would like to edit some text in the header.
I have done this within squareline studio and saved the file. When I upload the project to the Elecrow panel using Arduino IDE nothing is changed.
Could anyone advise me how to correct the error?
Thanks in advance.

Hi Jims - I’m not too familiar with the Arduino flow, but after saving the SquareLine studio project, do you need to export the code to the Arduino IDE before uploading to the board?

Thanks for your reply.The Elecrow panel is being used as a touchscreen controller for an electronic leadscrew project. I have exported the modified code it compiles ok and sucessfully uploads using Arduino IDE.
However the edited text remains unchanged ( area highlighted)

Hi, you are right, if you modify the text within your SquareLine Studio project, the changes should be present in the exported files.

A common cause for this issue is that the operating system can’t overwrite the project files (like the .ino file) because they are currently open in the Arduino IDE.

Please try one of the following solutions:

  1. Close the Arduino IDE completely before you export the project from SquareLine Studio. This will release the file lock.
  2. Alternatively, export your project into a new, empty folder. Then, open this new version of the project in the Arduino IDE to upload it.
1 Like

Perfect. Thank you!

1 Like