st7735_DrawHLine() is only used within st7735.
 
Symbols
loading...
Files
loading...

st7735_DrawHLine() function

Draws horizontal line.

Syntax

void st7735_DrawHLine(uint16_t RGBCode,     uint16_t Xpos,     uint16_t Ypos,     uint16_t Length);
Implemented in st7735.c:348

Arguments

RGBCode

Specifies the RGB color

Xpos

specifies the X position.

Ypos

specifies the Y position.

Length

specifies the line length.

Return value

None

References

LocationText
st7735.c:348
void st7735_DrawHLine(uint16_t RGBCode, uint16_t Xpos, uint16_t Ypos, uint16_t Length)
st7735.h:158
void st7735_DrawHLine(uint16_t RGBCode, uint16_t Xpos, uint16_t Ypos, uint16_t Length);
st7735.c:76
st7735_DrawHLine,

Call Tree

Functions called by st7735_DrawHLine()
st7735_DrawHLine()
Data read by st7735_DrawHLine()
Data written by st7735_DrawHLine()
st7735_DrawHLine()
st7735_DrawHLine()::counter
all items filtered out
Implementations
st7735_DrawHLine()
LCD_DrvTypeDef::DrawHLine
all items filtered out
Type of st7735_DrawHLine()
st7735_DrawHLine()
uint8_t
all items filtered out