STemWin
LCD_SET_COLOR_API
is only used within STemWin.
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
STemWin
LCD_SET_COLOR_API
LCD_SET_COLOR_API struct
Internal color management
Syntax
Show:
Summary
Declaration
from
GUI_Private.h:621
typedef
struct
{
void
(
*
pfSetColor
)
(
LCD_COLOR
Index
)
;
void
(
*
pfSetBkColor
)
(
LCD_COLOR
Index
)
;
LCD_DRAWMODE
(
*
pfSetDrawMode
)
(
LCD_DRAWMODE
dm
)
;
}
LCD_SET_COLOR_API
;
Fields
Field
Declared as
LCD_SET_COLOR_API::pfSetColor
void
(
*
)
(
LCD_COLOR
Index
)
LCD_SET_COLOR_API::pfSetBkColor
void
(
*
)
(
LCD_COLOR
Index
)
LCD_SET_COLOR_API::pfSetDrawMode
LCD_DRAWMODE
(
*
)
(
LCD_DRAWMODE
dm
)
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