mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Update lib_deps
This commit is contained in:
parent
d927b49caa
commit
7af944f008
@ -63,11 +63,11 @@ lib_ignore =
|
||||
|
||||
lib_deps =
|
||||
;lorol/LittleFS_esp32@^1.0.6 ; for v1
|
||||
bodmer/TFT_eSPI@2.4.42
|
||||
;ESP Async WebServer
|
||||
${tft_espi.lib_deps}
|
||||
git+https://github.com/fvanroie/ConsoleInput.git#dev
|
||||
|
||||
extra_scripts =
|
||||
pre:tools/auto_firmware_version.py
|
||||
tools/littlefsbuilder.py
|
||||
tools/esp_merge_bin.py
|
||||
tools/analyze_elf.py
|
||||
@ -93,7 +93,7 @@ hspi =
|
||||
; -- The Arduino ESP32 v1.0.6 with 3 available flash sizes:
|
||||
[arduino_esp32_v1]
|
||||
framework = arduino
|
||||
platform = espressif32@^3.3.2
|
||||
platform = espressif32@^3.5.0
|
||||
board_build.embed_files =
|
||||
data/edit.htm.gz
|
||||
data/style.css.gz
|
||||
|
@ -33,6 +33,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -30,6 +30,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -40,6 +40,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -41,6 +41,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -43,10 +43,10 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
adafruit/Adafruit GFX Library @ ^1.10.3
|
||||
adafruit/Adafruit BusIO @ ^1.6.0
|
||||
; GT911 touch screen driver
|
||||
git+https://github.com/netwizeBE/arduino-goodix.git
|
||||
${tft_espi.lib_deps}
|
||||
${goodix.lib_deps}
|
||||
; adafruit/Adafruit GFX Library @ ^1.10.3
|
||||
; adafruit/Adafruit BusIO @ ^1.6.0
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -36,6 +36,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -44,7 +44,8 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
git+https://github.com/aselectroworks/Arduino-FT6336U.git
|
||||
${tft_espi.lib_deps}
|
||||
${ft6336.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -33,6 +33,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -43,6 +43,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -30,7 +30,8 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
adafruit/Adafruit STMPE610@^1.1.4 ;STMPE610 touch controller
|
||||
${tft_espi.lib_deps}
|
||||
${stmpe610.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -31,7 +31,8 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
adafruit/Adafruit STMPE610@^1.1.4 ;STMPE610 touch controller
|
||||
${tft_espi.lib_deps}
|
||||
${stmpe610.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -44,9 +44,10 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
; FT6336U is 6x faster then FocalTech Library
|
||||
;git+https://github.com/lewisxhe/FocalTech_Library.git
|
||||
git+https://github.com/aselectroworks/Arduino-FT6336U.git
|
||||
${ft6336.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -33,6 +33,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -36,7 +36,8 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
git+https://github.com/aselectroworks/Arduino-FT6336U.git
|
||||
${tft_espi.lib_deps}
|
||||
${ft6336.lib_deps}
|
||||
https://github.com/fvanroie/M5Core2.git#AXP192
|
||||
|
||||
lib_ignore =
|
||||
|
@ -40,7 +40,8 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
git+https://github.com/aselectroworks/Arduino-FT6336U.git
|
||||
${tft_espi.lib_deps}
|
||||
${ft6336.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -31,6 +31,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -36,6 +36,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -55,11 +55,10 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${lovyangfx.lib_deps}
|
||||
${goodix.lib_deps}
|
||||
adafruit/Adafruit GFX Library @ ^1.10.3
|
||||
adafruit/Adafruit BusIO @ ^1.6.0
|
||||
; GT911 touch screen driver
|
||||
; git+https://github.com/netwizeBE/arduino-goodix.git
|
||||
lovyan03/LovyanGFX @ ^0.4.12
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -49,12 +49,10 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${lovyangfx.lib_deps}
|
||||
${ft6336.lib_deps}
|
||||
adafruit/Adafruit GFX Library @ ^1.10.3
|
||||
adafruit/Adafruit BusIO @ ^1.6.0
|
||||
; GT911 touch screen driver
|
||||
; git+https://github.com/netwizeBE/arduino-goodix.git
|
||||
; git+https://github.com/aselectroworks/Arduino-FT6336U.git
|
||||
lovyan03/LovyanGFX @ ^0.4.12
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -33,6 +33,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
${tft_espi.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -39,7 +39,8 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
git+https://github.com/aselectroworks/Arduino-FT6336U.git
|
||||
${tft_espi.lib_deps}
|
||||
${ft6336.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -6,7 +6,7 @@
|
||||
; untested config
|
||||
|
||||
[env:yeacreate-nscreen32]
|
||||
extends = esp32_16mb_v2
|
||||
extends = esp32_16mb
|
||||
board = esp32dev
|
||||
|
||||
build_flags =
|
||||
@ -17,7 +17,8 @@ build_flags =
|
||||
-D HASP_MODEL="YeaCreate Nscreen32"
|
||||
|
||||
;region -- TFT_eSPI build options ------------------------
|
||||
-D USER_SETUP_LOADED=1
|
||||
;-D USER_SETUP_LOADED=1
|
||||
-D LGFX_USE_V1=1
|
||||
-D ST7796_DRIVER=1
|
||||
-D ESP32_PARALLEL=1
|
||||
-D TFT_ROTATION=0 ; 0=0, 1=90, 2=180 or 3=270 degree
|
||||
@ -56,5 +57,14 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32.lib_deps}
|
||||
git+https://github.com/netwizeBE/arduino-goodix.git
|
||||
bodmer/TFT_eSPI @ 2.4.32
|
||||
; ${tft_espi.lib_deps}
|
||||
${goodix.lib_deps}
|
||||
; https://github.com/lovyan03/LovyanGFX.git#1be6600
|
||||
lorol/LittleFS_esp32@^1.0.6 ; for v1
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
;${esp32.lib_ignore}
|
||||
; TFT_eSPI
|
||||
;endregion
|
@ -67,7 +67,7 @@ lib_ignore =
|
||||
AXP192
|
||||
|
||||
lib_deps =
|
||||
bodmer/TFT_eSPI@2.4.42
|
||||
${tft_espi.lib_deps}
|
||||
;ESP Async WebServer
|
||||
git+https://github.com/fvanroie/ConsoleInput.git#dev
|
||||
|
||||
|
@ -45,8 +45,8 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32s2.lib_deps}
|
||||
adafruit/Adafruit STMPE610@^1.1.4 ;STMPE610 touch controller
|
||||
lovyan03/LovyanGFX @ ^0.4.12
|
||||
${stmpe610.lib_deps}
|
||||
${lovyangfx.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -59,8 +59,8 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32s2.lib_deps}
|
||||
adafruit/Adafruit STMPE610@^1.1.4 ;STMPE610 touch controller
|
||||
lovyan03/LovyanGFX @ ^0.4.12
|
||||
${stmpe610.lib_deps}
|
||||
${lovyangfx.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -47,7 +47,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32s2.lib_deps}
|
||||
lovyan03/LovyanGFX @ ^0.4.12
|
||||
${lovyangfx.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
@ -45,7 +45,7 @@ build_flags =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
${esp32s2.lib_deps}
|
||||
lovyan03/LovyanGFX @ ^0.4.12
|
||||
${lovyangfx.lib_deps}
|
||||
|
||||
lib_ignore =
|
||||
${env.lib_ignore}
|
||||
|
Loading…
x
Reference in New Issue
Block a user