Deprecated List
Deprecated List
*Global lv_image_buf_free (lv_image_dsc_t dsc)
: Use lv_draw_buffer_create/destroy instead. Free the data pointer and dsc struct of an image.
*Global lv_image_buf_set_palette (lv_image_dsc_t dsc, uint8_t id, lv_color32_t c)
: Use lv_draw_buf_set_palette instead.
*Global lv_snapshot_free (lv_image_dsc_t dsc)
: Use lv_draw_buf_destroy instead.
**Global lv_snapshot_take_to_buf (lv_obj_t *obj, lv_color_format_t cf, lv_image_dsc_t dsc, void buf, uint32_t buf_size)
: Use lv_snapshot_take_to_draw_buf instead.
*Global lv_textarea_set_align (lv_obj_t obj, lv_text_align_t align)
: Use the normal text_align style property instead Set the label's alignment. It sets where the label is aligned (in one line mode it can be smaller than the text area) and how the lines of the area align in case of multiline text area
How is this guide?
Last updated on