chore: refactor to use GxEPD2 fork

Este commit está contenido en:
Jan Ryklikas
2025-09-23 21:57:35 +02:00
padre b11f08422e
commit e2fa70d6f3
Se han modificado 2 ficheros con 1 adiciones y 6 borrados
-5
Ver fichero
@@ -13,16 +13,11 @@
#include <Fonts/FreeSansBold12pt7b.h>
#include <Fonts/FreeSans18pt7b.h>
#include <epd/GxEPD2_122_T61.h> // 1.22" b/w
#include <epd/GxEPD2_150_BN.h> // 1.54" b/w
#include <epd/GxEPD2_213_B74.h> // 2.13" b/w
#include <CRC32.h>
#include "DisplayDriver.h"
//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
class GxEPDDisplay : public DisplayDriver {
#if defined(EINK_DISPLAY_MODEL)