|
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 *project_name, const char *project_username, const char *project_password) |
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) |
Public Attributes | |
| String | project_id |
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 21 of file todo_list.h.
| int8_t PaperdinkUITodoListTaigaClass::fetch_data | ( | const char * | project_name, |
| const char * | project_username, | ||
| const char * | project_password ) |
Definition at line 77 of file todo_list.cpp.
| String PaperdinkUITodoListTaigaClass::project_id |
Definition at line 24 of file todo_list.h.