feat: initial support for Heltec Wireless Paper v1.0 (#3181)

E-ink panel is DEPG0213BNS800. Otherwise, identical to v1.1 (?)
Partial refresh supported, but not implemented in this commit.

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
todd-herbert
2024-02-09 14:00:13 +13:00
committed by GitHub
parent 9d4c4f8bd1
commit 8130b1cf43
6 changed files with 208 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
#include <OLEDDisplay.h>
#if defined(HELTEC_WIRELESS_PAPER_V1_0)
// Re-enable SPI after deep sleep: rtc_gpio_hold_dis()
#include "driver/rtc_io.h"
#endif
/**
* An adapter class that allows using the GxEPD2 library as if it was an OLEDDisplay implementation.
*