Paperd.Ink Library 0.0.5
Library for interacting with Paperd.Ink devices.
Loading...
Searching...
No Matches
GxEPD2_213.cpp File Reference
#include "GxEPD2_213.h"

Go to the source code of this file.

Variables

const uint8_t GxEPD2_213::LUTDefault_full[] PROGMEM
 

Variable Documentation

◆ PROGMEM

const uint8_t GxEPD2_213::LUTDefault_part [] PROGMEM
Initial value:
=
{
0x32,
0x22, 0x55, 0xAA, 0x55, 0xAA, 0x55, 0xAA, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x01, 0x00, 0x00, 0x00, 0x00
}

Definition at line 342 of file GxEPD2_213.cpp.

343{
344 0x32, // command
345 0x22, 0x55, 0xAA, 0x55, 0xAA, 0x55, 0xAA, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
346 0x00, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x01, 0x00, 0x00, 0x00, 0x00
347};