huzzah32-featherwings ini files

This commit is contained in:
arovak 2021-02-28 20:13:07 +01:00
parent 5e25c85689
commit 56bbc19414
2 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,33 @@
;***************************************************;
; HUZZAH32 ESP32 with Featherwing TFT 2.4" ;
; - HUZZAH32 esp32 board ;
; - ili9341 TFT Featherwing 2.4" ;
; - STMPE610 touch controller ;
;***************************************************;
[env:huzzah32-featherwing-24]
extends = esp32
board = featheresp32
build_flags =
${env.build_flags}
${esp32.build_flags}
;region -- TFT_eSPI build options ------------------------
${lcd.featherwing-24}
-D TFT_MISO=19
-D TFT_MOSI=18
-D TFT_SCLK=5
-D TFT_DC=33
-D TFT_CS=15
-D TFT_RST=-1 ; RST
-D TFT_BCKL=-1 ; Solder the LITE pad to a PWM enabled pin of the ESP.
-D STMPE_CS=32
;endregion
lib_deps =
${env.lib_deps}
${esp32.lib_deps}
lib_ignore =
${env.lib_ignore}
${esp32.lib_ignore}

View File

@ -0,0 +1,33 @@
;***************************************************;
; HUZZAH32 ESP32 with Featherwing TFT 3.5" ;
; - HUZZAH32 esp32 board ;
; - HX8357D TFT Featherwing 3.5" ;
; - STMPE610 touch controller ;
;***************************************************;
[env:huzzah32-featherwing-35]
extends = esp32
board = featheresp32
build_flags =
${env.build_flags}
${esp32.build_flags}
;region -- TFT_eSPI build options ------------------------
${lcd.featherwing-35}
-D TFT_MISO=19
-D TFT_MOSI=18
-D TFT_SCLK=5
-D TFT_DC=33
-D TFT_CS=15
-D TFT_RST=-1 ; RST
-D TFT_BCKL=-1 ; Solder the LITE pad to a PWM enabled pin of the ESP.
-D STMPE_CS=32
;endregion
lib_deps =
${env.lib_deps}
${esp32.lib_deps}
lib_ignore =
${env.lib_ignore}
${esp32.lib_ignore}