From 8fe32d92823fab08aa6e70522aafea4aa9f5f5fb Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 4 Apr 2021 13:21:21 +0200 Subject: [PATCH 1/3] Epaper ESP32 --- platformio_tasmota32.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 567222fa3..7b1ee776a 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -65,6 +65,8 @@ lib_extra_dirs = lib/libesp32 ; uncomment the following line if you need Bluetooth, Homekit or TTGO Watch libraries in your Tasmota32 build ; lib/libesp32_div +; uncomment the following line if you want to use Epaper driver epidy in your Tasmota32 build +; libesp32_epdiy lib/lib_basic lib/lib_i2c lib/lib_display From ca2fed9a88250d9be189d38b29616fce262662b2 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 4 Apr 2021 13:45:27 +0200 Subject: [PATCH 2/3] libesp32_epdiy --- platformio_override_sample.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio_override_sample.ini b/platformio_override_sample.ini index 283c4405f..05814bc69 100644 --- a/platformio_override_sample.ini +++ b/platformio_override_sample.ini @@ -122,6 +122,8 @@ lib_extra_dirs = ${library.lib_extra_dirs} lib/libesp32 ; *** uncomment the following line if you want to use Bluetooth or Apple Homekit in a Tasmota32 build ; lib/libesp32_div +; *** uncomment the following line if you want to use Epaper driver epidy in your Tasmota32 build +; lib/libesp32_epdiy [core32] ; Activate Stage Core32 by removing ";" in next 3 lines, if you want to override the standard core32 From 464cc38a8194d7a2a537635173b81ffc2ad2cd5f Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 4 Apr 2021 13:46:42 +0200 Subject: [PATCH 3/3] lib/libesp32_epdiy --- platformio_tasmota32.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 7b1ee776a..de1e9f08f 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -66,7 +66,7 @@ lib_extra_dirs = ; uncomment the following line if you need Bluetooth, Homekit or TTGO Watch libraries in your Tasmota32 build ; lib/libesp32_div ; uncomment the following line if you want to use Epaper driver epidy in your Tasmota32 build -; libesp32_epdiy +; lib/libesp32_epdiy lib/lib_basic lib/lib_i2c lib/lib_display