Paperd.Ink Library 0.0.5
Library for interacting with Paperd.Ink devices.
|
#include <merlot.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 = true |
bool | has_greyscale = false |
uint16_t | color = GxEPD_RED |
GxEPD2_3C< GxEPD2_420c_Z21, GxEPD2_420c_Z21::HEIGHT > | epd = GxEPD2_420c_Z21(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 merlot.cpp.
|
overridevirtual |
Reimplemented from PaperdinkDeviceBaseClass.
Definition at line 3 of file merlot.cpp.
GxEPD2_3C<GxEPD2_420c_Z21, GxEPD2_420c_Z21::HEIGHT> Paperdink_Merlot::epd = GxEPD2_420c_Z21(EPD_CS, EPD_DC, EPD_RST, EPD_BUSY) |