Pervasive Displays Library Suite - Reference Manual 9.0.3
Library for Pervasive Displays e-paper screens, extension boards and development kits
|
Wide small screens class. More...
#include <Driver_EPD_Fast_Small.h>
Public Member Functions | |
Driver_EPD_Fast_Small (uint32_t eScreen_EPD, pins_t board) | |
Constructor. | |
General | |
void | begin () |
Initialisation. | |
const char * | reference () |
Driver reference. | |
void | updateNormal (const uint8_t *frame1, uint32_t sizeFrame) |
Normal update. | |
void | updateFast (const uint8_t *frame1, const uint8_t *frame2, uint32_t sizeFrame) |
Fast update. | |
Wide small screens class.
Driver_EPD_Fast_Small::Driver_EPD_Fast_Small | ( | uint32_t | eScreen_EPD, |
pins_t | board ) |
Constructor.
eScreen_EPD_EXT3 | size and model of the e-screen |
board | board configuration |
void Driver_EPD_Fast_Small::begin | ( | ) |
Initialisation.
Initialise the board and read OTP
const char * Driver_EPD_Fast_Small::reference | ( | ) |
Driver reference.
Wide small v9.0.0
void Driver_EPD_Fast_Small::updateFast | ( | const uint8_t * | frame1, |
const uint8_t * | frame2, | ||
uint32_t | sizeFrame ) |
Fast update.
frame1 | next image |
frame2 | previous image |
sizeFrame | size of the frame |
void Driver_EPD_Fast_Small::updateNormal | ( | const uint8_t * | frame1, |
uint32_t | sizeFrame ) |
Normal update.
frame | next image |
sizeFrame | size of the frame |