#include <glcd_types.h>
Public Attributes | |
char * | text |
LCD_Color | text_color |
LCD_Color | bg_color |
LCD_FontID | font |
i8 | char_spacing: 4 |
i8 | line_spacing: 4 |
Definition at line 124 of file glcd_types.h.
LCD_Color LCD_Text::bg_color |
Definition at line 127 of file glcd_types.h.
i8 LCD_Text::char_spacing |
Definition at line 129 of file glcd_types.h.
LCD_FontID LCD_Text::font |
Definition at line 128 of file glcd_types.h.
i8 LCD_Text::line_spacing |
Definition at line 130 of file glcd_types.h.
char* LCD_Text::text |
Definition at line 126 of file glcd_types.h.
LCD_Color LCD_Text::text_color |
Definition at line 127 of file glcd_types.h.