mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 05:31:25 +00:00
27 lines
515 B
INI
27 lines
515 B
INI
[env:picomputer_s3]
|
|
extends = esp32s3_base
|
|
board = bpi_picow_esp32_s3
|
|
board_level = extra
|
|
;OpenOCD flash method
|
|
;upload_protocol = esp-builtin
|
|
;Normal method
|
|
upload_protocol = esptool
|
|
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-D PRIVATE_HW
|
|
-I variants/picomputer-s3
|
|
-DST7789_DRIVER
|
|
-DUSER_SETUP_LOADED
|
|
-DTFT_SDA_READ
|
|
-DTFT_MOSI=19
|
|
-DTFT_MISO=-1
|
|
-DTFT_SCLK=18
|
|
-DTFT_CS=21
|
|
-DTFT_DC=16
|
|
-DTFT_BL=20
|
|
-DDISABLE_ALL_LIBRARY_WARNINGS
|
|
|
|
lib_deps =
|
|
${esp32_base.lib_deps}
|
|
bodmer/TFT_eSPI@^2.4.76 |