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

Go to the source code of this file.

Variables

const uint8_t GxEPD2_154::LUTDefault_full[] PROGMEM
 

Variable Documentation

◆ PROGMEM

const uint8_t GxEPD2_154::LUTDefault_part [] PROGMEM
Initial value:
=
{
0x32,
0x50, 0xAA, 0x55, 0xAA, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
}

Definition at line 342 of file GxEPD2_154.cpp.

343{
344 0x32, // command
345 0x50, 0xAA, 0x55, 0xAA, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
346 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
347};