BSP_LCD_DrawHLine() function
Displays an horizontal line.
Syntax
void BSP_LCD_DrawHLine(uint16_t Xpos,
uint16_t Ypos,
uint16_t Length);
![]()
void BSP_LCD_DrawHLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length);![]()
BSP_LCD_DrawHLine(Xpos - cury, Ypos + curx, 2 * cury);![]()
BSP_LCD_DrawHLine(Xpos - cury, Ypos - curx, 2 * cury);![]()
BSP_LCD_DrawHLine(Xpos - curx, Ypos - cury, 2 * curx);![]()
BSP_LCD_DrawHLine(Xpos - curx, Ypos + cury, 2 * curx);![]()
BSP_LCD_DrawHLine((Xpos - (uint16_t)(x / K)), (Ypos + y), (2 * (uint16_t)(x / K) + 1));![]()
BSP_LCD_DrawHLine((Xpos - (uint16_t)(x / K)), (Ypos - y), (2 * (uint16_t)(x / K) + 1));
BSP_LCD_DrawHLine() is called by 3 functions and calls 2 functions:
![]()
BSP_LCD_DrawHLine()
BSP_LCD_DrawHLine() reads 6 variables:
![]()
BSP_LCD_DrawHLine()