i2c_oled sample
lv_canvas_set_px_opa()
is only used within i2c_oled sample.
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
ESP-IDF Framework and Examples
i2c_oled sample
lv_canvas_set_px_opa()
lv_canvas_set_px_opa() function
Set the opacity of a pixel on the canvas
Syntax
Show:
Summary
Declaration
Definition
from
lv_canvas.h:92
void
lv_canvas_set_px_opa
(
lv_obj_t
*
canvas
,
lv_coord_t
x
,
lv_coord_t
y
,
lv_opa_t
opa
)
;
Implemented in
lv_canvas.c:92
Arguments
Argument
Description
canvas
x
x coordinate of the point to set
y
x coordinate of the point to set
opa
opacity of the pixel (0..255)
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