Skip to content

Commit 99bfd6f

Browse files
committed
Initial addition of the elecrow_esp32_hmi boards
1 parent 8c9a482 commit 99bfd6f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

platformio.ini

+16
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ build_partitions_debug = min_spiffs_debug.csv
104104

105105
neopixel_lib = adafruit/Adafruit [email protected]
106106

107+
gfx_display_libs =
108+
109+
bodmer/TFT_eSPI@^2.5.31
107110

108111
[env]
109112
# specify exact Arduino ESP SDK version, requires platformio 3.5+ (curently dev version)
@@ -319,3 +322,16 @@ build_flags =
319322
-D RAPI_PORT=Serial1
320323
-D RX1=25
321324
-D TX1=27
325+
326+
[env:elecrow_esp32_hmi]
327+
board = denky32
328+
build_flags =
329+
${common.build_flags}
330+
${common.src_build_flags}
331+
-D DEBUG_PORT=Serial
332+
-D RAPI_PORT=Serial1
333+
-D RX1=16
334+
-D TX1=17
335+
#lib_deps =
336+
# ${common.lib_deps}
337+
# ${common.gfx_display_libs}

0 commit comments

Comments
 (0)