Paperd.Ink Library 0.0.5
Library for interacting with Paperd.Ink devices.
|
#include <classic.h>
Public Member Functions | |
int8_t | enable_display () override |
int8_t | disable_display () override |
Public Member Functions inherited from PaperdinkDeviceBaseClass | |
int8_t | begin () |
int8_t | enable_sd () |
int8_t | disable_sd () |
int8_t | disable_everything () |
int8_t | deep_sleep_timer_wakeup (uint64_t sleep_time_us) |
int8_t | deep_sleep_button_wakeup (uint8_t gpio_num) |
int8_t | deep_sleep_timer_button_wakeup (uint64_t sleep_time_us, uint8_t gpio_num) |
int8_t | connect_wifi (const char *ssid, const char *password, uint8_t attempts) |
int8_t | connect_wifi (const char *ssid, const char *password) |
Public Attributes | |
bool | has_color = false |
bool | has_greyscale = true |
uint16_t | color = GxEPD_BLACK |
GxEPD2_BW< GxEPD2_420, GxEPD2_420::HEIGHT > | epd = GxEPD2_420(EPD_CS, EPD_DC, EPD_RST, EPD_BUSY) |
Public Attributes inherited from PaperdinkDeviceBaseClass | |
uint8_t | has_color = false |
int | color = GxEPD_BLACK |
|
overridevirtual |
Reimplemented from PaperdinkDeviceBaseClass.
Definition at line 11 of file classic.cpp.
|
overridevirtual |
Reimplemented from PaperdinkDeviceBaseClass.
Definition at line 3 of file classic.cpp.
uint16_t Paperdink_Classic::color = GxEPD_BLACK |
GxEPD2_BW<GxEPD2_420, GxEPD2_420::HEIGHT> Paperdink_Classic::epd = GxEPD2_420(EPD_CS, EPD_DC, EPD_RST, EPD_BUSY) |