ePaper (IL3820) module library  v0.5
Library for the 2.9-inch WaveShare ePaper display module
Functions
il3820_sleepWake.c File Reference
#include "il3820.h"
#include "simpletools.h"

Functions

void il3820_sleepDisplay (screen_t *dev)
 Turn the display off without changing it's contents (make it sleep). More...
 
void il3820_wakeDisplay (screen_t *dev)
 Turn the display on from a sleep mode. More...
 

Function Documentation

◆ il3820_sleepDisplay()

void il3820_sleepDisplay ( screen_t *  dev)

Turn the display off without changing it's contents (make it sleep).

Parameters
devPointer to the display's device structure returned by the initialization function.

◆ il3820_wakeDisplay()

void il3820_wakeDisplay ( screen_t *  dev)

Turn the display on from a sleep mode.

Parameters
devPointer to the display's device structure returned by the initialization function.