st7735
st7735_DrawHLine()
is only used within st7735.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
st7735
st7735_DrawHLine()
st7735_DrawHLine() function
Draws horizontal line.
Syntax
Show:
Summary
Declaration
Definition
from
st7735.h:158
void
st7735_DrawHLine
(
uint16_t
RGBCode
,
uint16_t
Xpos
,
uint16_t
Ypos
,
uint16_t
Length
)
;
Implemented in
st7735.c:348
Arguments
Argument
Description
RGBCode
Specifies the RGB color
Xpos
specifies the X position.
Ypos
specifies the Y position.
Length
specifies the line length.
Return value
None
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out