lv_obj_draw_part_dsc_t is only used within i2c_oled sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Draw context.
const struct _lv_obj_class_t *
The class that sent the event.
uint32_t
The type if part being draw. Element of `lv__draw_part_type_t`.
The area of the part being drawn.
A draw descriptor that can be modified to changed what LVGL will draw. Set only for rectangle-like parts.
A draw descriptor that can be modified to changed what LVGL will draw. Set only for text-like parts.
A draw descriptor that can be modified to changed what LVGL will draw. Set only for line-like parts.
A draw descriptor that can be modified to changed what LVGL will draw. Set only for image-like parts.
A draw descriptor that can be modified to changed what LVGL will draw. Set only for arc-like parts.
const lv_point_t *
A point calculated during drawing. E.g. a point of chart or the center of an arc.
const lv_point_t *
A point calculated during drawing. E.g. a point of chart.
char *
A text calculated during drawing. Can be modified. E.g. tick labels on a chart axis.
uint32_t
Size of the text buffer containing null-terminated text string calculated during drawing.
uint32_t
The current part for which the event is sent.
uint32_t
The index of the part. E.g. a button's index on button matrix or table cell index.
E.g. the radius of an arc (not the corner radius).
int32_t
A value calculated during drawing. E.g. Chart's tick line value.
const void *
A pointer the identifies something in the part. E.g. chart series.

References

from examples