Skip to content

Commit

Permalink
Initial addition of the elecrow_esp32_hmi boards
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypoulter committed Oct 5, 2023
1 parent 8c9a482 commit 99bfd6f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions platformio.ini
Expand Up @@ -104,6 +104,9 @@ build_partitions_debug = min_spiffs_debug.csv

neopixel_lib = adafruit/Adafruit NeoPixel@1.11.0

gfx_display_libs =
lvgl/lvgl@8.3.9
bodmer/TFT_eSPI@^2.5.31

[env]
# specify exact Arduino ESP SDK version, requires platformio 3.5+ (curently dev version)
Expand Down Expand Up @@ -319,3 +322,16 @@ build_flags =
-D RAPI_PORT=Serial1
-D RX1=25
-D TX1=27

[env:elecrow_esp32_hmi]
board = denky32
build_flags =
${common.build_flags}
${common.src_build_flags}
-D DEBUG_PORT=Serial
-D RAPI_PORT=Serial1
-D RX1=16
-D TX1=17
#lib_deps =
# ${common.lib_deps}
# ${common.gfx_display_libs}

0 comments on commit 99bfd6f

Please sign in to comment.