STM32469I-Discovery
LCD_DrawPropTypeDef
is only used within STM32469I-Discovery.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32469I-Discovery
LCD_DrawPropTypeDef
LCD_DrawPropTypeDef struct
LCD Drawing main properties
Syntax
Show:
Summary
Declaration
from
stm32469i_discovery_lcd.h:230
typedef
struct
{
uint32_t
TextColor
;
uint32_t
BackColor
;
sFONT
*
pFont
;
}
LCD_DrawPropTypeDef
;
Fields
Field
Declared as
Description
LCD_DrawPropTypeDef::TextColor
uint32_t
Specifies the color of text.
LCD_DrawPropTypeDef::BackColor
uint32_t
Specifies the background color below the text.
LCD_DrawPropTypeDef::pFont
sFONT
*
Specifies the font used for the text.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out