Skip to content

Commit

Permalink
Update TFT_eSPI library to version 2.5.43
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Feb 17, 2024
1 parent 08d4c0b commit 60b8c84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ build_flags =

-D MQTT_BROKER_SERVER="\"192.168.1.145"\"
-D CO2_GADGET_VERSION="\"0.9."\"
-D CO2_GADGET_REV="\"035-development"\"
-D CO2_GADGET_REV="\"036-development"\"
-D CORE_DEBUG_LEVEL=0
-DCACHE_DIR=".pio/build"
-DBUZZER_PIN=2 ; ESP32 pin GPIO13 connected to piezo buzzer
Expand Down Expand Up @@ -127,7 +127,7 @@ monitor_filters = ${common_env_data.monitor_filters}
board_build.partitions = ${common_env_data.board_build.partitions}
extra_scripts = ${common_env_data.extra_scripts}
lib_deps =
bodmer/TFT_eSPI @ ^2.4.0 ; https://github.com/melkati/TFT_eSPI.git
bodmer/TFT_eSPI @ ^2.5.43 ; https://github.com/melkati/TFT_eSPI.git
${common_env_data.lib_deps}
build_flags =
${common_env_data.build_flags}
Expand Down Expand Up @@ -176,7 +176,7 @@ board_build.partitions = ${common_env_data.board_build.partitions}
extra_scripts = ${common_env_data.extra_scripts}
lib_deps =
${common_env_data.lib_deps}
bodmer/TFT_eSPI @ ^2.4.0 ; https://github.com/melkati/TFT_eSPI.git
bodmer/TFT_eSPI @ ^2.5.43 ; https://github.com/melkati/TFT_eSPI.git
build_flags =
${common_env_data.build_flags}
-DCUSTOM_I2C_SDA=22
Expand Down Expand Up @@ -248,7 +248,7 @@ monitor_speed = 115200
monitor_port = COM13
upload_port = COM13
lib_deps =
bodmer/TFT_eSPI @ ^2.5.34
bodmer/TFT_eSPI @ ^2.5.43
${common_env_data.lib_deps}
build_flags =
${common_env_data.build_flags}
Expand Down Expand Up @@ -322,7 +322,7 @@ monitor_speed = 115200
monitor_port = COM6
upload_port = COM6
lib_deps =
bodmer/TFT_eSPI @ ^2.5.34
bodmer/TFT_eSPI @ ^2.5.43
${common_env_data.lib_deps}
build_flags =
${common_env_data.build_flags}
Expand Down

0 comments on commit 60b8c84

Please sign in to comment.