#include <glcd_types.h>
Public Attributes | |
char * | text |
LCD_Color | text_color |
LCD_FontID | font |
i8 | char_spacing: 4 |
i8 | line_spacing: 4 |
Definition at line 133 of file glcd_types.h.
i8 LCD_ButtonLabel::char_spacing |
Definition at line 138 of file glcd_types.h.
LCD_FontID LCD_ButtonLabel::font |
Definition at line 137 of file glcd_types.h.
i8 LCD_ButtonLabel::line_spacing |
Definition at line 139 of file glcd_types.h.
char* LCD_ButtonLabel::text |
Definition at line 135 of file glcd_types.h.
LCD_Color LCD_ButtonLabel::text_color |
Definition at line 136 of file glcd_types.h.