Pervasive Displays Library Suite - Reference Manual 9.0.8
Library for Pervasive Displays e-paper screens, extension boards and development kits
All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Driver_EPD_Viewer_Touch Class Reference

BWRY small screens class. More...

#include <Driver_EPD_Viewer_Touch.h>

Inheritance diagram for Driver_EPD_Viewer_Touch:
Collaboration diagram for Driver_EPD_Viewer_Touch:

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.
 
- Public Member Functions inherited from Driver_EPD_Virtual
 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.
 
- Public Member Functions inherited from hV_Board
 hV_Board ()
 Constructor.
 

Detailed Description

BWRY small screens class.

Constructor & Destructor Documentation

◆ Driver_EPD_Viewer_Touch()

Driver_EPD_Viewer_Touch::Driver_EPD_Viewer_Touch ( uint32_t eScreen_EPD,
pins_t board = boardNone )

Constructor.

Parameters
eScreen_EPD_EXT3size and model of the e-screen
boardboard configuration, default = boardNone

Member Function Documentation

◆ begin()

void Driver_EPD_Viewer_Touch::begin ( )
virtual

Initialisation.

Initialise the board and read OTP

Reimplemented from Driver_EPD_Virtual.

◆ reference()

const char * Driver_EPD_Viewer_Touch::reference ( )
virtual

Driver reference.

Returns
STRING_CONST_TYPE scope and release number
Note
Example Viewer touch v9.0.0

Reimplemented from Driver_EPD_Virtual.


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