Squareline on PlatformIO - ESP32-S3 with OPI PSRAM

What do you want to achieve?

I would like to put this display working on VsCode PLatformIO.

https://pt.aliexpress.com/item/1005004952726089.html?spm=a2g0o.productlist.main.11.2ffe5b7ett5lBn&algo_pvid=110ac3cc-678e-45e7-a908-ff32594154b5&algo_exp_id=110ac3cc-678e-45e7-a908-ff32594154b5-5&pdp_ext_f={"sku_id"%3A"12000031135431789"}&pdp_npi=2%40dis!BRL!160.67!160.67!!!!!%402102188b16756976694594810d070d!12000031135431789!sea&curPageLogUid=2qFyt2vB01Nt

What have you tried so far?

My project works very well on Arduino IDE. But to put it working, I had to configure some specifics details as:

  • Flash Size 16MB
  • PSRAM: OPI PSRAM
    I think that is just it.

My code compiles with no error on VS PlatformIO, but it doens’t work on my board… The display shows nothing!! I don’t know how to set those parameters… Any help?? Thanks!

Screenshot or video

Others

  • **SquareLine Studio version: 1.2.1
  • **Operating system: Win
  • **Target hardware: ESP32-S3-WROOM-1

Unfortunately, we don’t have much experience with external memory handling in PIO. :frowning:

I hope someone can help from the community.

1 Like

I solved my problem by geting help on platformIO forum, at this link:

1 Like