platform-espressif32 icon indicating copy to clipboard operation
platform-espressif32 copied to clipboard

Request new PlatformIO Board T-Display-S3 AMOLED

Open awbaxter opened this issue 2 years ago • 3 comments
trafficstars

Request new PlatformIO Board T-Display-S3 AMOLED

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

awbaxter avatar Sep 06 '23 08:09 awbaxter

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.

valeros avatar Sep 06 '23 08:09 valeros

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

cosmicDustOfLightLength avatar Sep 09 '23 20:09 cosmicDustOfLightLength

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

awbaxter avatar Sep 10 '23 07:09 awbaxter