Pervasive Displays Library Suite - Basic edition 8.0.8
Library for Pervasive Displays e-paper screens and EXT3 extension board
|
Example of features for Evaluation edition. More...
#include "PDLS_EXT3_Basic_Touch.h"
#include "hV_HAL_Peripherals.h"
#include "hV_Configuration.h"
#include "hV_GUI.h"
Macros | |
#define | DISPLAY_GUI 1 |
Functions | |
hV_GUI_BASIC_RELEASE Screen_EPD_EXT3_Fast | myScreen (((uint32_t)((370 &0x0fff)<< 16|( 'P' &0xff)<< 8|( 'C' &0xff)))|((uint32_t)((1 &0x0f)<< 28)), boardRaspberryPiPico_RP2040) |
void | wait (uint8_t second) |
Wait with countdown. | |
void | displayGUI () |
void | setup () |
Setup. | |
void | loop () |
Loop, empty. | |
Variables | |
uint8_t | fontText |
GUI myGUI & | myScreen |
Example of features for Evaluation edition.
Library for Pervasive Displays EXT3 - Basic edition
void wait | ( | uint8_t | second | ) |
Wait with countdown.
second | duration, s |