From e2fa70d6f3a9af49f068aeeea1db17e717f89d46 Mon Sep 17 00:00:00 2001 From: Jan Ryklikas Date: Tue, 23 Sep 2025 21:57:35 +0200 Subject: [PATCH] chore: refactor to use GxEPD2 fork --- src/helpers/ui/GxEPDDisplay.h | 5 ----- variants/lilygo_techo_lite/platformio.ini | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/helpers/ui/GxEPDDisplay.h b/src/helpers/ui/GxEPDDisplay.h index 200abd91..bdfbef9f 100644 --- a/src/helpers/ui/GxEPDDisplay.h +++ b/src/helpers/ui/GxEPDDisplay.h @@ -13,16 +13,11 @@ #include #include -#include // 1.22" b/w #include // 1.54" b/w -#include // 2.13" b/w #include #include "DisplayDriver.h" -//GxEPD2_BW display(GxEPD2_150_BN(DISP_CS, DISP_DC, DISP_RST, DISP_BUSY)); // DEPG0150BN 200x200, SSD1681, TTGO T5 V2.4.1 - - class GxEPDDisplay : public DisplayDriver { #if defined(EINK_DISPLAY_MODEL) diff --git a/variants/lilygo_techo_lite/platformio.ini b/variants/lilygo_techo_lite/platformio.ini index 1ac14585..1bbbcde8 100644 --- a/variants/lilygo_techo_lite/platformio.ini +++ b/variants/lilygo_techo_lite/platformio.ini @@ -47,7 +47,7 @@ lib_deps = ${nrf52_base.lib_deps} stevemarple/MicroNMEA @ ^2.0.6 adafruit/Adafruit BME280 Library @ ^2.3.0 - zinggjm/GxEPD2 @ 1.6.2 + https://github.com/SoulOfNoob/GxEPD2.git bakercp/CRC32 @ ^2.0.0 debug_tool = jlink upload_protocol = nrfutil