platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
901 stars 609 forks source link

Waveshare ESP32-S3-Touch-LCD-1.28 board request #1323

Open birdman3131 opened 6 months ago

birdman3131 commented 6 months ago

Requesting support to be added for this board.

https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28 is the manufactures documentation for it.

valeros commented 6 months ago

Hi @birdman3131, usually a variant header file with proper pin definitions in the Arduino core is required.

birdman3131 commented 6 months ago

Not sure if this is what you are talking about but in the demo they have this file that looks like what you are talking about. DEV_Config.zip

Tried adding it as code but the formatting broke.

martinroger commented 5 months ago

esp32s3roundlcd.json I've gotten somewhere defining this as the custom board in the /boards folder of my project and adding board = esp32s3roundlcd to my platformio.ini file. It would be nice to see this board added to the list of supported boards, as I think I probably did it wrong on my memory size calculations (am completely lost on the relationship between SRAM/PSRAM/ROM/Flash). So that part is probably wrong in my JSON.