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

LCD_DrawPropTypeDef::TextColor field

Specifies the color of text

Syntax

uint32_t TextColor;

References

LocationReferrerText
stm32469i_discovery_lcd.h:232
uint32_t TextColor; /*!< Specifies the color of text */
stm32469i_discovery_lcd.c:504BSP_LCD_LayerDefaultInit()
stm32469i_discovery_lcd.c:610BSP_LCD_SetTextColor()
DrawProp[ActiveLayer].TextColor = Color;
stm32469i_discovery_lcd.c:619BSP_LCD_GetTextColor()
return DrawProp[ActiveLayer].TextColor;
stm32469i_discovery_lcd.c:710BSP_LCD_ClearStringLine()
uint32_t color_backup = DrawProp[ActiveLayer].TextColor;
stm32469i_discovery_lcd.c:711BSP_LCD_ClearStringLine()
stm32469i_discovery_lcd.c:716BSP_LCD_ClearStringLine()
DrawProp[ActiveLayer].TextColor = color_backup;
stm32469i_discovery_lcd.c:717BSP_LCD_ClearStringLine()
stm32469i_discovery_lcd.c:825BSP_LCD_DrawHLine()
LL_FillBuffer(ActiveLayer, (uint32_t *)Xaddress, Length, 1, 0, DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:842BSP_LCD_DrawVLine()
LL_FillBuffer(ActiveLayer, (uint32_t *)Xaddress, 1, Length, (BSP_LCD_GetXSize() - 1), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:906BSP_LCD_DrawLine()
BSP_LCD_DrawPixel(x, y, DrawProp[ActiveLayer].TextColor); /* Draw the current pixel */
stm32469i_discovery_lcd.c:955BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + CurX), (Ypos - CurY), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:957BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - CurX), (Ypos - CurY), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:959BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + CurY), (Ypos - CurX), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:961BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - CurY), (Ypos - CurX), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:963BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + CurX), (Ypos + CurY), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:965BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - CurX), (Ypos + CurY), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:967BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + CurY), (Ypos + CurX), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:969BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - CurY), (Ypos + CurX), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:1027BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos-(uint16_t)(x/K)), (Ypos+y), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:1028BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos+(uint16_t)(x/K)), (Ypos+y), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:1029BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos+(uint16_t)(x/K)), (Ypos-y), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:1030BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos-(uint16_t)(x/K)), (Ypos-y), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:1110BSP_LCD_FillRect()
stm32469i_discovery_lcd.c:1116BSP_LCD_FillRect()
LL_FillBuffer(ActiveLayer, (uint32_t *)Xaddress, Width, Height, (BSP_LCD_GetXSize() - Width), DrawProp[ActiveLayer].TextColor);
stm32469i_discovery_lcd.c:1136BSP_LCD_FillCircle()
stm32469i_discovery_lcd.c:1163BSP_LCD_FillCircle()
stm32469i_discovery_lcd.c:1479DrawChar()

Data Use

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