Add variant an plumbing for #2468
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user