EPD4in2v2 C++ Enhanced
Loading...
Searching...
No Matches
DisplayApi Namespace Reference

Groups the class Picture and related enums. More...

Classes

class  Display
 Encapsulate Display operations and add a logic layer to inteface with low-level. More...
 

Enumerations

enum  InitMode : uint8_t { NORMAL , GRAY_4 , FAST_1S , FAST_1_5S }
 Mode to initialize the display. More...
 

Functions

void delay_ms (uint32_t ms)
 Add a delay in miliiseconds.
 

Detailed Description

Groups the class Picture and related enums.

Enumeration Type Documentation

◆ InitMode

enum DisplayApi::InitMode : uint8_t

Mode to initialize the display.

Enumerator
NORMAL 
GRAY_4 
FAST_1S 
FAST_1_5S 

Function Documentation

◆ delay_ms()

void DisplayApi::delay_ms ( uint32_t ms)

Add a delay in miliiseconds.

Here is the caller graph for this function: