Add TTGO 16MB

This commit is contained in:
fvanroie 2022-05-13 00:47:23 +02:00
parent 8459b632c7
commit 6da43d80fa
2 changed files with 9 additions and 3 deletions

View File

@ -42,8 +42,8 @@ jobs:
out: m5stack
- env: makerfabs-tft35-cap
out: makerfabs-tft
- env: ttgo-t7-v1.5_ili9341
out: ttgo-t7
- out: ttgo
env: "ttgo-t7-v1.5_ili9341_4MB -e ttgo-t7-v1.5_ili9341_16MB"
- out: wireless-tag
env: "wt32-sc01_4MB -e wt32-sc01_16MB -e wt-86-32-3zw1"
- env: yeacreate-nscreen32

View File

@ -5,7 +5,7 @@
; - xpt2046 touch controller ;
;***************************************************;
[env:ttgo-t7-v1.5_ili9341]
[ttgo-t7-v1.5_ili9341]
extends = esp32_4mb_v2
board = esp32dev
@ -38,3 +38,9 @@ lib_ignore =
${esp32.lib_ignore}
${arduino_esp32_v2.lib_ignore}
;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