53 lines
1.1 KiB
INI
53 lines
1.1 KiB
INI
; 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
|
|
|
|
lib_deps =
|
|
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 =
|
|
-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 |