lv_qrcode_private.h
API reference for lv_qrcode_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_qrcode.h
Summary
Structs
struct
_lv_qrcode_t
| Member | Type | Description |
|---|---|---|
canvas | lv_canvas_t | |
dark_color | lv_color_t | |
light_color | lv_color_t | |
data | uint8_t * | |
data_len | uint16_t | |
quiet_zone | uint16_t | |
update_mode | uint16_t | |
needs_update | uint16_t | |
render_valid | uint16_t |
Dependencies
lvgl_public.hlv_canvas_private.h
Indirect dependencies
Last updated on