ePaper_EXT3_Basic_Library Reference Manual  501
Library for Pervasive Displays EXT3 - Basic level
Functions | Variables
ePaper_EXT3_Forms.ino File Reference
#include "Arduino.h"
#include "SPI.h"
#include "PDLS_EXT3_Basic.h"
Include dependency graph for ePaper_EXT3_Forms.ino:

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)
 

Function Documentation

◆ displayForms()

void displayForms ( bool  flag = true)

Basic forms test screen.

Parameters
flagtrue = default = perform flush, otherwise no
T2_FORMS.jpg

◆ flush_ms()

void flush_ms ( )

Flush screen and display time.

◆ loop()

void loop ( )

Loop, empty.

◆ setup()

void setup ( )

Setup.

◆ wait()

void wait ( uint8_t  second)

Wait with countdown.

Parameters
secondduration, s

Variable Documentation

◆ myScreen