lv_barcode_private.h
API reference for lv_barcode_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_barcode.h
Summary
Structs
struct
_lv_barcode_t
| Member | Type | Description |
|---|---|---|
canvas | lv_canvas_t | |
dark_color | lv_color_t | |
light_color | lv_color_t | |
data | char * | |
pattern | uint8_t * | |
bar_count | int32_t | |
scale | uint16_t | |
direction | lv_dir_t | |
encoding | lv_barcode_encoding_t | |
tiled | uint8_t | |
update_mode | uint8_t | |
needs_update | uint8_t | |
render_valid | uint8_t | |
fitting | uint8_t |
Dependencies
lvgl_public.hlv_canvas_private.h
Indirect dependencies
Last updated on