Paperd.Ink Library 0.0.5
Library for interacting with Paperd.Ink devices.
Loading...
Searching...
No Matches
GxEPD2_213_Z98c Class Reference

#include <GxEPD2_213_Z98c.h>

Inheritance diagram for GxEPD2_213_Z98c:
GxEPD2_EPD

Public Member Functions

 GxEPD2_213_Z98c (int16_t cs, int16_t dc, int16_t rst, int16_t busy)
 
void clearScreen (uint8_t value=0xFF)
 
void clearScreen (uint8_t black_value, uint8_t color_value)
 
void writeScreenBuffer (uint8_t value=0xFF)
 
void writeScreenBuffer (uint8_t black_value, uint8_t color_value)
 
void writeImage (const uint8_t bitmap[], int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
void writeImagePart (const uint8_t bitmap[], int16_t x_part, int16_t y_part, int16_t w_bitmap, int16_t h_bitmap, int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
void writeImage (const uint8_t *black, const uint8_t *color, int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
void writeImagePart (const uint8_t *black, const uint8_t *color, int16_t x_part, int16_t y_part, int16_t w_bitmap, int16_t h_bitmap, int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
void writeNative (const uint8_t *data1, const uint8_t *data2, int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
void drawImage (const uint8_t bitmap[], int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
void drawImagePart (const uint8_t bitmap[], int16_t x_part, int16_t y_part, int16_t w_bitmap, int16_t h_bitmap, int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
void drawImage (const uint8_t *black, const uint8_t *color, int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
void drawImagePart (const uint8_t *black, const uint8_t *color, int16_t x_part, int16_t y_part, int16_t w_bitmap, int16_t h_bitmap, int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
void drawNative (const uint8_t *data1, const uint8_t *data2, int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
void refresh (bool partial_update_mode=false)
 
void refresh (int16_t x, int16_t y, int16_t w, int16_t h)
 
void powerOff ()
 
void hibernate ()
 
- Public Member Functions inherited from GxEPD2_EPD
 GxEPD2_EPD (int16_t cs, int16_t dc, int16_t rst, int16_t busy, int16_t busy_level, uint32_t busy_timeout, uint16_t w, uint16_t h, GxEPD2::Panel p, bool c, bool pu, bool fpu)
 
virtual void init (uint32_t serial_diag_bitrate=0)
 
virtual void init (uint32_t serial_diag_bitrate, bool initial, uint16_t reset_duration=10, bool pulldown_rst_mode=false)
 
virtual void writeImageForFullRefresh (const uint8_t bitmap[], int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
virtual void writeScreenBufferAgain (uint8_t value=0xFF)
 
virtual void writeImageAgain (const uint8_t bitmap[], int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
virtual void writeImagePartAgain (const uint8_t bitmap[], int16_t x_part, int16_t y_part, int16_t w_bitmap, int16_t h_bitmap, int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)
 
virtual void setPaged ()
 
void setBusyCallback (void(*busyCallback)(const void *), const void *busy_callback_parameter=0)
 
void selectSPI (SPIClass &spi, SPISettings spi_settings)
 

Static Public Attributes

static const uint16_t WIDTH = 128
 
static const uint16_t WIDTH_VISIBLE = 122
 
static const uint16_t HEIGHT = 250
 
static const GxEPD2::Panel panel = GxEPD2::GDEY0213Z98
 
static const bool hasColor = true
 
static const bool hasPartialUpdate = true
 
static const bool hasFastPartialUpdate = false
 
static const uint16_t power_on_time = 100
 
static const uint16_t power_off_time = 150
 
static const uint16_t full_refresh_time = 15000
 
static const uint16_t partial_refresh_time = 15000
 

Additional Inherited Members

- Static Public Member Functions inherited from GxEPD2_EPD
static uint16_t gx_uint16_min (uint16_t a, uint16_t b)
 
static uint16_t gx_uint16_max (uint16_t a, uint16_t b)
 
- Public Attributes inherited from GxEPD2_EPD
const uint16_t WIDTH
 
const uint16_t HEIGHT
 
const GxEPD2::Panel panel
 
const bool hasColor
 
const bool hasPartialUpdate
 
const bool hasFastPartialUpdate
 
- Protected Member Functions inherited from GxEPD2_EPD
void _reset ()
 
void _waitWhileBusy (const char *comment=0, uint16_t busy_time=5000)
 
void _writeCommand (uint8_t c)
 
void _writeData (uint8_t d)
 
void _writeData (const uint8_t *data, uint16_t n)
 
void _writeDataPGM (const uint8_t *data, uint16_t n, int16_t fill_with_zeroes=0)
 
void _writeDataPGM_sCS (const uint8_t *data, uint16_t n, int16_t fill_with_zeroes=0)
 
void _writeCommandData (const uint8_t *pCommandData, uint8_t datalen)
 
void _writeCommandDataPGM (const uint8_t *pCommandData, uint8_t datalen)
 
void _startTransfer ()
 
void _transfer (uint8_t value)
 
void _endTransfer ()
 
- Protected Attributes inherited from GxEPD2_EPD
int16_t _cs
 
int16_t _dc
 
int16_t _rst
 
int16_t _busy
 
int16_t _busy_level
 
uint32_t _busy_timeout
 
bool _diag_enabled
 
bool _pulldown_rst_mode
 
SPIClass * _pSPIx
 
SPISettings _spi_settings
 
bool _initial_write
 
bool _initial_refresh
 
bool _power_is_on
 
bool _using_partial_mode
 
bool _hibernating
 
uint16_t _reset_duration
 
void(* _busy_callback )(const void *)
 
const void * _busy_callback_parameter
 

Detailed Description

Definition at line 19 of file GxEPD2_213_Z98c.h.

Constructor & Destructor Documentation

◆ GxEPD2_213_Z98c()

GxEPD2_213_Z98c::GxEPD2_213_Z98c ( int16_t cs,
int16_t dc,
int16_t rst,
int16_t busy )

Definition at line 16 of file GxEPD2_213_Z98c.cpp.

16 :
17 GxEPD2_EPD(cs, dc, rst, busy, HIGH, 30000000, WIDTH, HEIGHT, panel, hasColor, hasPartialUpdate, hasFastPartialUpdate)
18{
19}
static const uint16_t WIDTH
static const bool hasPartialUpdate
static const GxEPD2::Panel panel
static const bool hasFastPartialUpdate
static const uint16_t HEIGHT
static const bool hasColor
GxEPD2_EPD(int16_t cs, int16_t dc, int16_t rst, int16_t busy, int16_t busy_level, uint32_t busy_timeout, uint16_t w, uint16_t h, GxEPD2::Panel p, bool c, bool pu, bool fpu)

Member Function Documentation

◆ clearScreen() [1/2]

void GxEPD2_213_Z98c::clearScreen ( uint8_t black_value,
uint8_t color_value )

Definition at line 26 of file GxEPD2_213_Z98c.cpp.

27{
28 _initial_write = false; // initial full screen buffer clean done
29 _Init_Part();
30 _setPartialRamArea(0, 0, WIDTH, HEIGHT);
31 _writeCommand(0x24);
32 for (uint32_t i = 0; i < uint32_t(WIDTH) * uint32_t(HEIGHT) / 8; i++)
33 {
34 _writeData(black_value);
35 }
36 _writeCommand(0x26);
37 for (uint32_t i = 0; i < uint32_t(WIDTH) * uint32_t(HEIGHT) / 8; i++)
38 {
39 _writeData(~color_value);
40 }
41 _Update_Part();
42}
void _writeCommand(uint8_t c)
void _writeData(uint8_t d)
bool _initial_write
Definition GxEPD2_EPD.h:117

◆ clearScreen() [2/2]

void GxEPD2_213_Z98c::clearScreen ( uint8_t value = 0xFF)
virtual

Implements GxEPD2_EPD.

Definition at line 21 of file GxEPD2_213_Z98c.cpp.

22{
23 clearScreen(value, 0xFF);
24}
void clearScreen(uint8_t value=0xFF)

◆ drawImage() [1/2]

void GxEPD2_213_Z98c::drawImage ( const uint8_t * black,
const uint8_t * color,
int16_t x,
int16_t y,
int16_t w,
int16_t h,
bool invert = false,
bool mirror_y = false,
bool pgm = false )

Definition at line 252 of file GxEPD2_213_Z98c.cpp.

253{
254 writeImage(black, color, x, y, w, h, invert, mirror_y, pgm);
255 refresh(x, y, w, h);
256}
void refresh(bool partial_update_mode=false)
void writeImage(const uint8_t bitmap[], int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)

◆ drawImage() [2/2]

void GxEPD2_213_Z98c::drawImage ( const uint8_t bitmap[],
int16_t x,
int16_t y,
int16_t w,
int16_t h,
bool invert = false,
bool mirror_y = false,
bool pgm = false )

Definition at line 239 of file GxEPD2_213_Z98c.cpp.

240{
241 writeImage(bitmap, x, y, w, h, invert, mirror_y, pgm);
242 refresh(x, y, w, h);
243}

◆ drawImagePart() [1/2]

void GxEPD2_213_Z98c::drawImagePart ( const uint8_t * black,
const uint8_t * color,
int16_t x_part,
int16_t y_part,
int16_t w_bitmap,
int16_t h_bitmap,
int16_t x,
int16_t y,
int16_t w,
int16_t h,
bool invert = false,
bool mirror_y = false,
bool pgm = false )

Definition at line 258 of file GxEPD2_213_Z98c.cpp.

260{
261 writeImagePart(black, color, x_part, y_part, w_bitmap, h_bitmap, x, y, w, h, invert, mirror_y, pgm);
262 refresh(x, y, w, h);
263}
void writeImagePart(const uint8_t bitmap[], int16_t x_part, int16_t y_part, int16_t w_bitmap, int16_t h_bitmap, int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)

◆ drawImagePart() [2/2]

void GxEPD2_213_Z98c::drawImagePart ( const uint8_t bitmap[],
int16_t x_part,
int16_t y_part,
int16_t w_bitmap,
int16_t h_bitmap,
int16_t x,
int16_t y,
int16_t w,
int16_t h,
bool invert = false,
bool mirror_y = false,
bool pgm = false )

Definition at line 245 of file GxEPD2_213_Z98c.cpp.

247{
248 writeImagePart(bitmap, x_part, y_part, w_bitmap, h_bitmap, x, y, w, h, invert, mirror_y, pgm);
249 refresh(x, y, w, h);
250}

◆ drawNative()

void GxEPD2_213_Z98c::drawNative ( const uint8_t * data1,
const uint8_t * data2,
int16_t x,
int16_t y,
int16_t w,
int16_t h,
bool invert = false,
bool mirror_y = false,
bool pgm = false )

Definition at line 265 of file GxEPD2_213_Z98c.cpp.

266{
267 writeNative(data1, data2, x, y, w, h, invert, mirror_y, pgm);
268 refresh(x, y, w, h);
269}
void writeNative(const uint8_t *data1, const uint8_t *data2, int16_t x, int16_t y, int16_t w, int16_t h, bool invert=false, bool mirror_y=false, bool pgm=false)

◆ hibernate()

void GxEPD2_213_Z98c::hibernate ( )
virtual

Implements GxEPD2_EPD.

Definition at line 301 of file GxEPD2_213_Z98c.cpp.

302{
303 _PowerOff();
304 if (_rst >= 0)
305 {
306 _writeCommand(0x10); // deep sleep mode
307 _writeData(0x1); // enter deep sleep
308 _hibernating = true;
309 }
310}
int16_t _rst
Definition GxEPD2_EPD.h:112
bool _hibernating
Definition GxEPD2_EPD.h:118

◆ powerOff()

void GxEPD2_213_Z98c::powerOff ( void )
virtual

Implements GxEPD2_EPD.

Definition at line 296 of file GxEPD2_213_Z98c.cpp.

297{
298 _PowerOff();
299}

◆ refresh() [1/2]

void GxEPD2_213_Z98c::refresh ( bool partial_update_mode = false)
virtual

Implements GxEPD2_EPD.

Definition at line 271 of file GxEPD2_213_Z98c.cpp.

272{
273 if (partial_update_mode) refresh(0, 0, WIDTH, HEIGHT);
274 else _Update_Full();
275}

◆ refresh() [2/2]

void GxEPD2_213_Z98c::refresh ( int16_t x,
int16_t y,
int16_t w,
int16_t h )
virtual

Implements GxEPD2_EPD.

Definition at line 277 of file GxEPD2_213_Z98c.cpp.

278{
279 // intersection with screen
280 int16_t w1 = x < 0 ? w + x : w; // reduce
281 int16_t h1 = y < 0 ? h + y : h; // reduce
282 int16_t x1 = x < 0 ? 0 : x; // limit
283 int16_t y1 = y < 0 ? 0 : y; // limit
284 w1 = x1 + w1 < int16_t(WIDTH) ? w1 : int16_t(WIDTH) - x1; // limit
285 h1 = y1 + h1 < int16_t(HEIGHT) ? h1 : int16_t(HEIGHT) - y1; // limit
286 if ((w1 <= 0) || (h1 <= 0)) return;
287 // make x1, w1 multiple of 8
288 w1 += x1 % 8;
289 if (w1 % 8 > 0) w1 += 8 - w1 % 8;
290 x1 -= x1 % 8;
291 _Init_Part();
292 _setPartialRamArea(x1, y1, w1, h1);
293 _Update_Part();
294}

◆ writeImage() [1/2]

void GxEPD2_213_Z98c::writeImage ( const uint8_t * black,
const uint8_t * color,
int16_t x,
int16_t y,
int16_t w,
int16_t h,
bool invert = false,
bool mirror_y = false,
bool pgm = false )

Definition at line 71 of file GxEPD2_213_Z98c.cpp.

72{
73 if (_initial_write) writeScreenBuffer(); // initial full screen buffer clean
74 delay(1); // yield() to avoid WDT on ESP8266 and ESP32
75 int16_t wb = (w + 7) / 8; // width bytes, bitmaps are padded
76 x -= x % 8; // byte boundary
77 w = wb * 8; // byte boundary
78 int16_t x1 = x < 0 ? 0 : x; // limit
79 int16_t y1 = y < 0 ? 0 : y; // limit
80 int16_t w1 = x + w < int16_t(WIDTH) ? w : int16_t(WIDTH) - x; // limit
81 int16_t h1 = y + h < int16_t(HEIGHT) ? h : int16_t(HEIGHT) - y; // limit
82 int16_t dx = x1 - x;
83 int16_t dy = y1 - y;
84 w1 -= dx;
85 h1 -= dy;
86 if ((w1 <= 0) || (h1 <= 0)) return;
87 _Init_Part();
88 _setPartialRamArea(x1, y1, w1, h1);
89 _writeCommand(0x24);
90 for (int16_t i = 0; i < h1; i++)
91 {
92 for (int16_t j = 0; j < w1 / 8; j++)
93 {
94 uint8_t data = 0xFF;
95 if (black)
96 {
97 // use wb, h of bitmap for index!
98 int16_t idx = mirror_y ? j + dx / 8 + ((h - 1 - (i + dy))) * wb : j + dx / 8 + (i + dy) * wb;
99 if (pgm)
100 {
101#if defined(__AVR) || defined(ESP8266) || defined(ESP32)
102 data = pgm_read_byte(&black[idx]);
103#else
104 data = black[idx];
105#endif
106 }
107 else
108 {
109 data = black[idx];
110 }
111 if (invert) data = ~data;
112 }
113 _writeData(data);
114 }
115 }
116 _writeCommand(0x26);
117 for (int16_t i = 0; i < h1; i++)
118 {
119 for (int16_t j = 0; j < w1 / 8; j++)
120 {
121 uint8_t data = 0xFF;
122 if (color)
123 {
124 // use wb, h of bitmap for index!
125 int16_t idx = mirror_y ? j + dx / 8 + ((h - 1 - (i + dy))) * wb : j + dx / 8 + (i + dy) * wb;
126 if (pgm)
127 {
128#if defined(__AVR) || defined(ESP8266) || defined(ESP32)
129 data = pgm_read_byte(&color[idx]);
130#else
131 data = color[idx];
132#endif
133 }
134 else
135 {
136 data = color[idx];
137 }
138 if (invert) data = ~data;
139 }
140 _writeData(~data);
141 }
142 }
143 delay(1); // yield() to avoid WDT on ESP8266 and ESP32
144}
void writeScreenBuffer(uint8_t value=0xFF)

◆ writeImage() [2/2]

void GxEPD2_213_Z98c::writeImage ( const uint8_t bitmap[],
int16_t x,
int16_t y,
int16_t w,
int16_t h,
bool invert = false,
bool mirror_y = false,
bool pgm = false )
virtual

Implements GxEPD2_EPD.

Definition at line 66 of file GxEPD2_213_Z98c.cpp.

67{
68 writeImage(bitmap, NULL, x, y, w, h, invert, mirror_y, pgm);
69}

◆ writeImagePart() [1/2]

void GxEPD2_213_Z98c::writeImagePart ( const uint8_t * black,
const uint8_t * color,
int16_t x_part,
int16_t y_part,
int16_t w_bitmap,
int16_t h_bitmap,
int16_t x,
int16_t y,
int16_t w,
int16_t h,
bool invert = false,
bool mirror_y = false,
bool pgm = false )

Definition at line 152 of file GxEPD2_213_Z98c.cpp.

154{
155 if (_initial_write) writeScreenBuffer(); // initial full screen buffer clean
156 delay(1); // yield() to avoid WDT on ESP8266 and ESP32
157 if ((w_bitmap < 0) || (h_bitmap < 0) || (w < 0) || (h < 0)) return;
158 if ((x_part < 0) || (x_part >= w_bitmap)) return;
159 if ((y_part < 0) || (y_part >= h_bitmap)) return;
160 int16_t wb_bitmap = (w_bitmap + 7) / 8; // width bytes, bitmaps are padded
161 x_part -= x_part % 8; // byte boundary
162 w = w_bitmap - x_part < w ? w_bitmap - x_part : w; // limit
163 h = h_bitmap - y_part < h ? h_bitmap - y_part : h; // limit
164 x -= x % 8; // byte boundary
165 w = 8 * ((w + 7) / 8); // byte boundary, bitmaps are padded
166 int16_t x1 = x < 0 ? 0 : x; // limit
167 int16_t y1 = y < 0 ? 0 : y; // limit
168 int16_t w1 = x + w < int16_t(WIDTH) ? w : int16_t(WIDTH) - x; // limit
169 int16_t h1 = y + h < int16_t(HEIGHT) ? h : int16_t(HEIGHT) - y; // limit
170 int16_t dx = x1 - x;
171 int16_t dy = y1 - y;
172 w1 -= dx;
173 h1 -= dy;
174 if ((w1 <= 0) || (h1 <= 0)) return;
175 if (!_using_partial_mode) _Init_Part();
176 _setPartialRamArea(x1, y1, w1, h1);
177 _writeCommand(0x24);
178 for (int16_t i = 0; i < h1; i++)
179 {
180 for (int16_t j = 0; j < w1 / 8; j++)
181 {
182 uint8_t data;
183 // use wb_bitmap, h_bitmap of bitmap for index!
184 int16_t idx = mirror_y ? x_part / 8 + j + dx / 8 + ((h_bitmap - 1 - (y_part + i + dy))) * wb_bitmap : x_part / 8 + j + dx / 8 + (y_part + i + dy) * wb_bitmap;
185 if (pgm)
186 {
187#if defined(__AVR) || defined(ESP8266) || defined(ESP32)
188 data = pgm_read_byte(&black[idx]);
189#else
190 data = black[idx];
191#endif
192 }
193 else
194 {
195 data = black[idx];
196 }
197 if (invert) data = ~data;
198 _writeData(data);
199 }
200 }
201 _writeCommand(0x26);
202 for (int16_t i = 0; i < h1; i++)
203 {
204 for (int16_t j = 0; j < w1 / 8; j++)
205 {
206 uint8_t data = 0xFF;
207 if (color)
208 {
209 // use wb_bitmap, h_bitmap of bitmap for index!
210 int16_t idx = mirror_y ? x_part / 8 + j + dx / 8 + ((h_bitmap - 1 - (y_part + i + dy))) * wb_bitmap : x_part / 8 + j + dx / 8 + (y_part + i + dy) * wb_bitmap;
211 if (pgm)
212 {
213#if defined(__AVR) || defined(ESP8266) || defined(ESP32)
214 data = pgm_read_byte(&color[idx]);
215#else
216 data = color[idx];
217#endif
218 }
219 else
220 {
221 data = color[idx];
222 }
223 if (invert) data = ~data;
224 }
225 _writeData(~data);
226 }
227 }
228 delay(1); // yield() to avoid WDT on ESP8266 and ESP32
229}
bool _using_partial_mode
Definition GxEPD2_EPD.h:118

◆ writeImagePart() [2/2]

void GxEPD2_213_Z98c::writeImagePart ( const uint8_t bitmap[],
int16_t x_part,
int16_t y_part,
int16_t w_bitmap,
int16_t h_bitmap,
int16_t x,
int16_t y,
int16_t w,
int16_t h,
bool invert = false,
bool mirror_y = false,
bool pgm = false )
virtual

Implements GxEPD2_EPD.

Definition at line 146 of file GxEPD2_213_Z98c.cpp.

148{
149 writeImagePart(bitmap, NULL, x_part, y_part, w_bitmap, h_bitmap, x, y, w, h, invert, mirror_y, pgm);
150}

◆ writeNative()

void GxEPD2_213_Z98c::writeNative ( const uint8_t * data1,
const uint8_t * data2,
int16_t x,
int16_t y,
int16_t w,
int16_t h,
bool invert = false,
bool mirror_y = false,
bool pgm = false )

Definition at line 231 of file GxEPD2_213_Z98c.cpp.

232{
233 if (data1)
234 {
235 writeImage(data1, x, y, w, h, invert, mirror_y, pgm);
236 }
237}

◆ writeScreenBuffer() [1/2]

void GxEPD2_213_Z98c::writeScreenBuffer ( uint8_t black_value,
uint8_t color_value )

Definition at line 49 of file GxEPD2_213_Z98c.cpp.

50{
51 _initial_write = false; // initial full screen buffer clean done
52 _Init_Part();
53 _setPartialRamArea(0, 0, WIDTH, HEIGHT);
54 _writeCommand(0x24);
55 for (uint32_t i = 0; i < uint32_t(WIDTH) * uint32_t(HEIGHT) / 8; i++)
56 {
57 _writeData(black_value);
58 }
59 _writeCommand(0x26);
60 for (uint32_t i = 0; i < uint32_t(WIDTH) * uint32_t(HEIGHT) / 8; i++)
61 {
62 _writeData(~color_value);
63 }
64}

◆ writeScreenBuffer() [2/2]

void GxEPD2_213_Z98c::writeScreenBuffer ( uint8_t value = 0xFF)
virtual

Implements GxEPD2_EPD.

Definition at line 44 of file GxEPD2_213_Z98c.cpp.

45{
46 writeScreenBuffer(value, 0xFF);
47}

Member Data Documentation

◆ full_refresh_time

const uint16_t GxEPD2_213_Z98c::full_refresh_time = 15000
static

Definition at line 32 of file GxEPD2_213_Z98c.h.

◆ hasColor

const bool GxEPD2_213_Z98c::hasColor = true
static

Definition at line 27 of file GxEPD2_213_Z98c.h.

◆ hasFastPartialUpdate

const bool GxEPD2_213_Z98c::hasFastPartialUpdate = false
static

Definition at line 29 of file GxEPD2_213_Z98c.h.

◆ hasPartialUpdate

const bool GxEPD2_213_Z98c::hasPartialUpdate = true
static

Definition at line 28 of file GxEPD2_213_Z98c.h.

◆ HEIGHT

const uint16_t GxEPD2_213_Z98c::HEIGHT = 250
static

Definition at line 25 of file GxEPD2_213_Z98c.h.

◆ panel

const GxEPD2::Panel GxEPD2_213_Z98c::panel = GxEPD2::GDEY0213Z98
static

Definition at line 26 of file GxEPD2_213_Z98c.h.

◆ partial_refresh_time

const uint16_t GxEPD2_213_Z98c::partial_refresh_time = 15000
static

Definition at line 33 of file GxEPD2_213_Z98c.h.

◆ power_off_time

const uint16_t GxEPD2_213_Z98c::power_off_time = 150
static

Definition at line 31 of file GxEPD2_213_Z98c.h.

◆ power_on_time

const uint16_t GxEPD2_213_Z98c::power_on_time = 100
static

Definition at line 30 of file GxEPD2_213_Z98c.h.

◆ WIDTH

const uint16_t GxEPD2_213_Z98c::WIDTH = 128
static

Definition at line 23 of file GxEPD2_213_Z98c.h.

◆ WIDTH_VISIBLE

const uint16_t GxEPD2_213_Z98c::WIDTH_VISIBLE = 122
static

Definition at line 24 of file GxEPD2_213_Z98c.h.


The documentation for this class was generated from the following files: