![]() |
Pervasive Displays Library Suite - Reference Manual 9.0.8
Library for Pervasive Displays e-paper screens, extension boards and development kits
|
BWRY small screens class. More...
#include <Driver_EPD_Viewer_Touch.h>
Public Member Functions | |
Driver_EPD_Viewer_Touch (uint32_t eScreen_EPD, pins_t board=boardNone) | |
Constructor. | |
General | |
void | begin () |
Initialisation. | |
const char * | reference () |
Driver reference. | |
![]() | |
Driver_EPD_Virtual ()=default | |
Constructor. | |
Driver_EPD_Virtual (uint32_t eScreen_EPD, pins_t board) | |
Constructor. | |
~Driver_EPD_Virtual ()=default | |
Destructor. | |
virtual void | updateNormal (const uint8_t *frame, uint32_t sizeFrame) |
Normal update. | |
virtual void | updateNormal (const uint8_t *frame1, const uint8_t *frame2, uint32_t sizeFrame) |
Normal update. | |
virtual void | updateNormal (const uint8_t *frameM1, const uint8_t *frameM2, const uint8_t *frameS1, const uint8_t *frameS2, uint32_t sizeFrame) |
Normal update. | |
virtual void | updateFast (const uint8_t *frame1, const uint8_t *frame2, uint32_t sizeFrame) |
Fast update. | |
virtual void | updateFast (const uint8_t *frameM1, const uint8_t *frameM2, const uint8_t *frameS1, const uint8_t *frameS2, uint32_t sizeFrame) |
Fast update. | |
![]() | |
hV_Board () | |
Constructor. | |
BWRY small screens class.
Constructor.
eScreen_EPD_EXT3 | size and model of the e-screen |
board | board configuration, default = boardNone |
|
virtual |
|
virtual |
Driver reference.
Viewer touch v9.0.0
Reimplemented from Driver_EPD_Virtual.