lvgl und tft espi hinzugefügt
This commit is contained in:
parent
05dacb4bdf
commit
dca71d9ff9
@ -16,6 +16,10 @@ platform_packages=
|
||||
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
|
||||
|
||||
lib_deps =
|
||||
lvgl@^8.4.0
|
||||
bodmer/TFT_eSPI@^2.5.43
|
||||
|
||||
board_build.partitions = app3M_fat9M_16MB.csv
|
||||
|
||||
upload_speed = 115200
|
||||
|
@ -1,4 +1,6 @@
|
||||
#include <Arduino.h>
|
||||
#include <lvgl.h>
|
||||
#include <TFT_eSPI.h>
|
||||
#include "esp_heap_caps.h"
|
||||
#include "esp32-hal-psram.h"
|
||||
#include "esp_partition.h"
|
||||
|
Loading…
Reference in New Issue
Block a user