Paperd.Ink Library 0.0.5
Library for interacting with Paperd.Ink devices.
Loading...
Searching...
No Matches
merlot.cpp
Go to the documentation of this file.
1#include "merlot.h"
2
10
12{
13 digitalWrite(EPD_EN, HIGH);
14
15 return 0;
16}
void init(uint32_t serial_diag_bitrate=0)
Definition GxEPD2_3C.h:125
virtual int8_t enable_display()
Definition base.cpp:20
int8_t disable_display() override
Definition merlot.cpp:11
int8_t enable_display() override
Definition merlot.cpp:3
GxEPD2_3C< GxEPD2_420c_Z21, GxEPD2_420c_Z21::HEIGHT > epd
Definition merlot.h:13
#define EPD_EN