- Исправление отображения

- 16мб флеша
This commit is contained in:
Кобелев Андрей Андреевич
2026-03-12 12:28:44 +03:00
parent 6253480f30
commit 9a188663ee
17 changed files with 6111 additions and 774 deletions

View File

@@ -4,10 +4,23 @@ board = esp32dev
framework = arduino
board_build.f_cpu = 240000000L
board_build.partitions = partitions.csv
board_build.flash_size = 16MB
board_build.flash_mode = qio
board_upload.flash_size = 16MB
board_upload.maximum_size = 16777216
upload_speed = 460800
upload_flags =
--before
default_reset
--after
hard_reset
monitor_speed = 115200
lib_deps =
gyverlibs/GyverNTP@^1.3.1
bblanchon/ArduinoJson@^7.4.3
https://github.com/vroland/epdiy.git
build_flags =
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-DCONFIG_EPD_BOARD_REVISION_LILYGO_T5_47
-DCONFIG_EPD_DISPLAY_TYPE_ED047TC2