Compare commits

..

2 Commits

Author SHA1 Message Date
haudamekki
9272eb9d63 lvgl version geändert, 8.3.11 2024-08-07 21:39:05 +02:00
haudamekki
dca71d9ff9 lvgl und tft espi hinzugefügt 2024-08-07 21:29:38 +02:00
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,10 @@ platform_packages=
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.1 framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.1
framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.1/esp32-arduino-libs-3.0.1.zip framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.1/esp32-arduino-libs-3.0.1.zip
lib_deps =
lvgl@^8.3.11
bodmer/TFT_eSPI@^2.5.43
board_build.partitions = app3M_fat9M_16MB.csv board_build.partitions = app3M_fat9M_16MB.csv
upload_speed = 115200 upload_speed = 115200

View File

@ -1,4 +1,6 @@
#include <Arduino.h> #include <Arduino.h>
#include <lvgl.h>
#include <TFT_eSPI.h>
#include "esp_heap_caps.h" #include "esp_heap_caps.h"
#include "esp32-hal-psram.h" #include "esp32-hal-psram.h"
#include "esp_partition.h" #include "esp_partition.h"