First commit
I shall move all this to another branch -> master_vendored or something
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[env:esp32-s3-devkitc-1]
|
||||
platform = espressif32
|
||||
board = esp32-s3-devkitc-1
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
upload_port = "/dev/ttyUSB1"
|
||||
|
||||
# lib_deps = moononournation/GFX Library for Arduino@
|
||||
# lvgl/lvgl
|
||||
# tamctec/TAMC_GT911
|
||||
|
||||
lib_deps =
|
||||
${PROJECT_DIR}/lib/u8g2/csrc
|
||||
${PROJECT_DIR}/lib/u8g2/cppsrc
|
||||
|
||||
build_flags = -Iinclude/
|
||||
-DBOARD_HAS_PSRAM
|
||||
-mfix-esp32-psram-cache-issue
|
||||
-Ilib/u8g2/csrc
|
||||
-Ilib/u8g2/cppsrc
|
||||
board_build.arduino.memory_type = qio_opi
|
||||
Reference in New Issue
Block a user