mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
fixed env names
This commit is contained in:
parent
c55ef412f5
commit
b242f0761b
@ -5,7 +5,7 @@
|
|||||||
; - FT6336U touch controller ;
|
; - FT6336U touch controller ;
|
||||||
;***************************************************;
|
;***************************************************;
|
||||||
|
|
||||||
[env:sc01]
|
[env:wt32-sc01]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
platform_packages = framework-arduinoespressif32
|
platform_packages = framework-arduinoespressif32
|
||||||
framework = arduino
|
framework = arduino
|
||||||
@ -20,7 +20,7 @@ build_flags =
|
|||||||
${esp32.build_flags}
|
${esp32.build_flags}
|
||||||
|
|
||||||
;region -- TFT_eSPI build options ------------------------
|
;region -- TFT_eSPI build options ------------------------
|
||||||
${lcd.sc01}
|
${lcd.wt32-sc01}
|
||||||
-D TFT_RST=22
|
-D TFT_RST=22
|
||||||
-D TFT_SCLK=14
|
-D TFT_SCLK=14
|
||||||
-D TFT_DC=21
|
-D TFT_DC=21
|
||||||
|
@ -67,7 +67,7 @@ st7789v =
|
|||||||
;-D TOUCH_DRIVER=6336 ; FT6336U Capacitive I2C touch panel driver
|
;-D TOUCH_DRIVER=6336 ; FT6336U Capacitive I2C touch panel driver
|
||||||
-D SUPPORT_TRANSACTIONS
|
-D SUPPORT_TRANSACTIONS
|
||||||
|
|
||||||
sc01 =
|
wt32-sc01 =
|
||||||
-D ST7796_DRIVER=1
|
-D ST7796_DRIVER=1
|
||||||
-D TFT_WIDTH=320
|
-D TFT_WIDTH=320
|
||||||
-D TFT_HEIGHT=480
|
-D TFT_HEIGHT=480
|
||||||
|
Loading…
x
Reference in New Issue
Block a user