STM32F429I-Discovery
LCD_DrawPropTypeDef::pFont
is only used within STM32F429I-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
STM32F429I-Discovery
LCD_DrawPropTypeDef::pFont
LCD_DrawPropTypeDef::pFont field
Syntax
Show:
Summary
Declaration
from
stm32f429i_discovery_lcd.h:62
sFONT
*
pFont
;
Examples
References
from
examples
Code
Location
Referrer
sFONT
*
pFont
;
stm32f429i_discovery_lcd.h:62
DrawProp
[
LayerIndex
]
.
pFont
=
&
Font24
;
stm32f429i_discovery_lcd.c:263
BSP_LCD_LayerDefaultInit()
DrawProp
[
ActiveLayer
]
.
pFont
=
pFonts
;
stm32f429i_discovery_lcd.c:499
BSP_LCD_SetFont()
return
DrawProp
[
ActiveLayer
]
.
pFont
;
stm32f429i_discovery_lcd.c:508
BSP_LCD_GetFont()
BSP_LCD_FillRect
(
0
,
(
Line
*
DrawProp
[
ActiveLayer
]
.
pFont
->
Height
)
,
BSP_LCD_GetXSize
(
)
,
stm32f429i_discovery_lcd.c:568
BSP_LCD_ClearStringLine()
DrawProp
[
ActiveLayer
]
.
pFont
->
Height
)
;
stm32f429i_discovery_lcd.c:569
BSP_LCD_ClearStringLine()
DrawChar
(
Xpos
,
Ypos
,
&
DrawProp
[
ActiveLayer
]
.
pFont
->
table
[
(
Ascii
-
' '
)
*
\
stm32f429i_discovery_lcd.c:583
BSP_LCD_DisplayChar()
DrawProp
[
ActiveLayer
]
.
pFont
->
Height
*
(
(
DrawProp
[
ActiveLayer
]
.
pFont
->
Width
+
7
)
/
8
)
]
)
;
stm32f429i_discovery_lcd.c:584
BSP_LCD_DisplayChar()
xsize
=
(
BSP_LCD_GetXSize
(
)
/
DrawProp
[
ActiveLayer
]
.
pFont
->
Width
)
;
stm32f429i_discovery_lcd.c:608
BSP_LCD_DisplayStringAt()
refcolumn
=
X
+
(
(
xsize
-
size
)
*
DrawProp
[
ActiveLayer
]
.
pFont
->
Width
)
/
2
;
stm32f429i_discovery_lcd.c:614
BSP_LCD_DisplayStringAt()
refcolumn
=
X
+
(
(
xsize
-
size
)
*
DrawProp
[
ActiveLayer
]
.
pFont
->
Width
)
;
stm32f429i_discovery_lcd.c:624
BSP_LCD_DisplayStringAt()
while
(
(
*
pText
!=
0
)
&
(
(
(
BSP_LCD_GetXSize
(
)
-
(
i
*
DrawProp
[
ActiveLayer
]
.
pFont
->
Width
)
)
&
0xFFFF
)
>=
stm32f429i_discovery_lcd.c:635
BSP_LCD_DisplayStringAt()
DrawProp
[
ActiveLayer
]
.
pFont
->
Width
)
)
stm32f429i_discovery_lcd.c:636
BSP_LCD_DisplayStringAt()
refcolumn
+=
DrawProp
[
ActiveLayer
]
.
pFont
->
Width
;
stm32f429i_discovery_lcd.c:641
BSP_LCD_DisplayStringAt()
height
=
DrawProp
[
ActiveLayer
]
.
pFont
->
Height
;
stm32f429i_discovery_lcd.c:1316
DrawChar()
width
=
DrawProp
[
ActiveLayer
]
.
pFont
->
Width
;
stm32f429i_discovery_lcd.c:1317
DrawChar()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LCD_DrawPropTypeDef::pFont
is written by 2 functions and is read by 5 functions:
BSP_LCD_LayerDefaultInit()
BSP_LCD_SetFont()
All items filtered out
LCD_DrawPropTypeDef::pFont
BSP_LCD_GetFont()
BSP_LCD_ClearStringLine()
BSP_LCD_DisplayChar()
BSP_LCD_DisplayStringAt()
DrawChar()
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