ePaper_EXT3_Basic_Library Reference Manual
501
Library for Pervasive Displays EXT3 - Basic level
|
Functions | |
void | wait (uint8_t second) |
Wait with countdown. More... | |
void | flush_ms () |
Flush screen and display time. More... | |
void | displayForms (bool flag=true) |
Basic forms test screen. More... | |
void | setup () |
Setup. More... | |
void | loop () |
Loop, empty. More... | |
Variables | |
Screen_EPD_EXT3 | myScreen (eScreen_EPD_EXT3_370, boardLaunchPad) |
void displayForms | ( | bool | flag = true | ) |
Basic forms test screen.
flag | true = default = perform flush, otherwise no |
void flush_ms | ( | ) |
Flush screen and display time.
void loop | ( | ) |
Loop, empty.
void setup | ( | ) |
Setup.
void wait | ( | uint8_t | second | ) |
Wait with countdown.
second | duration, s |
Screen_EPD_EXT3 myScreen(eScreen_EPD_EXT3_370, boardLaunchPad) |