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

Functions

void il3820_updateDisplay (screen_t *dev)
 Update the display with whatever is in the frame memory. You need to have updated the frame memory with _image first. More...
 

Function Documentation

◆ il3820_updateDisplay()

void il3820_updateDisplay ( screen_t *  dev)

Update the display with whatever is in the frame memory. You need to have updated the frame memory with _image first.

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