Paperd.Ink Library 0.0.5
Library for interacting with Paperd.Ink devices.
|
#include <todo_list.h>
Public Member Functions | |
int8_t | fetch_data (const char *token) |
Public Member Functions inherited from PaperdinkUITodoListClass | |
void | display_list_style1 (GxEPD2_GFX &display, int16_t x, int16_t y, int16_t rows=TODO_LIST_MAX_TASKS, int16_t columns=1, uint16_t max_line_width=400) |
Additional Inherited Members | |
Public Attributes inherited from PaperdinkUITodoListClass | |
char | tasks [TODO_LIST_MAX_TASKS][TODO_LIST_MAX_TODO_STR_LENGTH+1] |
uint8_t | task_count |
String | token |
Public Attributes inherited from PaperdinkUIBaseClass | |
const GFXfont * | font = &PAPERDINK_FONT_SML |
const GFXfont * | font_bold = &PAPERDINK_FONT_SML_BOLD |
int | primary_color = GxEPD_BLACK |
int | secondary_color = GxEPD_WHITE |
int | tertiary_color = GxEPD_BLACK |
Definition at line 29 of file todo_list.h.
int8_t PaperdinkUITodoListTodoistClass::fetch_data | ( | const char * | token | ) |
Definition at line 171 of file todo_list.cpp.