platformio / platform-espressif32

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

Request new PlatformIO Board T-Display-S3 AMOLED #1186

Open awbaxter opened 1 year ago

awbaxter commented 1 year ago

Request new PlatformIO Board T-Display-S3 AMOLED

https://www.lilygo.cc/products/t-display-s3-amoled

valeros commented 1 year ago

Hi @awbaxter, there is no official variant for this board, so you need to add it to this repo https://github.com/espressif/arduino-esp32 in the first place.

cosmicDustOfLightLength commented 1 year ago

I have board file works for me very good lilygo-t-amoled.txt

Please remember change .txt to .json put in C:\Users\"USER NAME".platformio\boards

And my config from platformio:

[env:esp32dev]
platform = espressif32
board = lilygo-t-amoled
board_build.mcu = esp32s3
framework = arduino
monitor_port = COM9
monitor_speed = 115200
monitor_rts = 0
monitor_dtr = 0
upload_protocol = esptool
upload_speed = 921600
build_flags = 
    -DARDUINO_USB_MODE=1
    -DARDUINO_USB_CDC_ON_BOOT=1
    -D LV_CONF_INCLUDE_SIMPLE
    -I src
lib_deps = 
    bodmer/TFT_eSPI@^2.5.31
    arduino-libraries/NTPClient@^3.2.1
awbaxter commented 1 year ago

Thanks @cosmicDustOfLightLength . I installed your board and it is working now 👍