Skip to content

Commit

Permalink
fixed forced version number of TFT_eSPI in platformio_override.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
spiff72 committed Dec 24, 2024
1 parent 1466dde commit 79f3ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usermods/TTGO-T-Display/platformio_override.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ build_flags = ${common.build_flags} ${esp32.build_flags} -D WLED_RELEASE_NAME=\"
; -D LED_BUILTIN=2 # GPIO of built-in LED
lib_deps = ${esp32.lib_deps}
#For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line
TFT_eSPI @ 2.5.33
;https://github.com/Bodmer/TFT_eSPI/archive/refs/tags/2.1.4.zip
;TFT_eSPI @ 2.5.33
https://github.com/Bodmer/TFT_eSPI/archive/refs/tags/2.1.4.zip
;https://github.com/Bodmer/TFT_eSPI/archive/refs/tags/2.1.9.zip
kosme/arduinoFFT @ 2.0.1
monitor_filters = esp32_exception_decoder
Expand Down

0 comments on commit 79f3ef9

Please sign in to comment.