EPD4in2v2 C++ Enhanced
Loading...
Searching...
No Matches
DisplayApi.hpp File Reference

Contains the DisplayApi namespace, bringing interfaces to control a Display. More...

#include "EPD_4in2_V2.h"
#include "DEV_Config.h"
Include dependency graph for DisplayApi.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

namespace  DisplayApi
 Groups the class Picture and related enums.
 

Enumerations

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

Functions

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

Detailed Description

Contains the DisplayApi namespace, bringing interfaces to control a Display.

Features:

  • Init the display
  • Clear the entire display
  • Print an image
  • Print an image in fast mode (partial print)
  • Enable sleep mode
  • Delay for nmilliseconds