Paperd.Ink Library 0.0.5
Library for interacting with Paperd.Ink devices.
|
#include <Arduino.h>
#include <SPI.h>
Go to the source code of this file.
Classes | |
class | GxEPD2 |
Macros | |
#define | GxEPD_BLACK 0x0000 |
#define | GxEPD_WHITE 0xFFFF |
#define | GxEPD_DARKGREY 0x7BEF |
#define | GxEPD_LIGHTGREY 0xC618 |
#define | GxEPD_RED 0xF800 |
#define | GxEPD_YELLOW 0xFFE0 |
#define | GxEPD_COLORED GxEPD_RED |
#define | GxEPD_BLUE 0x001F |
#define | GxEPD_GREEN 0x07E0 |
#define | GxEPD_ORANGE 0xFD20 |