This commit is contained in:
2026-02-12 07:13:04 +01:00
parent 7206746130
commit ec9957d5b1
593 changed files with 2016 additions and 476236 deletions

View File

@@ -1,13 +1,53 @@
[env:cyd_2432s028]
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32-2432s028r]
platform = espressif32
platform_packages =
framework-arduinoespressif32 @ 3.20007.0
board = esp32dev
framework = arduino
monitor_speed = 115200
board_build.filesystem = littlefs
lib_deps =
bodmer/TFT_eSPI@^2.5.43
bodmer/TFT_eSPI
bblanchon/ArduinoJson
paulstoffregen/XPT2046_Touchscreen
WiFi
me-no-dev/AsyncTCP@1.1.1
me-no-dev/ESPAsyncWebServer@1.2.3
build_flags =
-DUSER_SETUP_LOADED
-DUSER_SETUP_FILE="User_Setup.h"
build_flags =
-DYELLOW_DISPLAY
-DUSER_SETUP_LOADED
-DILI9341_2_DRIVER
-DTFT_WIDTH=240
-DTFT_HEIGHT=320
-DTFT_MISO=12
-DTFT_MOSI=13
-DTFT_SCLK=14
-DTFT_CS=15
-DTFT_DC=2
-DTFT_RST=-1
-DTFT_BL=21
-DTFT_BACKLIGHT_ON=HIGH
-DTFT_BACKLIGHT_OFF=LOW
-DLOAD_GLCD
-DSPI_FREQUENCY=55000000
-DSPI_READ_FREQUENCY=20000000
-DSPI_TOUCH_FREQUENCY=2500000
-DLOAD_FONT2
-DLOAD_FONT4
-DLOAD_FONT6
-DLOAD_FONT7
-DLOAD_FONT8
-DLOAD_GFXFF
-DUSE_HSPI_PORT
-DTFT_RGB_ORDER=TFT_BGR