Paperd.Ink Library 0.0.5
Library for interacting with Paperd.Ink devices.
Loading...
Searching...
No Matches
classic.h
Go to the documentation of this file.
1#ifndef _PDINK_CLASSIC_H_
2#define _PDINK_CLASSIC_H_
3
4#include "base.h"
5
7{
8 public:
9 bool has_color = false;
10 bool has_greyscale = true;
11 uint16_t color = GxEPD_BLACK;
12
14
15 int8_t enable_display() override;
16 int8_t disable_display() override;
17};
18
19#endif /* _PDINK_CLASSIC_H_ */
#define GxEPD_BLACK
Definition GxEPD2.h:19
int8_t enable_display() override
Definition classic.cpp:3
int8_t disable_display() override
Definition classic.cpp:11
uint16_t color
Definition classic.h:11
GxEPD2_BW< GxEPD2_420, GxEPD2_420::HEIGHT > epd
Definition classic.h:13
#define EPD_CS
#define EPD_BUSY
#define EPD_RST
#define EPD_DC