mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Add TTGO 16MB
This commit is contained in:
parent
8459b632c7
commit
6da43d80fa
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -42,8 +42,8 @@ jobs:
|
|||||||
out: m5stack
|
out: m5stack
|
||||||
- env: makerfabs-tft35-cap
|
- env: makerfabs-tft35-cap
|
||||||
out: makerfabs-tft
|
out: makerfabs-tft
|
||||||
- env: ttgo-t7-v1.5_ili9341
|
- out: ttgo
|
||||||
out: ttgo-t7
|
env: "ttgo-t7-v1.5_ili9341_4MB -e ttgo-t7-v1.5_ili9341_16MB"
|
||||||
- out: wireless-tag
|
- out: wireless-tag
|
||||||
env: "wt32-sc01_4MB -e wt32-sc01_16MB -e wt-86-32-3zw1"
|
env: "wt32-sc01_4MB -e wt32-sc01_16MB -e wt-86-32-3zw1"
|
||||||
- env: yeacreate-nscreen32
|
- env: yeacreate-nscreen32
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
; - xpt2046 touch controller ;
|
; - xpt2046 touch controller ;
|
||||||
;***************************************************;
|
;***************************************************;
|
||||||
|
|
||||||
[env:ttgo-t7-v1.5_ili9341]
|
[ttgo-t7-v1.5_ili9341]
|
||||||
extends = esp32_4mb_v2
|
extends = esp32_4mb_v2
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
|
|
||||||
@ -38,3 +38,9 @@ lib_ignore =
|
|||||||
${esp32.lib_ignore}
|
${esp32.lib_ignore}
|
||||||
${arduino_esp32_v2.lib_ignore}
|
${arduino_esp32_v2.lib_ignore}
|
||||||
;endregion
|
;endregion
|
||||||
|
|
||||||
|
[env:ttgo-t7-v1.5_ili9341_4MB]
|
||||||
|
extends = ttgo-t7-v1.5_ili9341, esp32_4mb_v2
|
||||||
|
|
||||||
|
[env:ttgo-t7-v1.5_ili9341_16MB]
|
||||||
|
extends = ttgo-t7-v1.5_ili9341, esp32_16mb_v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user