LCD_DrawPropTypeDef::TextColor is only used within STM32F429I-Discovery.
 
Symbols
loading...
Files
loading...

LCD_DrawPropTypeDef::TextColor field

Syntax

uint32_t TextColor;

References

LocationReferrerText
stm32f429i_discovery_lcd.h:60
uint32_t TextColor;
stm32f429i_discovery_lcd.c:264BSP_LCD_LayerDefaultInit()
stm32f429i_discovery_lcd.c:463BSP_LCD_GetTextColor()
return DrawProp[ActiveLayer].TextColor;
stm32f429i_discovery_lcd.c:481BSP_LCD_SetTextColor()
DrawProp[ActiveLayer].TextColor = Color;
stm32f429i_discovery_lcd.c:564BSP_LCD_ClearStringLine()
uint32_t colorbackup = DrawProp[ActiveLayer].TextColor;
stm32f429i_discovery_lcd.c:565BSP_LCD_ClearStringLine()
stm32f429i_discovery_lcd.c:571BSP_LCD_ClearStringLine()
DrawProp[ActiveLayer].TextColor = colorbackup;
stm32f429i_discovery_lcd.c:572BSP_LCD_ClearStringLine()
stm32f429i_discovery_lcd.c:672BSP_LCD_DrawHLine()
FillBuffer(ActiveLayer, (uint32_t *)xaddress, Length, 1, 0, DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:689BSP_LCD_DrawVLine()
FillBuffer(ActiveLayer, (uint32_t *)xaddress, 1, Length, (BSP_LCD_GetXSize() - 1), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:753BSP_LCD_DrawLine()
BSP_LCD_DrawPixel(x, y, DrawProp[ActiveLayer].TextColor); /* Draw the current pixel */
stm32f429i_discovery_lcd.c:802BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + curx), (Ypos - cury), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:803BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - curx), (Ypos - cury), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:804BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + cury), (Ypos - curx), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:805BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - cury), (Ypos - curx), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:806BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + curx), (Ypos + cury), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:807BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - curx), (Ypos + cury), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:808BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + cury), (Ypos + curx), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:809BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - cury), (Ypos + curx), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:868BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos - (uint16_t)(x / k)), (Ypos + y), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:869BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos + (uint16_t)(x / k)), (Ypos + y), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:870BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos + (uint16_t)(x / k)), (Ypos - y), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:871BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos - (uint16_t)(x / k)), (Ypos - y), DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:951BSP_LCD_FillRect()
stm32f429i_discovery_lcd.c:958BSP_LCD_FillRect()
DrawProp[ActiveLayer].TextColor);
stm32f429i_discovery_lcd.c:978BSP_LCD_FillCircle()
stm32f429i_discovery_lcd.c:1005BSP_LCD_FillCircle()
stm32f429i_discovery_lcd.c:1345DrawChar()

Data Use

Type of LCD_DrawPropTypeDef::TextColor
LCD_DrawPropTypeDef::TextColor
uint32_t
all items filtered out