mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-29 14:16:40 +00:00
huzzah32-featherwings ini files
This commit is contained in:
parent
5e25c85689
commit
56bbc19414
33
user_setups/esp32/huzzah32-featherwing-24.ini
Normal file
33
user_setups/esp32/huzzah32-featherwing-24.ini
Normal 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}
|
33
user_setups/esp32/huzzah32-featherwing-35.ini
Normal file
33
user_setups/esp32/huzzah32-featherwing-35.ini
Normal 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}
|
Loading…
x
Reference in New Issue
Block a user