Skip to content

Commit e2fa70d

Browse files
chore: refactor to use GxEPD2 fork
1 parent b11f084 commit e2fa70d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/helpers/ui/GxEPDDisplay.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,11 @@
1313
#include <Fonts/FreeSansBold12pt7b.h>
1414
#include <Fonts/FreeSans18pt7b.h>
1515

16-
#include <epd/GxEPD2_122_T61.h> // 1.22" b/w
1716
#include <epd/GxEPD2_150_BN.h> // 1.54" b/w
18-
#include <epd/GxEPD2_213_B74.h> // 2.13" b/w
1917
#include <CRC32.h>
2018

2119
#include "DisplayDriver.h"
2220

23-
//GxEPD2_BW<GxEPD2_150_BN, 200> display(GxEPD2_150_BN(DISP_CS, DISP_DC, DISP_RST, DISP_BUSY)); // DEPG0150BN 200x200, SSD1681, TTGO T5 V2.4.1
24-
25-
2621
class GxEPDDisplay : public DisplayDriver {
2722

2823
#if defined(EINK_DISPLAY_MODEL)

variants/lilygo_techo_lite/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ lib_deps =
4747
${nrf52_base.lib_deps}
4848
stevemarple/MicroNMEA @ ^2.0.6
4949
adafruit/Adafruit BME280 Library @ ^2.3.0
50-
zinggjm/GxEPD2 @ 1.6.2
50+
https://github.com/SoulOfNoob/GxEPD2.git
5151
bakercp/CRC32 @ ^2.0.0
5252
debug_tool = jlink
5353
upload_protocol = nrfutil

0 commit comments

Comments
 (0)