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

#include <GxEPD2_154_Z90c.h>

Inheritance diagram for GxEPD2_154_Z90c:
GxEPD2_EPD

Public Member Functions

 GxEPD2_154_Z90c (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 = 200
 
static const uint16_t WIDTH_VISIBLE = WIDTH
 
static const uint16_t HEIGHT = 200
 
static const GxEPD2::Panel panel = GxEPD2::GDEH0154Z90
 
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 = 250
 
static const uint16_t full_refresh_time = 14000
 
static const uint16_t partial_refresh_time = 14000
 

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 18 of file GxEPD2_154_Z90c.h.

Constructor & Destructor Documentation

◆ GxEPD2_154_Z90c()

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

Definition at line 15 of file GxEPD2_154_Z90c.cpp.

15 :
16 GxEPD2_EPD(cs, dc, rst, busy, HIGH, 20000000, WIDTH, HEIGHT, panel, hasColor, hasPartialUpdate, hasFastPartialUpdate)
17{
18}
static const GxEPD2::Panel panel
static const bool hasPartialUpdate
static const uint16_t HEIGHT
static const bool hasColor
static const uint16_t WIDTH
static const bool hasFastPartialUpdate
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_154_Z90c::clearScreen ( uint8_t black_value,
uint8_t color_value )

Definition at line 25 of file GxEPD2_154_Z90c.cpp.

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

◆ clearScreen() [2/2]

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

Implements GxEPD2_EPD.

Definition at line 20 of file GxEPD2_154_Z90c.cpp.

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

◆ drawImage() [1/2]

void GxEPD2_154_Z90c::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 251 of file GxEPD2_154_Z90c.cpp.

252{
253 writeImage(black, color, x, y, w, h, invert, mirror_y, pgm);
254 refresh(x, y, w, h);
255}
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_154_Z90c::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 238 of file GxEPD2_154_Z90c.cpp.

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

◆ drawImagePart() [1/2]

void GxEPD2_154_Z90c::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 257 of file GxEPD2_154_Z90c.cpp.

259{
260 writeImagePart(black, color, x_part, y_part, w_bitmap, h_bitmap, x, y, w, h, invert, mirror_y, pgm);
261 refresh(x, y, w, h);
262}
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_154_Z90c::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 244 of file GxEPD2_154_Z90c.cpp.

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

◆ drawNative()

void GxEPD2_154_Z90c::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 264 of file GxEPD2_154_Z90c.cpp.

265{
266 writeNative(data1, data2, x, y, w, h, invert, mirror_y, pgm);
267 refresh(x, y, w, h);
268}
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_154_Z90c::hibernate ( )
virtual

Implements GxEPD2_EPD.

Definition at line 300 of file GxEPD2_154_Z90c.cpp.

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

◆ powerOff()

void GxEPD2_154_Z90c::powerOff ( void )
virtual

Implements GxEPD2_EPD.

Definition at line 295 of file GxEPD2_154_Z90c.cpp.

296{
297 _PowerOff();
298}

◆ refresh() [1/2]

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

Implements GxEPD2_EPD.

Definition at line 270 of file GxEPD2_154_Z90c.cpp.

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

◆ refresh() [2/2]

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

Implements GxEPD2_EPD.

Definition at line 276 of file GxEPD2_154_Z90c.cpp.

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

◆ writeImage() [1/2]

void GxEPD2_154_Z90c::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 70 of file GxEPD2_154_Z90c.cpp.

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

◆ writeImage() [2/2]

void GxEPD2_154_Z90c::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 65 of file GxEPD2_154_Z90c.cpp.

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

◆ writeImagePart() [1/2]

void GxEPD2_154_Z90c::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 151 of file GxEPD2_154_Z90c.cpp.

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

◆ writeImagePart() [2/2]

void GxEPD2_154_Z90c::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 145 of file GxEPD2_154_Z90c.cpp.

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

◆ writeNative()

void GxEPD2_154_Z90c::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 230 of file GxEPD2_154_Z90c.cpp.

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

◆ writeScreenBuffer() [1/2]

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

Definition at line 48 of file GxEPD2_154_Z90c.cpp.

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

◆ writeScreenBuffer() [2/2]

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

Implements GxEPD2_EPD.

Definition at line 43 of file GxEPD2_154_Z90c.cpp.

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

Member Data Documentation

◆ full_refresh_time

const uint16_t GxEPD2_154_Z90c::full_refresh_time = 14000
static

Definition at line 31 of file GxEPD2_154_Z90c.h.

◆ hasColor

const bool GxEPD2_154_Z90c::hasColor = true
static

Definition at line 26 of file GxEPD2_154_Z90c.h.

◆ hasFastPartialUpdate

const bool GxEPD2_154_Z90c::hasFastPartialUpdate = false
static

Definition at line 28 of file GxEPD2_154_Z90c.h.

◆ hasPartialUpdate

const bool GxEPD2_154_Z90c::hasPartialUpdate = true
static

Definition at line 27 of file GxEPD2_154_Z90c.h.

◆ HEIGHT

const uint16_t GxEPD2_154_Z90c::HEIGHT = 200
static

Definition at line 24 of file GxEPD2_154_Z90c.h.

◆ panel

const GxEPD2::Panel GxEPD2_154_Z90c::panel = GxEPD2::GDEH0154Z90
static

Definition at line 25 of file GxEPD2_154_Z90c.h.

◆ partial_refresh_time

const uint16_t GxEPD2_154_Z90c::partial_refresh_time = 14000
static

Definition at line 32 of file GxEPD2_154_Z90c.h.

◆ power_off_time

const uint16_t GxEPD2_154_Z90c::power_off_time = 250
static

Definition at line 30 of file GxEPD2_154_Z90c.h.

◆ power_on_time

const uint16_t GxEPD2_154_Z90c::power_on_time = 100
static

Definition at line 29 of file GxEPD2_154_Z90c.h.

◆ WIDTH

const uint16_t GxEPD2_154_Z90c::WIDTH = 200
static

Definition at line 22 of file GxEPD2_154_Z90c.h.

◆ WIDTH_VISIBLE

const uint16_t GxEPD2_154_Z90c::WIDTH_VISIBLE = WIDTH
static

Definition at line 23 of file GxEPD2_154_Z90c.h.


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