Browse Source
Merge pull request #2998 from oltaco/heltec-t1-bodmer
Fix: Heltec t1: add missing bodmer TFT_eSPI library
pull/3000/head
Liam Cottle
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
variants/heltec_t1/platformio.ini
|
|
@ -23,7 +23,7 @@ build_src_filter = ${nrf52_base.build_src_filter} |
|
|
lib_deps = |
|
|
lib_deps = |
|
|
${nrf52_base.lib_deps} |
|
|
${nrf52_base.lib_deps} |
|
|
${sensor_base.lib_deps} |
|
|
${sensor_base.lib_deps} |
|
|
adafruit/Adafruit ST7735 and ST7789 Library @ ^1.11.0 |
|
|
bodmer/TFT_eSPI @ ^2.4.31 |
|
|
debug_tool = jlink |
|
|
debug_tool = jlink |
|
|
upload_protocol = nrfutil |
|
|
upload_protocol = nrfutil |
|
|
|
|
|
|
|
|
|