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

Go to the source code of this file.

Variables

const uint8_t GxEPD2_290::LUTDefault_full[] PROGMEM
 

Variable Documentation

◆ PROGMEM

const uint8_t GxEPD2_290::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_290.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};