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
3
int8_t
Paperdink_Merlot::enable_display
()
4
{
5
PaperdinkDeviceBaseClass::enable_display
();
6
epd
.
init
();
7
8
return
0;
9
}
10
11
int8_t
Paperdink_Merlot::disable_display
()
12
{
13
digitalWrite(
EPD_EN
, HIGH);
14
15
return
0;
16
}
GxEPD2_3C::init
void init(uint32_t serial_diag_bitrate=0)
Definition
GxEPD2_3C.h:125
PaperdinkDeviceBaseClass::enable_display
virtual int8_t enable_display()
Definition
base.cpp:20
Paperdink_Merlot::disable_display
int8_t disable_display() override
Definition
merlot.cpp:11
Paperdink_Merlot::enable_display
int8_t enable_display() override
Definition
merlot.cpp:3
Paperdink_Merlot::epd
GxEPD2_3C< GxEPD2_420c_Z21, GxEPD2_420c_Z21::HEIGHT > epd
Definition
merlot.h:13
merlot.h
EPD_EN
#define EPD_EN
Definition
pin_assignment.h:21
src
devices
merlot.cpp
Generated by
1.12.0