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

LCD_DrawPropTypeDef::TextColor field

Syntax

uint32_t TextColor;

References

LocationReferrerText
stm32f413h_discovery_lcd.h:50
uint32_t TextColor;
stm32f413h_discovery_lcd.c:119BSP_LCD_InitEx()
DrawProp.TextColor = 0x0000;
stm32f413h_discovery_lcd.c:199BSP_LCD_GetTextColor()
return DrawProp.TextColor;
stm32f413h_discovery_lcd.c:217BSP_LCD_SetTextColor()
DrawProp.TextColor = Color;
stm32f413h_discovery_lcd.c:255BSP_LCD_Clear()
uint32_t color_backup = DrawProp.TextColor;
stm32f413h_discovery_lcd.c:257BSP_LCD_Clear()
DrawProp.TextColor = Color;
stm32f413h_discovery_lcd.c:264BSP_LCD_Clear()
DrawProp.TextColor = color_backup;
stm32f413h_discovery_lcd.c:265BSP_LCD_Clear()
stm32f413h_discovery_lcd.c:278BSP_LCD_ClearStringLine()
uint32_t color_backup = DrawProp.TextColor;
stm32f413h_discovery_lcd.c:280BSP_LCD_ClearStringLine()
stm32f413h_discovery_lcd.c:285BSP_LCD_ClearStringLine()
DrawProp.TextColor = color_backup;
stm32f413h_discovery_lcd.c:286BSP_LCD_ClearStringLine()
stm32f413h_discovery_lcd.c:426BSP_LCD_DrawHLine()
stm32f413h_discovery_lcd.c:432BSP_LCD_DrawHLine()
BSP_LCD_DrawPixel((Xpos + index), Ypos, DrawProp.TextColor);
stm32f413h_discovery_lcd.c:449BSP_LCD_DrawVLine()
stm32f413h_discovery_lcd.c:455BSP_LCD_DrawVLine()
BSP_LCD_DrawPixel(Xpos, Ypos + index, DrawProp.TextColor);
stm32f413h_discovery_lcd.c:521BSP_LCD_DrawLine()
BSP_LCD_DrawPixel(x, y, DrawProp.TextColor); /* Draw the current pixel */
stm32f413h_discovery_lcd.c:570BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + current_x), (Ypos - current_y), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:572BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - current_x), (Ypos - current_y), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:574BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + current_y), (Ypos - current_x), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:576BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - current_y), (Ypos - current_x), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:578BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + current_x), (Ypos + current_y), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:580BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - current_x), (Ypos + current_y), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:582BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos + current_y), (Ypos + current_x), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:584BSP_LCD_DrawCircle()
BSP_LCD_DrawPixel((Xpos - current_y), (Ypos + current_x), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:645BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos-(uint16_t)(x/k)), (Ypos+y), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:646BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos+(uint16_t)(x/k)), (Ypos+y), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:647BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos+(uint16_t)(x/k)), (Ypos-y), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:648BSP_LCD_DrawEllipse()
BSP_LCD_DrawPixel((Xpos-(uint16_t)(x/k)), (Ypos-y), DrawProp.TextColor);
stm32f413h_discovery_lcd.c:715BSP_LCD_FillRect()
stm32f413h_discovery_lcd.c:740BSP_LCD_FillCircle()
stm32f413h_discovery_lcd.c:767BSP_LCD_FillCircle()
stm32f413h_discovery_lcd.c:991DrawChar()
BSP_LCD_DrawPixel((Xpos + j), Ypos, DrawProp.TextColor);

Data Use

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