Landtiger LPC1768 C BigLib 1
A self made, custom C library for the LandTiger board.
 
Loading...
Searching...
No Matches
LCD_Text Struct Reference

#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
 

Detailed Description

Definition at line 124 of file glcd_types.h.

Member Data Documentation

◆ bg_color

LCD_Color LCD_Text::bg_color

Definition at line 127 of file glcd_types.h.

◆ char_spacing

i8 LCD_Text::char_spacing

Definition at line 129 of file glcd_types.h.

◆ font

LCD_FontID LCD_Text::font

Definition at line 128 of file glcd_types.h.

◆ line_spacing

i8 LCD_Text::line_spacing

Definition at line 130 of file glcd_types.h.

◆ text

char* LCD_Text::text

Definition at line 126 of file glcd_types.h.

◆ text_color

LCD_Color LCD_Text::text_color

Definition at line 127 of file glcd_types.h.


The documentation for this struct was generated from the following file: