LCD_DrawPropTypeDef is only used within STM32469I-Discovery.
 
Symbols
loading...
Files
loading...

LCD_DrawPropTypeDef struct

LCD Drawing main properties

Syntax

typedef struct {   uint32_t TextColor;    uint32_t BackColor;    sFONT    *pFont;     } LCD_DrawPropTypeDef;

Fields

TextColor

Specifies the color of text. Read more...

BackColor

Specifies the background color below the text. Read more...

pFont

Specifies the font used for the text. Read more...

Type Use

Variables of LCD_DrawPropTypeDef type
all items filtered out
LCD_DrawPropTypeDef
all items filtered out
LCD_DrawPropTypeDef
all items filtered out