| 
    Paperd.Ink Library 0.0.5
    
   Library for interacting with Paperd.Ink devices. 
   | 
 
This is the complete list of members for GxEPD2_266_BN, including all inherited members.
| _busy | GxEPD2_EPD | protected | 
| _busy_callback | GxEPD2_EPD | protected | 
| _busy_callback_parameter | GxEPD2_EPD | protected | 
| _busy_level | GxEPD2_EPD | protected | 
| _busy_timeout | GxEPD2_EPD | protected | 
| _cs | GxEPD2_EPD | protected | 
| _dc | GxEPD2_EPD | protected | 
| _diag_enabled | GxEPD2_EPD | protected | 
| _endTransfer() | GxEPD2_EPD | protected | 
| _hibernating | GxEPD2_EPD | protected | 
| _initial_refresh | GxEPD2_EPD | protected | 
| _initial_write | GxEPD2_EPD | protected | 
| _power_is_on | GxEPD2_EPD | protected | 
| _pSPIx | GxEPD2_EPD | protected | 
| _pulldown_rst_mode | GxEPD2_EPD | protected | 
| _reset() | GxEPD2_EPD | protected | 
| _reset_duration | GxEPD2_EPD | protected | 
| _rst | GxEPD2_EPD | protected | 
| _spi_settings | GxEPD2_EPD | protected | 
| _startTransfer() | GxEPD2_EPD | protected | 
| _transfer(uint8_t value) | GxEPD2_EPD | protected | 
| _using_partial_mode | GxEPD2_EPD | protected | 
| _waitWhileBusy(const char *comment=0, uint16_t busy_time=5000) | GxEPD2_EPD | protected | 
| _writeCommand(uint8_t c) | GxEPD2_EPD | protected | 
| _writeCommandData(const uint8_t *pCommandData, uint8_t datalen) | GxEPD2_EPD | protected | 
| _writeCommandDataPGM(const uint8_t *pCommandData, uint8_t datalen) | GxEPD2_EPD | protected | 
| _writeData(uint8_t d) | GxEPD2_EPD | protected | 
| _writeData(const uint8_t *data, uint16_t n) | GxEPD2_EPD | protected | 
| _writeDataPGM(const uint8_t *data, uint16_t n, int16_t fill_with_zeroes=0) | GxEPD2_EPD | protected | 
| _writeDataPGM_sCS(const uint8_t *data, uint16_t n, int16_t fill_with_zeroes=0) | GxEPD2_EPD | protected | 
| clearScreen(uint8_t value=0xFF) | GxEPD2_266_BN | virtual | 
| 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) | GxEPD2_266_BN | |
| 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) | GxEPD2_266_BN | |
| 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) | GxEPD2_266_BN | |
| 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) | GxEPD2_266_BN | |
| 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) | GxEPD2_266_BN | |
| full_refresh_time | GxEPD2_266_BN | static | 
| gx_uint16_max(uint16_t a, uint16_t b) | GxEPD2_EPD | inlinestatic | 
| gx_uint16_min(uint16_t a, uint16_t b) | GxEPD2_EPD | inlinestatic | 
| GxEPD2_266_BN(int16_t cs, int16_t dc, int16_t rst, int16_t busy) | GxEPD2_266_BN | |
| 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) | GxEPD2_EPD | |
| hasColor | GxEPD2_266_BN | static | 
| hasFastPartialUpdate | GxEPD2_266_BN | static | 
| hasPartialUpdate | GxEPD2_266_BN | static | 
| HEIGHT | GxEPD2_266_BN | static | 
| hibernate() | GxEPD2_266_BN | virtual | 
| init(uint32_t serial_diag_bitrate=0) | GxEPD2_EPD | virtual | 
| init(uint32_t serial_diag_bitrate, bool initial, uint16_t reset_duration=10, bool pulldown_rst_mode=false) | GxEPD2_EPD | virtual | 
| panel | GxEPD2_266_BN | static | 
| partial_refresh_time | GxEPD2_266_BN | static | 
| power_off_time | GxEPD2_266_BN | static | 
| power_on_time | GxEPD2_266_BN | static | 
| powerOff() | GxEPD2_266_BN | virtual | 
| refresh(bool partial_update_mode=false) | GxEPD2_266_BN | virtual | 
| refresh(int16_t x, int16_t y, int16_t w, int16_t h) | GxEPD2_266_BN | virtual | 
| selectSPI(SPIClass &spi, SPISettings spi_settings) | GxEPD2_EPD | |
| setBusyCallback(void(*busyCallback)(const void *), const void *busy_callback_parameter=0) | GxEPD2_EPD | |
| setPaged() | GxEPD2_EPD | inlinevirtual | 
| WIDTH | GxEPD2_266_BN | static | 
| 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) | GxEPD2_266_BN | virtual | 
| 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) | GxEPD2_266_BN | |
| 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) | GxEPD2_266_BN | virtual | 
| 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) | GxEPD2_266_BN | virtual | 
| 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) | GxEPD2_266_BN | virtual | 
| 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) | GxEPD2_266_BN | |
| 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) | GxEPD2_266_BN | virtual | 
| 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) | GxEPD2_266_BN | |
| writeScreenBuffer(uint8_t value=0xFF) | GxEPD2_266_BN | virtual | 
| writeScreenBufferAgain(uint8_t value=0xFF) | GxEPD2_266_BN | virtual |