2024-02-21 15:18:36 +02:00
|
|
|
[env:ESP32-S3-Pico]
|
|
|
|
|
|
|
|
|
|
board_level = extra
|
|
|
|
|
extends = esp32s3_base
|
|
|
|
|
upload_protocol = esptool
|
|
|
|
|
board = esp32-s3-pico
|
2025-03-18 21:19:51 -04:00
|
|
|
board_build.partitions = default_16MB.csv
|
2024-02-21 15:18:36 +02:00
|
|
|
|
|
|
|
|
board_upload.use_1200bps_touch = yes
|
|
|
|
|
board_upload.wait_for_upload_port = yes
|
|
|
|
|
board_upload.require_upload_port = yes
|
|
|
|
|
|
|
|
|
|
;upload_port = /dev/ttyACM0
|
|
|
|
|
|
2024-08-22 14:00:19 +02:00
|
|
|
build_flags = ${esp32s3_base.build_flags}
|
2024-02-21 15:18:36 +02:00
|
|
|
-DESP32_S3_PICO
|
|
|
|
|
;-DPRIVATE_HW
|
2025-07-20 17:47:37 -04:00
|
|
|
-Ivariants/esp32s3/esp32-s3-pico
|
2024-02-21 15:18:36 +02:00
|
|
|
-DBOARD_HAS_PSRAM
|
2024-02-29 04:45:15 +13:00
|
|
|
-DEINK_DISPLAY_MODEL=GxEPD2_290_T94_V2
|
|
|
|
|
-DEINK_WIDTH=296
|
|
|
|
|
-DEINK_HEIGHT=128
|
2024-02-21 15:18:36 +02:00
|
|
|
|
|
|
|
|
lib_deps = ${esp32s3_base.lib_deps}
|
2025-02-19 20:32:38 +08:00
|
|
|
zinggjm/GxEPD2@^1.6.2
|
2024-08-22 14:00:19 +02:00
|
|
|
adafruit/Adafruit NeoPixel @ ^1.12.0
|