| 
|   | GxEPD2_7C (GxEPD2_Type epd2_instance) | 
|   | 
| uint16_t  | pages () | 
|   | 
| uint16_t  | pageHeight () | 
|   | 
| bool  | mirror (bool m) | 
|   | 
| void  | drawPixel (int16_t x, int16_t y, uint16_t color) | 
|   | 
| void  | init (uint32_t serial_diag_bitrate=0) | 
|   | 
| void  | init (uint32_t serial_diag_bitrate, bool initial, uint16_t reset_duration=20, bool pulldown_rst_mode=false) | 
|   | 
| void  | init (uint32_t serial_diag_bitrate, bool initial, uint16_t reset_duration, bool pulldown_rst_mode, SPIClass &spi, SPISettings spi_settings) | 
|   | 
| void  | fillScreen (uint16_t color) | 
|   | 
| void  | display (bool partial_update_mode=false) | 
|   | 
| void  | displayWindow (uint16_t x, uint16_t y, uint16_t w, uint16_t h) | 
|   | 
| void  | setFullWindow () | 
|   | 
| void  | setPartialWindow (uint16_t x, uint16_t y, uint16_t w, uint16_t h) | 
|   | 
| void  | firstPage () | 
|   | 
| bool  | nextPage () | 
|   | 
| void  | drawPaged (void(*drawCallback)(const void *), const void *pv) | 
|   | 
| void  | drawInvertedBitmap (int16_t x, int16_t y, const uint8_t bitmap[], int16_t w, int16_t h, uint16_t color) | 
|   | 
| void  | clearScreen (uint8_t value=0xFF) | 
|   | 
| void  | writeScreenBuffer (uint8_t value=0xFF) | 
|   | 
| 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, bool mirror_y, bool pgm) | 
|   | 
| void  | writeImage (const uint8_t *black, const uint8_t *color, int16_t x, int16_t y, int16_t w, int16_t h) | 
|   | 
| 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, bool mirror_y, bool pgm) | 
|   | 
| 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) | 
|   | 
| void  | writeNative (const uint8_t *data1, const uint8_t *data2, int16_t x, int16_t y, int16_t w, int16_t h, bool invert, bool mirror_y, bool pgm) | 
|   | 
| 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, bool mirror_y, bool pgm) | 
|   | 
| void  | drawImage (const uint8_t *black, const uint8_t *color, int16_t x, int16_t y, int16_t w, int16_t h) | 
|   | 
| 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, bool mirror_y, bool pgm) | 
|   | 
| 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) | 
|   | 
| void  | drawNative (const uint8_t *data1, const uint8_t *data2, int16_t x, int16_t y, int16_t w, int16_t h, bool invert, bool mirror_y, bool pgm) | 
|   | 
| 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 () | 
|   | 
template<typename GxEPD2_Type, const uint16_t page_height>
class GxEPD2_7C< GxEPD2_Type, page_height >
Definition at line 36 of file GxEPD2_7C.h.