Adafruit_Shield + 0/4 examples
CodeScope will show references to BSP_LCD_DrawHLine() from the following samples and libraries:
Examples
STM32F412ZG-Nucleo
Examples
STM32F413ZH-Nucleo
Examples
STM32F429ZI-Nucleo
Examples
STM32F446ZE-Nucleo
Examples
 
Symbols
loading...
Files
loading...

BSP_LCD_DrawHLine() function

Draws an horizontal line.

Syntax

void BSP_LCD_DrawHLine(uint16_t Xpos,     uint16_t Ypos,     uint16_t Length);
Implemented in stm32_adafruit_lcd.c:399

Arguments

Xpos

X position

Ypos

Y position

Length

Line length

Return value

None

Examples

BSP_LCD_DrawHLine() is referenced by 4 libraries and example projects.

References

LocationReferrerText
stm32_adafruit_lcd.c:399
void BSP_LCD_DrawHLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length)
stm32_adafruit_lcd.h:141
void BSP_LCD_DrawHLine(uint16_t Xpos, uint16_t Ypos, uint16_t Length);
stm32_adafruit_lcd.c:258BSP_LCD_Clear()
BSP_LCD_DrawHLine(0, counter, BSP_LCD_GetXSize());
stm32_adafruit_lcd.c:526BSP_LCD_DrawRect()
BSP_LCD_DrawHLine(Xpos, Ypos, Width);
stm32_adafruit_lcd.c:527BSP_LCD_DrawRect()
BSP_LCD_DrawHLine(Xpos, (Ypos+ Height), Width);
stm32_adafruit_lcd.c:692BSP_LCD_FillRect()
BSP_LCD_DrawHLine(Xpos, Ypos++, Width);
stm32_adafruit_lcd.c:721BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - CurY, Ypos + CurX, 2*CurY);
stm32_adafruit_lcd.c:722BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - CurY, Ypos - CurX, 2*CurY);
stm32_adafruit_lcd.c:727BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - CurX, Ypos - CurY, 2*CurX);
stm32_adafruit_lcd.c:728BSP_LCD_FillCircle()
BSP_LCD_DrawHLine(Xpos - CurX, Ypos + CurY, 2*CurX);
stm32_adafruit_lcd.c:832BSP_LCD_FillEllipse()
BSP_LCD_DrawHLine((Xpos-(uint16_t)(x/K)), (Ypos+y), (2*(uint16_t)(x/K) + 1));
stm32_adafruit_lcd.c:833BSP_LCD_FillEllipse()
BSP_LCD_DrawHLine((Xpos-(uint16_t)(x/K)), (Ypos-y), (2*(uint16_t)(x/K) + 1));

Call Tree

Functions calling BSP_LCD_DrawHLine()
Functions called by BSP_LCD_DrawHLine()
BSP_LCD_DrawHLine()
LCD_DrvTypeDef::DrawHLine
all items filtered out
Data read by BSP_LCD_DrawHLine()
Data written by BSP_LCD_DrawHLine()
BSP_LCD_DrawHLine()
BSP_LCD_DrawHLine()::index
all items filtered out
Type of BSP_LCD_DrawHLine()
BSP_LCD_DrawHLine()
uint32_t
all items filtered out