Pervasive Displays Library Suite - Basic edition 8.0.8
Library for Pervasive Displays e-paper screens and EXT3 extension board
|
Example of features for basic edition. More...
Functions | |
void | wait (uint8_t second) |
Wait with countdown. | |
void | displayForms (bool flag=true) |
Basic forms test screen. | |
void | setup () |
Setup. | |
void | loop () |
Loop, empty. | |
Variables | |
Screen_EPD_EXT3_Fast | myScreen (((uint32_t)((370 &0x0fff)<< 16|( 'P' &0xff)<< 8|( 'C' &0xff)))|((uint32_t)((1 &0x0f)<< 28)), boardRaspberryPiPico_RP2040) |
Example of features for basic edition.
Project Pervasive Displays Library Suite
Based on highView technology
void displayForms | ( | bool | flag = true | ) |
Basic forms test screen.
flag | true = default = perform flush, otherwise no |
void wait | ( | uint8_t | second | ) |
Wait with countdown.
second | duration, s |