| 
    Paperd.Ink Library 0.0.5
    
   Library for interacting with Paperd.Ink devices. 
   | 
 
#include <todo_list.h>
  
Public Member Functions | |
| 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 | |
| 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 11 of file todo_list.h.
| void PaperdinkUITodoListClass::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 ) | 
Definition at line 207 of file todo_list.cpp.
| uint8_t PaperdinkUITodoListClass::task_count | 
Definition at line 15 of file todo_list.h.
| char PaperdinkUITodoListClass::tasks[TODO_LIST_MAX_TASKS][TODO_LIST_MAX_TODO_STR_LENGTH+1] | 
Definition at line 14 of file todo_list.h.
| String PaperdinkUITodoListClass::token | 
Definition at line 16 of file todo_list.h.