fixed env names

This commit is contained in:
blakadder 2021-01-06 00:44:51 +01:00
parent c55ef412f5
commit b242f0761b
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
; - FT6336U touch controller ;
;***************************************************;
[env:sc01]
[env:wt32-sc01]
platform = espressif32
platform_packages = framework-arduinoespressif32
framework = arduino
@ -20,7 +20,7 @@ build_flags =
${esp32.build_flags}
;region -- TFT_eSPI build options ------------------------
${lcd.sc01}
${lcd.wt32-sc01}
-D TFT_RST=22
-D TFT_SCLK=14
-D TFT_DC=21

View File

@ -67,7 +67,7 @@ st7789v =
;-D TOUCH_DRIVER=6336 ; FT6336U Capacitive I2C touch panel driver
-D SUPPORT_TRANSACTIONS
sc01 =
wt32-sc01 =
-D ST7796_DRIVER=1
-D TFT_WIDTH=320
-D TFT_HEIGHT=480