LVGL Berry API Reference~
module lv~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| anim_count_running | int | lv_anim_count_running | |
| anim_delete | \<any>, comptr | bool | lv_anim_delete |
| anim_delete_all | lv_anim_delete_all | ||
| anim_get | \<any>, comptr | lv.anim | lv_anim_get |
| anim_get_timer | lv.timer | lv_anim_get_timer | |
| anim_refr_now | lv_anim_refr_now | ||
| anim_resolve_speed | int, int, int | int | lv_anim_resolve_speed |
| anim_speed | int | int | lv_anim_speed |
| anim_speed_clamped | int, int, int | int | lv_anim_speed_clamped |
| anim_speed_to_time | int, int, int | int | lv_anim_speed_to_time |
| area_align | lv.area, lv.area, int, int, int | lv_area_align | |
| area_copy | lv.area, lv.area | lv_area_copy | |
| area_get_height | lv.area | int | lv_area_get_height |
| area_get_size | lv.area | int | lv_area_get_size |
| area_get_width | lv.area | int | lv_area_get_width |
| area_increase | lv.area, int, int | lv_area_increase | |
| area_move | lv.area, int, int | lv_area_move | |
| area_set | lv.area, int, int, int, int | lv_area_set | |
| area_set_height | lv.area, int | lv_area_set_height | |
| area_set_width | lv.area, int | lv_area_set_width | |
| canvas_buf_size | int, int, int, int | int | lv_canvas_buf_size |
| clamp_height | int, int, int, int | int | lv_clamp_height |
| clamp_width | int, int, int, int | int | lv_clamp_width |
| color32_eq | int, int | bool | lv_color32_eq |
| color32_luminance | int | int | lv_color32_luminance |
| color32_make | int, int, int, int | int | lv_color32_make |
| color_16_16_mix | int, int, int | int | lv_color_16_16_mix |
| color_black | lv.color | lv_color_black | |
| color_brightness | lv.color | int | lv_color_brightness |
| color_darken | lv.color, int | lv.color | lv_color_darken |
| color_eq | lv.color, lv.color | bool | lv_color_eq |
| color_format_get_bpp | int | int | lv_color_format_get_bpp |
| color_format_get_size | int | int | lv_color_format_get_size |
| color_format_has_alpha | int | bool | lv_color_format_has_alpha |
| color_hex | int | lv.color | lv_color_hex |
| color_hex3 | int | lv.color | lv_color_hex3 |
| color_hsv_to_rgb | int, int, int | lv.color | lv_color_hsv_to_rgb |
| color_lighten | lv.color, int | lv.color | lv_color_lighten |
| color_luminance | lv.color | int | lv_color_luminance |
| color_make | int, int, int | lv.color | lv_color_make |
| color_mix | lv.color, lv.color, int | lv.color | lv_color_mix |
| color_mix32 | int, int | int | lv_color_mix32 |
| color_mix32_premultiplied | int, int | int | lv_color_mix32_premultiplied |
| color_over32 | int, int | int | lv_color_over32 |
| color_rgb_to_hsv | int, int, int | int | lv_color_rgb_to_hsv |
| color_swap_16 | int | int | lv_color_swap_16 |
| color_to_32 | lv.color, int | int | lv_color_to_32 |
| color_to_hsv | lv.color | int | lv_color_to_hsv |
| color_to_int | lv.color | int | lv_color_to_int |
| color_to_u16 | lv.color | int | lv_color_to_u16 |
| color_to_u32 | lv.color | int | lv_color_to_u32 |
| color_white | lv.color | lv_color_white | |
| display_create | int, int | lv.display | lv_display_create |
| display_get_default | lv.display | lv_display_get_default | |
| display_refr_timer | lv.timer | lv_display_refr_timer | |
| dpx | int | int | lv_dpx |
| draw_arc | lv.layer, lv.draw_arc_dsc | lv_draw_arc | |
| draw_arc_dsc_init | lv.draw_arc_dsc | lv_draw_arc_dsc_init | |
| draw_arc_get_area | int, int, int, int, int, int, bool, lv.area | lv_draw_arc_get_area | |
| draw_character | lv.layer, lv.draw_label_dsc, comptr, int | lv_draw_character | |
| draw_create_unit | int | comptr | lv_draw_create_unit |
| draw_deinit | lv_draw_deinit | ||
| draw_dispatch | lv_draw_dispatch | ||
| draw_dispatch_layer | lv.display, lv.layer | bool | lv_draw_dispatch_layer |
| draw_dispatch_request | lv_draw_dispatch_request | ||
| draw_dispatch_wait_for_request | lv_draw_dispatch_wait_for_request | ||
| draw_get_unit_count | int | lv_draw_get_unit_count | |
| draw_init | lv_draw_init | ||
| draw_label | lv.layer, lv.draw_label_dsc, lv.area | lv_draw_label | |
| draw_label_dsc_init | lv.draw_label_dsc | lv_draw_label_dsc_init | |
| draw_layer_alloc_buf | lv.layer | comptr | lv_draw_layer_alloc_buf |
| draw_layer_create | lv.layer, int, lv.area | lv.layer | lv_draw_layer_create |
| draw_layer_go_to_xy | lv.layer, int, int | comptr | lv_draw_layer_go_to_xy |
| draw_layer_init | lv.layer, lv.layer, int, lv.area | lv_draw_layer_init | |
| draw_letter | lv.layer, lv.draw_letter_dsc, comptr | lv_draw_letter | |
| draw_letter_dsc_init | lv.draw_letter_dsc | lv_draw_letter_dsc_init | |
| draw_line | lv.layer, lv.draw_line_dsc | lv_draw_line | |
| draw_line_dsc_init | lv.draw_line_dsc | lv_draw_line_dsc_init | |
| draw_rect | lv.layer, lv.draw_rect_dsc, lv.area | lv_draw_rect | |
| draw_rect_dsc_init | lv.draw_rect_dsc | lv_draw_rect_dsc_init | |
| draw_wait_for_finish | lv_draw_wait_for_finish | ||
| event_code_get_name | int | string | lv_event_code_get_name |
| event_dsc_get_cb | lv.event_dsc | lv.event_cb | lv_event_dsc_get_cb |
| event_dsc_get_user_data | lv.event_dsc | comptr | lv_event_dsc_get_user_data |
| event_register_id | int | lv_event_register_id | |
| flex_init | lv_flex_init | ||
| font_get_default | lv.font | lv_font_get_default | |
| font_get_glyph_width | lv.font, int, int | int | lv_font_get_glyph_width |
| font_get_line_height | lv.font | int | lv_font_get_line_height |
| font_has_static_bitmap | lv.font | bool | lv_font_has_static_bitmap |
| font_info_is_equal | lv.font_info, lv.font_info | bool | lv_font_info_is_equal |
| font_set_kerning | lv.font, int | lv_font_set_kerning | |
| get_hor_res | int | lv_get_hor_res | |
| get_ts_calibration | lv.ts_calibration | lv_get_ts_calibration | |
| get_ver_res | int | lv_get_ver_res | |
| grid_fr | int | int | lv_grid_fr |
| grid_init | lv_grid_init | ||
| group_by_index | int | lv.group | lv_group_by_index |
| group_get_count | int | lv_group_get_count | |
| group_get_default | lv.group | lv_group_get_default | |
| indev_active | lv.indev | lv_indev_active | |
| indev_create | lv.indev | lv_indev_create | |
| indev_get_active_obj | lv.obj | lv_indev_get_active_obj | |
| indev_read_timer_cb | lv.timer | lv_indev_read_timer_cb | |
| layer_bottom | lv.obj | lv_layer_bottom | |
| layer_init | lv.layer | lv_layer_init | |
| layer_reset | lv.layer | lv_layer_reset | |
| layer_sys | lv.obj | lv_layer_sys | |
| layer_top | lv.obj | lv_layer_top | |
| obj_assign_id | lv.obj_class, lv.obj | lv_obj_assign_id | |
| obj_class_create_obj | lv.obj_class, lv.obj | lv.obj | lv_obj_class_create_obj |
| obj_delete_anim_completed_cb | lv.anim | lv_obj_delete_anim_completed_cb | |
| obj_enable_style_refresh | bool | lv_obj_enable_style_refresh | |
| obj_event_base | lv.obj_class, lv.event | int | lv_obj_event_base |
| obj_id_compare | \<any>, \<any> | int | lv_obj_id_compare |
| obj_redraw | lv.layer, lv.obj | lv_obj_redraw | |
| obj_report_style_change | lv.style | lv_obj_report_style_change | |
| obj_style_get_selector_part | int | int | lv_obj_style_get_selector_part |
| obj_style_get_selector_state | int | int | lv_obj_style_get_selector_state |
| objid_builtin_destroy | lv_objid_builtin_destroy | ||
| palette_darken | int, int | lv.color | lv_palette_darken |
| palette_lighten | int, int | lv.color | lv_palette_lighten |
| palette_main | int | lv.color | lv_palette_main |
| pct | int | int | lv_pct |
| pct_to_px | int, int | int | lv_pct_to_px |
| point_array_transform | comptr, int, int, int, int, comptr, bool | lv_point_array_transform | |
| point_from_precise | lv.point_precise | int | lv_point_from_precise |
| point_precise_set | lv.point_precise, int, int | lv_point_precise_set | |
| point_precise_swap | lv.point_precise, lv.point_precise | lv_point_precise_swap | |
| point_set | comptr, int, int | lv_point_set | |
| point_swap | comptr, comptr | lv_point_swap | |
| point_transform | comptr, int, int, int, comptr, bool | lv_point_transform | |
| refr_now | lv.display | lv_refr_now | |
| scr_act | lv.obj | lv_screen_active | |
| scr_load | lv.obj | lv_screen_load | |
| scr_load_anim | lv.obj, int, int, int, bool | lv_screen_load_anim | |
| screen_active | lv.obj | lv_screen_active | |
| screen_load | lv.obj | lv_screen_load | |
| screen_load_anim | lv.obj, int, int, int, bool | lv_screen_load_anim | |
| span_stack_deinit | lv_span_stack_deinit | ||
| span_stack_init | lv_span_stack_init | ||
| style_get_num_custom_props | int | lv_style_get_num_custom_props | |
| style_get_prop_group | int | int | lv_style_get_prop_group |
| style_prop_get_default | int | int | lv_style_prop_get_default |
| style_prop_has_flag | int, int | bool | lv_style_prop_has_flag |
| style_prop_lookup_flags | int | int | lv_style_prop_lookup_flags |
| style_register_prop | int | int | lv_style_register_prop |
| task_handler | int | lv_task_handler | |
| text_get_size | comptr, string, lv.font, int, int, int, int | lv_text_get_size | |
| text_get_width | string, int, lv.font, int | int | lv_text_get_width |
| text_get_width_with_flags | string, int, lv.font, int, int | int | lv_text_get_width_with_flags |
| text_is_cmd | comptr, int | bool | lv_text_is_cmd |
| theme_apply | lv.obj | lv_theme_apply | |
| theme_get_color_primary | lv.obj | lv.color | lv_theme_get_color_primary |
| theme_get_color_secondary | lv.obj | lv.color | lv_theme_get_color_secondary |
| theme_get_font_large | lv.obj | lv.font | lv_theme_get_font_large |
| theme_get_font_normal | lv.obj | lv.font | lv_theme_get_font_normal |
| theme_get_font_small | lv.obj | lv.font | lv_theme_get_font_small |
| theme_get_from_obj | lv.obj | lv.theme | lv_theme_get_from_obj |
| theme_haspmota_init | lv.display, lv.color_arr, lv.font, lv.font, lv.font | lv.theme | lv_theme_haspmota_init |
| theme_haspmota_is_inited | bool | lv_theme_haspmota_is_inited | |
| theme_set_parent | lv.theme, lv.theme | lv_theme_set_parent | |
| timer_create | \<closure>, int, \<any> | lv.timer | lv_timer_create |
| timer_create_basic | lv.timer | lv_timer_create_basic | |
| timer_enable | bool | lv_timer_enable | |
| timer_get_idle | int | lv_timer_get_idle | |
| timer_get_time_until_next | int | lv_timer_get_time_until_next | |
| timer_handler | int | lv_timer_handler | |
| timer_handler_run_in_period | int | int | lv_timer_handler_run_in_period |
| timer_periodic_handler | lv_timer_periodic_handler | ||
| version_info | string | lv_version_info | |
| version_major | int | lv_version_major | |
| version_minor | int | lv_version_minor | |
| version_patch | int | lv_version_patch |
Core classes~
class lv.anim~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| custom_delete | comptr | bool | lv_anim_custom_delete |
| custom_get | comptr | lv.anim | lv_anim_custom_get |
| get_delay | int | lv_anim_get_delay | |
| get_playtime | int | lv_anim_get_playtime | |
| get_repeat_count | int | lv_anim_get_repeat_count | |
| get_time | int | lv_anim_get_time | |
| get_user_data | comptr | lv_anim_get_user_data | |
| init | lv_anim_init | ||
| is_paused | bool | lv_anim_is_paused | |
| pause | lv_anim_pause | ||
| pause_for | int | lv_anim_pause_for | |
| resume | lv_anim_resume | ||
| set_bezier3_param | int, int, int, int | lv_anim_set_bezier3_param | |
| set_completed_cb | comptr | lv_anim_set_completed_cb | |
| set_custom_exec_cb | comptr | lv_anim_set_custom_exec_cb | |
| set_delay | int | lv_anim_set_delay | |
| set_duration | int | lv_anim_set_duration | |
| set_early_apply | bool | lv_anim_set_early_apply | |
| set_exec_cb | comptr | lv_anim_set_exec_cb | |
| set_get_value_cb | comptr | lv_anim_set_get_value_cb | |
| set_path_cb | comptr | lv_anim_set_path_cb | |
| set_ready_cb | comptr | lv_anim_set_completed_cb | |
| set_repeat_count | int | lv_anim_set_repeat_count | |
| set_repeat_delay | int | lv_anim_set_repeat_delay | |
| set_reverse_delay | int | lv_anim_set_reverse_delay | |
| set_reverse_duration | int | lv_anim_set_reverse_duration | |
| set_reverse_time | int | lv_anim_set_reverse_time | |
| set_start_cb | comptr | lv_anim_set_start_cb | |
| set_user_data | \<any> | lv_anim_set_user_data | |
| set_values | int, int | lv_anim_set_values | |
| set_var | \<any> | lv_anim_set_var | |
| start | lv.anim | lv_anim_start |
class lv.display~
class lv.event~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| get_code | int | lv_event_get_code | |
| get_cover_area | lv.area | lv_event_get_cover_area | |
| get_current_target | comptr | lv_event_get_current_target | |
| get_current_target_obj | lv.obj | lv_event_get_current_target_obj | |
| get_hit_test_info | comptr | lv_event_get_hit_test_info | |
| get_indev | lv.indev | lv_event_get_indev | |
| get_invalidated_area | lv.area | lv_event_get_invalidated_area | |
| get_key | int | lv_event_get_key | |
| get_layer | lv.layer | lv_event_get_layer | |
| get_old_size | lv.area | lv_event_get_old_size | |
| get_param | comptr | lv_event_get_param | |
| get_rotary_diff | int | lv_event_get_rotary_diff | |
| get_scroll_anim | lv.anim | lv_event_get_scroll_anim | |
| get_self_size_info | comptr | lv_event_get_self_size_info | |
| get_target | comptr | lv_event_get_target | |
| get_target_obj | lv.obj | lv_event_get_target_obj | |
| get_user_data | comptr | lv_event_get_user_data | |
| set_cover_res | int | lv_event_set_cover_res | |
| set_ext_draw_size | int | lv_event_set_ext_draw_size | |
| stop_bubbling | lv_event_stop_bubbling | ||
| stop_processing | lv_event_stop_processing |
class lv.group~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| add_obj | lv.obj | lv_group_add_obj | |
| del | lv_group_delete | ||
| delete | lv_group_delete | ||
| focus_freeze | bool | lv_group_focus_freeze | |
| focus_next | lv_group_focus_next | ||
| focus_obj | lv_group_focus_obj | ||
| focus_prev | lv_group_focus_prev | ||
| get_edge_cb | callback | lv_group_get_edge_cb | |
| get_editing | bool | lv_group_get_editing | |
| get_focus_cb | lv.group_focus_cb | lv_group_get_focus_cb | |
| get_focused | lv.obj | lv_group_get_focused | |
| get_obj_by_index | int | lv.obj | lv_group_get_obj_by_index |
| get_obj_count | int | lv_group_get_obj_count | |
| get_wrap | bool | lv_group_get_wrap | |
| remove | lv_group_delete | ||
| remove_all_objs | lv_group_remove_all_objs | ||
| remove_obj | lv_group_remove_obj | ||
| send_data | int | int | lv_group_send_data |
| set_default | lv_group_set_default | ||
| set_default | lv_group_set_default | ||
| set_editing | bool | lv_group_set_editing | |
| set_focus_cb | \<closure> | lv_group_set_focus_cb | |
| set_refocus_policy | int | lv_group_set_refocus_policy | |
| set_wrap | bool | lv_group_set_wrap | |
| swap_obj | lv.obj | lv_group_swap_obj |
class lv.indev~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| add_event_cb | \<closure>, int, \<any> | lv_indev_add_event_cb | |
| del | lv_indev_delete | ||
| delete | lv_indev_delete | ||
| enable | bool | lv_indev_enable | |
| get_cursor | lv.obj | lv_indev_get_cursor | |
| get_disp | lv.display | lv_indev_get_display | |
| get_display | lv.display | lv_indev_get_display | |
| get_driver_data | comptr | lv_indev_get_driver_data | |
| get_event_count | int | lv_indev_get_event_count | |
| get_event_dsc | int | lv.event_dsc | lv_indev_get_event_dsc |
| get_gesture_dir | int | lv_indev_get_gesture_dir | |
| get_group | lv.group | lv_indev_get_group | |
| get_key | int | lv_indev_get_key | |
| get_mode | int | lv_indev_get_mode | |
| get_next | lv.indev | lv_indev_get_next | |
| get_next | lv.indev | lv_indev_get_next | |
| get_point | comptr | lv_indev_get_point | |
| get_press_moved | bool | lv_indev_get_press_moved | |
| get_read_timer | lv.timer | lv_indev_get_read_timer | |
| get_scroll_dir | int | lv_indev_get_scroll_dir | |
| get_scroll_obj | lv.obj | lv_indev_get_scroll_obj | |
| get_short_click_streak | int | lv_indev_get_short_click_streak | |
| get_state | int | lv_indev_get_state | |
| get_type | int | lv_indev_get_type | |
| get_user_data | comptr | lv_indev_get_user_data | |
| get_vect | comptr | lv_indev_get_vect | |
| read | lv_indev_read | ||
| remove | lv_indev_delete | ||
| remove_event | int | bool | lv_indev_remove_event |
| remove_event_cb_with_user_data | \<any>, \<any> | int | lv_indev_remove_event_cb_with_user_data |
| reset | lv.obj | lv_indev_reset | |
| reset_long_press | lv_indev_reset_long_press | ||
| search_obj | comptr | lv.obj | lv_indev_search_obj |
| send_event | int, \<any> | int | lv_indev_send_event |
| send_event | int, \<any> | int | lv_indev_send_event |
| set_button_points | lv.point_arr | lv_indev_set_button_points | |
| set_cursor | lv.obj | lv_indev_set_cursor | |
| set_disp | lv.display | lv_indev_set_display | |
| set_display | lv.display | lv_indev_set_display | |
| set_driver_data | \<any> | lv_indev_set_driver_data | |
| set_group | lv.group | lv_indev_set_group | |
| set_long_press_repeat_time | int | lv_indev_set_long_press_repeat_time | |
| set_long_press_time | int | lv_indev_set_long_press_time | |
| set_mode | int | lv_indev_set_mode | |
| set_scroll_limit | int | lv_indev_set_scroll_limit | |
| set_scroll_throw | int | lv_indev_set_scroll_throw | |
| set_type | int | lv_indev_set_type | |
| set_user_data | \<any> | lv_indev_set_user_data | |
| stop_processing | lv_indev_stop_processing | ||
| wait_release | lv_indev_wait_release |
class lv.style~
class lv.timer~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| del | lv_timer_delete | ||
| delete | lv_timer_delete | ||
| get_next | lv.timer | lv_timer_get_next | |
| get_next | lv.timer | lv_timer_get_next | |
| get_paused | bool | lv_timer_get_paused | |
| get_user_data | comptr | lv_timer_get_user_data | |
| pause | lv_timer_pause | ||
| ready | lv_timer_ready | ||
| remove | lv_timer_delete | ||
| reset | lv_timer_reset | ||
| resume | lv_timer_resume | ||
| set_auto_delete | bool | lv_timer_set_auto_delete | |
| set_cb | \<closure> | lv_timer_set_cb | |
| set_period | int | lv_timer_set_period | |
| set_repeat_count | int | lv_timer_set_repeat_count | |
| set_user_data | \<any> | lv_timer_set_user_data |
Widgets~
widget lv.obj~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| add_event_cb | \<closure>, int, \<any> | lv.event_dsc | lv_obj_add_event_cb |
| add_flag | int | lv_obj_add_flag | |
| add_state | int | lv_obj_add_state | |
| add_style | lv.style, int | lv_obj_add_style | |
| align | int, int, int | lv_obj_align | |
| align_to | lv.obj, int, int, int | lv_obj_align_to | |
| allocate_spec_attr | lv_obj_allocate_spec_attr | ||
| area_is_visible | lv.area | bool | lv_obj_area_is_visible |
| calculate_ext_draw_size | int | int | lv_obj_calculate_ext_draw_size |
| calculate_style_text_align | int, string | int | lv_obj_calculate_style_text_align |
| center | lv_obj_center | ||
| check_type | lv.obj_class | bool | lv_obj_check_type |
| class_init_obj | lv_obj_class_init_obj | ||
| clean | lv_obj_clean | ||
| clear_flag | int | lv_obj_remove_flag | |
| clear_state | int | lv_obj_remove_state | |
| del | lv_obj_delete | ||
| del_async | lv_obj_delete_async | ||
| delete | lv_obj_delete | ||
| delete_async | lv_obj_delete_async | ||
| delete_delayed | int | lv_obj_delete_delayed | |
| dump_tree | lv_obj_dump_tree | ||
| fade_in | int, int | lv_obj_fade_in | |
| fade_out | int, int | lv_obj_fade_out | |
| find_by_id | \<any> | lv.obj | lv_obj_find_by_id |
| free_id | lv_obj_free_id | ||
| get_child | int | lv.obj | lv_obj_get_child |
| get_child_by_type | int, lv.obj_class | lv.obj | lv_obj_get_child_by_type |
| get_child_cnt | int | lv_obj_get_child_count | |
| get_child_count | int | lv_obj_get_child_count | |
| get_child_count_by_type | lv.obj_class | int | lv_obj_get_child_count_by_type |
| get_class | lv.obj_class | lv_obj_get_class | |
| get_click_area | lv.area | lv_obj_get_click_area | |
| get_content_coords | lv.area | lv_obj_get_content_coords | |
| get_content_height | int | lv_obj_get_content_height | |
| get_content_width | int | lv_obj_get_content_width | |
| get_coords | lv.area | lv_obj_get_coords | |
| get_disp | lv.display | lv_obj_get_display | |
| get_display | lv.display | lv_obj_get_display | |
| get_event_count | int | lv_obj_get_event_count | |
| get_event_dsc | int | lv.event_dsc | lv_obj_get_event_dsc |
| get_group | lv.group | lv_obj_get_group | |
| get_height | int | lv_obj_get_height | |
| get_id | comptr | lv_obj_get_id | |
| get_index | int | lv_obj_get_index | |
| get_index_by_type | lv.obj_class | int | lv_obj_get_index_by_type |
| get_parent | lv.obj | lv_obj_get_parent | |
| get_screen | lv.obj | lv_obj_get_screen | |
| get_scroll_bottom | int | lv_obj_get_scroll_bottom | |
| get_scroll_dir | int | lv_obj_get_scroll_dir | |
| get_scroll_end | comptr | lv_obj_get_scroll_end | |
| get_scroll_left | int | lv_obj_get_scroll_left | |
| get_scroll_right | int | lv_obj_get_scroll_right | |
| get_scroll_snap_x | int | lv_obj_get_scroll_snap_x | |
| get_scroll_snap_y | int | lv_obj_get_scroll_snap_y | |
| get_scroll_top | int | lv_obj_get_scroll_top | |
| get_scroll_x | int | lv_obj_get_scroll_x | |
| get_scroll_y | int | lv_obj_get_scroll_y | |
| get_scrollbar_area | lv.area, lv.area | lv_obj_get_scrollbar_area | |
| get_scrollbar_mode | int | lv_obj_get_scrollbar_mode | |
| get_self_height | int | lv_obj_get_self_height | |
| get_self_width | int | lv_obj_get_self_width | |
| get_sibling | int | lv.obj | lv_obj_get_sibling |
| get_sibling_by_type | int, lv.obj_class | lv.obj | lv_obj_get_sibling_by_type |
| get_state | int | lv_obj_get_state | |
| get_style_align | int | int | lv_obj_get_style_align |
| get_style_anim | int | lv.anim | lv_obj_get_style_anim |
| get_style_anim_duration | int | int | lv_obj_get_style_anim_duration |
| get_style_anim_time | int | int | lv_obj_get_style_anim_duration |
| get_style_arc_color | int | lv.color | lv_obj_get_style_arc_color |
| get_style_arc_color_filtered | int | lv.color | lv_obj_get_style_arc_color_filtered |
| get_style_arc_image_src | int | comptr | lv_obj_get_style_arc_image_src |
| get_style_arc_opa | int | int | lv_obj_get_style_arc_opa |
| get_style_arc_rounded | int | bool | lv_obj_get_style_arc_rounded |
| get_style_arc_width | int | int | lv_obj_get_style_arc_width |
| get_style_base_dir | int | int | lv_obj_get_style_base_dir |
| get_style_bg_color | int | lv.color | lv_obj_get_style_bg_color |
| get_style_bg_color_filtered | int | lv.color | lv_obj_get_style_bg_color_filtered |
| get_style_bg_grad | int | lv.grad_dsc | lv_obj_get_style_bg_grad |
| get_style_bg_grad_color | int | lv.color | lv_obj_get_style_bg_grad_color |
| get_style_bg_grad_color_filtered | int | lv.color | lv_obj_get_style_bg_grad_color_filtered |
| get_style_bg_grad_dir | int | int | lv_obj_get_style_bg_grad_dir |
| get_style_bg_grad_opa | int | int | lv_obj_get_style_bg_grad_opa |
| get_style_bg_grad_stop | int | int | lv_obj_get_style_bg_grad_stop |
| get_style_bg_image_opa | int | int | lv_obj_get_style_bg_image_opa |
| get_style_bg_image_recolor | int | lv.color | lv_obj_get_style_bg_image_recolor |
| get_style_bg_image_recolor_filtered | int | lv.color | lv_obj_get_style_bg_image_recolor_filtered |
| get_style_bg_image_recolor_opa | int | int | lv_obj_get_style_bg_image_recolor_opa |
| get_style_bg_image_src | int | comptr | lv_obj_get_style_bg_image_src |
| get_style_bg_image_tiled | int | bool | lv_obj_get_style_bg_image_tiled |
| get_style_bg_main_opa | int | int | lv_obj_get_style_bg_main_opa |
| get_style_bg_main_stop | int | int | lv_obj_get_style_bg_main_stop |
| get_style_bg_opa | int | int | lv_obj_get_style_bg_opa |
| get_style_bitmap_mask_src | int | comptr | lv_obj_get_style_bitmap_mask_src |
| get_style_blend_mode | int | int | lv_obj_get_style_blend_mode |
| get_style_border_color | int | lv.color | lv_obj_get_style_border_color |
| get_style_border_color_filtered | int | lv.color | lv_obj_get_style_border_color_filtered |
| get_style_border_opa | int | int | lv_obj_get_style_border_opa |
| get_style_border_post | int | bool | lv_obj_get_style_border_post |
| get_style_border_side | int | int | lv_obj_get_style_border_side |
| get_style_border_width | int | int | lv_obj_get_style_border_width |
| get_style_clip_corner | int | bool | lv_obj_get_style_clip_corner |
| get_style_color_filter_dsc | int | lv.color_filter_dsc | lv_obj_get_style_color_filter_dsc |
| get_style_color_filter_opa | int | int | lv_obj_get_style_color_filter_opa |
| get_style_flex_cross_place | int | int | lv_obj_get_style_flex_cross_place |
| get_style_flex_flow | int | int | lv_obj_get_style_flex_flow |
| get_style_flex_grow | int | int | lv_obj_get_style_flex_grow |
| get_style_flex_main_place | int | int | lv_obj_get_style_flex_main_place |
| get_style_flex_track_place | int | int | lv_obj_get_style_flex_track_place |
| get_style_grid_cell_column_pos | int | int | lv_obj_get_style_grid_cell_column_pos |
| get_style_grid_cell_column_span | int | int | lv_obj_get_style_grid_cell_column_span |
| get_style_grid_cell_row_pos | int | int | lv_obj_get_style_grid_cell_row_pos |
| get_style_grid_cell_row_span | int | int | lv_obj_get_style_grid_cell_row_span |
| get_style_grid_cell_x_align | int | int | lv_obj_get_style_grid_cell_x_align |
| get_style_grid_cell_y_align | int | int | lv_obj_get_style_grid_cell_y_align |
| get_style_grid_column_align | int | int | lv_obj_get_style_grid_column_align |
| get_style_grid_column_dsc_array | int | lv.int_arr | lv_obj_get_style_grid_column_dsc_array |
| get_style_grid_row_align | int | int | lv_obj_get_style_grid_row_align |
| get_style_grid_row_dsc_array | int | lv.int_arr | lv_obj_get_style_grid_row_dsc_array |
| get_style_height | int | int | lv_obj_get_style_height |
| get_style_image_opa | int | int | lv_obj_get_style_image_opa |
| get_style_image_recolor | int | lv.color | lv_obj_get_style_image_recolor |
| get_style_image_recolor_filtered | int | lv.color | lv_obj_get_style_image_recolor_filtered |
| get_style_image_recolor_opa | int | int | lv_obj_get_style_image_recolor_opa |
| get_style_img_opa | int | int | lv_obj_get_style_image_opa |
| get_style_img_recolor | int | lv.color | lv_obj_get_style_image_recolor |
| get_style_img_recolor_filtered | int | lv.color | lv_obj_get_style_image_recolor_filtered |
| get_style_img_recolor_opa | int | int | lv_obj_get_style_image_recolor_opa |
| get_style_layout | int | int | lv_obj_get_style_layout |
| get_style_length | int | int | lv_obj_get_style_length |
| get_style_line_color | int | lv.color | lv_obj_get_style_line_color |
| get_style_line_color_filtered | int | lv.color | lv_obj_get_style_line_color_filtered |
| get_style_line_dash_gap | int | int | lv_obj_get_style_line_dash_gap |
| get_style_line_dash_width | int | int | lv_obj_get_style_line_dash_width |
| get_style_line_opa | int | int | lv_obj_get_style_line_opa |
| get_style_line_rounded | int | bool | lv_obj_get_style_line_rounded |
| get_style_line_width | int | int | lv_obj_get_style_line_width |
| get_style_margin_bottom | int | int | lv_obj_get_style_margin_bottom |
| get_style_margin_left | int | int | lv_obj_get_style_margin_left |
| get_style_margin_right | int | int | lv_obj_get_style_margin_right |
| get_style_margin_top | int | int | lv_obj_get_style_margin_top |
| get_style_max_height | int | int | lv_obj_get_style_max_height |
| get_style_max_width | int | int | lv_obj_get_style_max_width |
| get_style_min_height | int | int | lv_obj_get_style_min_height |
| get_style_min_width | int | int | lv_obj_get_style_min_width |
| get_style_opa | int | int | lv_obj_get_style_opa |
| get_style_opa_layered | int | int | lv_obj_get_style_opa_layered |
| get_style_opa_recursive | int | int | lv_obj_get_style_opa_recursive |
| get_style_outline_color | int | lv.color | lv_obj_get_style_outline_color |
| get_style_outline_color_filtered | int | lv.color | lv_obj_get_style_outline_color_filtered |
| get_style_outline_opa | int | int | lv_obj_get_style_outline_opa |
| get_style_outline_pad | int | int | lv_obj_get_style_outline_pad |
| get_style_outline_width | int | int | lv_obj_get_style_outline_width |
| get_style_pad_bottom | int | int | lv_obj_get_style_pad_bottom |
| get_style_pad_column | int | int | lv_obj_get_style_pad_column |
| get_style_pad_left | int | int | lv_obj_get_style_pad_left |
| get_style_pad_radial | int | int | lv_obj_get_style_pad_radial |
| get_style_pad_right | int | int | lv_obj_get_style_pad_right |
| get_style_pad_row | int | int | lv_obj_get_style_pad_row |
| get_style_pad_top | int | int | lv_obj_get_style_pad_top |
| get_style_prop | int, int | int | lv_obj_get_style_prop |
| get_style_radial_offset | int | int | lv_obj_get_style_radial_offset |
| get_style_radius | int | int | lv_obj_get_style_radius |
| get_style_recolor | int | lv.color | lv_obj_get_style_recolor |
| get_style_recolor_opa | int | int | lv_obj_get_style_recolor_opa |
| get_style_recolor_recursive | int | int | lv_obj_get_style_recolor_recursive |
| get_style_rotary_sensitivity | int | int | lv_obj_get_style_rotary_sensitivity |
| get_style_shadow_color | int | lv.color | lv_obj_get_style_shadow_color |
| get_style_shadow_color_filtered | int | lv.color | lv_obj_get_style_shadow_color_filtered |
| get_style_shadow_offset_x | int | int | lv_obj_get_style_shadow_offset_x |
| get_style_shadow_offset_y | int | int | lv_obj_get_style_shadow_offset_y |
| get_style_shadow_ofs_x | int | int | lv_obj_get_style_shadow_offset_x |
| get_style_shadow_ofs_y | int | int | lv_obj_get_style_shadow_offset_y |
| get_style_shadow_opa | int | int | lv_obj_get_style_shadow_opa |
| get_style_shadow_spread | int | int | lv_obj_get_style_shadow_spread |
| get_style_shadow_width | int | int | lv_obj_get_style_shadow_width |
| get_style_space_bottom | int | int | lv_obj_get_style_space_bottom |
| get_style_space_left | int | int | lv_obj_get_style_space_left |
| get_style_space_right | int | int | lv_obj_get_style_space_right |
| get_style_space_top | int | int | lv_obj_get_style_space_top |
| get_style_text_align | int | int | lv_obj_get_style_text_align |
| get_style_text_color | int | lv.color | lv_obj_get_style_text_color |
| get_style_text_color_filtered | int | lv.color | lv_obj_get_style_text_color_filtered |
| get_style_text_decor | int | int | lv_obj_get_style_text_decor |
| get_style_text_font | int | lv.font | lv_obj_get_style_text_font |
| get_style_text_letter_space | int | int | lv_obj_get_style_text_letter_space |
| get_style_text_line_space | int | int | lv_obj_get_style_text_line_space |
| get_style_text_opa | int | int | lv_obj_get_style_text_opa |
| get_style_text_outline_stroke_color | int | lv.color | lv_obj_get_style_text_outline_stroke_color |
| get_style_text_outline_stroke_color_filtered | int | lv.color | lv_obj_get_style_text_outline_stroke_color_filtered |
| get_style_text_outline_stroke_opa | int | int | lv_obj_get_style_text_outline_stroke_opa |
| get_style_text_outline_stroke_width | int | int | lv_obj_get_style_text_outline_stroke_width |
| get_style_transform_angle | int | int | lv_obj_get_style_transform_rotation |
| get_style_transform_height | int | int | lv_obj_get_style_transform_height |
| get_style_transform_pivot_x | int | int | lv_obj_get_style_transform_pivot_x |
| get_style_transform_pivot_y | int | int | lv_obj_get_style_transform_pivot_y |
| get_style_transform_rotation | int | int | lv_obj_get_style_transform_rotation |
| get_style_transform_scale_x | int | int | lv_obj_get_style_transform_scale_x |
| get_style_transform_scale_x_safe | int | int | lv_obj_get_style_transform_scale_x_safe |
| get_style_transform_scale_y | int | int | lv_obj_get_style_transform_scale_y |
| get_style_transform_scale_y_safe | int | int | lv_obj_get_style_transform_scale_y_safe |
| get_style_transform_skew_x | int | int | lv_obj_get_style_transform_skew_x |
| get_style_transform_skew_y | int | int | lv_obj_get_style_transform_skew_y |
| get_style_transform_width | int | int | lv_obj_get_style_transform_width |
| get_style_transition | int | lv.style_transition_dsc | lv_obj_get_style_transition |
| get_style_translate_radial | int | int | lv_obj_get_style_translate_radial |
| get_style_translate_x | int | int | lv_obj_get_style_translate_x |
| get_style_translate_y | int | int | lv_obj_get_style_translate_y |
| get_style_width | int | int | lv_obj_get_style_width |
| get_style_x | int | int | lv_obj_get_style_x |
| get_style_y | int | int | lv_obj_get_style_y |
| get_transformed_area | lv.area, int | lv_obj_get_transformed_area | |
| get_user_data | comptr | lv_obj_get_user_data | |
| get_width | int | lv_obj_get_width | |
| get_width | int | lv_obj_get_width | |
| get_x | int | lv_obj_get_x | |
| get_x2 | int | lv_obj_get_x2 | |
| get_x_aligned | int | lv_obj_get_x_aligned | |
| get_y | int | lv_obj_get_y | |
| get_y2 | int | lv_obj_get_y2 | |
| get_y_aligned | int | lv_obj_get_y_aligned | |
| has_class | lv.obj_class | bool | lv_obj_has_class |
| has_flag | int | bool | lv_obj_has_flag |
| has_flag_any | int | bool | lv_obj_has_flag_any |
| has_state | int | bool | lv_obj_has_state |
| has_style_prop | int, int | bool | lv_obj_has_style_prop |
| hit_test | comptr | bool | lv_obj_hit_test |
| init_draw_arc_dsc | int, lv.draw_arc_dsc | lv_obj_init_draw_arc_dsc | |
| init_draw_image_dsc | int, lv.draw_image_dsc | lv_obj_init_draw_image_dsc | |
| init_draw_label_dsc | int, lv.draw_label_dsc | lv_obj_init_draw_label_dsc | |
| init_draw_line_dsc | int, lv.draw_line_dsc | lv_obj_init_draw_line_dsc | |
| init_draw_rect_dsc | int, lv.draw_rect_dsc | lv_obj_init_draw_rect_dsc | |
| invalidate | lv_obj_invalidate | ||
| invalidate_area | lv.area | lv_obj_invalidate_area | |
| is_editable | bool | lv_obj_is_editable | |
| is_group_def | bool | lv_obj_is_group_def | |
| is_layout_positioned | bool | lv_obj_is_layout_positioned | |
| is_scrolling | bool | lv_obj_is_scrolling | |
| is_valid | bool | lv_obj_is_valid | |
| is_visible | bool | lv_obj_is_visible | |
| mark_layout_as_dirty | lv_obj_mark_layout_as_dirty | ||
| move_background | lv_obj_move_background | ||
| move_children_by | int, int, bool | lv_obj_move_children_by | |
| move_foreground | lv_obj_move_foreground | ||
| move_to | int, int | lv_obj_move_to | |
| move_to_index | int | lv_obj_move_to_index | |
| readjust_scroll | int | lv_obj_readjust_scroll | |
| refr_pos | lv_obj_refr_pos | ||
| refr_size | bool | lv_obj_refr_size | |
| refresh_ext_draw_size | lv_obj_refresh_ext_draw_size | ||
| refresh_self_size | bool | lv_obj_refresh_self_size | |
| refresh_style | int, int | lv_obj_refresh_style | |
| remove | lv_obj_delete | ||
| remove_event | int | bool | lv_obj_remove_event |
| remove_event_cb | \<any> | int | lv_obj_remove_event_cb |
| remove_event_cb_with_user_data | \<any>, \<any> | int | lv_obj_remove_event_cb_with_user_data |
| remove_event_dsc | lv.event_dsc | bool | lv_obj_remove_event_dsc |
| remove_flag | int | lv_obj_remove_flag | |
| remove_local_style_prop | int, int | bool | lv_obj_remove_local_style_prop |
| remove_state | int | lv_obj_remove_state | |
| remove_style | lv.style, int | lv_obj_remove_style | |
| remove_style_all | lv_obj_remove_style_all | ||
| replace_style | lv.style, lv.style, int | bool | lv_obj_replace_style |
| reset_transform | lv_obj_reset_transform | ||
| scroll_by | int, int, int | lv_obj_scroll_by | |
| scroll_by_bounded | int, int, int | lv_obj_scroll_by_bounded | |
| scroll_to | int, int, int | lv_obj_scroll_to | |
| scroll_to_view | int | lv_obj_scroll_to_view | |
| scroll_to_view_recursive | int | lv_obj_scroll_to_view_recursive | |
| scroll_to_x | int, int | lv_obj_scroll_to_x | |
| scroll_to_y | int, int | lv_obj_scroll_to_y | |
| scrollbar_invalidate | lv_obj_scrollbar_invalidate | ||
| send_event | int, \<any> | int | lv_obj_send_event |
| send_event | int, \<any> | int | lv_obj_send_event |
| set_align | int | lv_obj_set_align | |
| set_content_height | int | lv_obj_set_content_height | |
| set_content_width | int | lv_obj_set_content_width | |
| set_ext_click_area | int | lv_obj_set_ext_click_area | |
| set_flag | int, bool | lv_obj_set_flag | |
| set_flex_align | int, int, int | lv_obj_set_flex_align | |
| set_flex_flow | int | lv_obj_set_flex_flow | |
| set_flex_grow | int | lv_obj_set_flex_grow | |
| set_grid_align | int, int | lv_obj_set_grid_align | |
| set_grid_cell | int, int, int, int, int, int | lv_obj_set_grid_cell | |
| set_grid_dsc_array | lv.int_arr, lv.int_arr | lv_obj_set_grid_dsc_array | |
| set_height | int | lv_obj_set_height | |
| set_id | \<any> | lv_obj_set_id | |
| set_layout | int | lv_obj_set_layout | |
| set_local_style_prop | int, int, int | lv_obj_set_local_style_prop | |
| set_parent | lv.obj | lv_obj_set_parent | |
| set_pos | int, int | lv_obj_set_pos | |
| set_scroll_dir | int | lv_obj_set_scroll_dir | |
| set_scroll_snap_x | int | lv_obj_set_scroll_snap_x | |
| set_scroll_snap_y | int | lv_obj_set_scroll_snap_y | |
| set_scrollbar_mode | int | lv_obj_set_scrollbar_mode | |
| set_size | int, int | lv_obj_set_size | |
| set_state | int, bool | lv_obj_set_state | |
| set_style_align | int, int | lv_obj_set_style_align | |
| set_style_anim | lv.anim, int | lv_obj_set_style_anim | |
| set_style_anim_duration | int, int | lv_obj_set_style_anim_duration | |
| set_style_anim_time | int, int | lv_obj_set_style_anim_duration | |
| set_style_arc_color | lv.color, int | lv_obj_set_style_arc_color | |
| set_style_arc_image_src | \<any>, int | lv_obj_set_style_arc_image_src | |
| set_style_arc_opa | int, int | lv_obj_set_style_arc_opa | |
| set_style_arc_rounded | bool, int | lv_obj_set_style_arc_rounded | |
| set_style_arc_width | int, int | lv_obj_set_style_arc_width | |
| set_style_base_dir | int, int | lv_obj_set_style_base_dir | |
| set_style_bg_color | lv.color, int | lv_obj_set_style_bg_color | |
| set_style_bg_grad | lv.grad_dsc, int | lv_obj_set_style_bg_grad | |
| set_style_bg_grad_color | lv.color, int | lv_obj_set_style_bg_grad_color | |
| set_style_bg_grad_dir | int, int | lv_obj_set_style_bg_grad_dir | |
| set_style_bg_grad_opa | int, int | lv_obj_set_style_bg_grad_opa | |
| set_style_bg_grad_stop | int, int | lv_obj_set_style_bg_grad_stop | |
| set_style_bg_image_opa | int, int | lv_obj_set_style_bg_image_opa | |
| set_style_bg_image_recolor | lv.color, int | lv_obj_set_style_bg_image_recolor | |
| set_style_bg_image_recolor_opa | int, int | lv_obj_set_style_bg_image_recolor_opa | |
| set_style_bg_image_src | \<any>, int | lv_obj_set_style_bg_image_src | |
| set_style_bg_image_tiled | bool, int | lv_obj_set_style_bg_image_tiled | |
| set_style_bg_main_opa | int, int | lv_obj_set_style_bg_main_opa | |
| set_style_bg_main_stop | int, int | lv_obj_set_style_bg_main_stop | |
| set_style_bg_opa | int, int | lv_obj_set_style_bg_opa | |
| set_style_bitmap_mask_src | \<any>, int | lv_obj_set_style_bitmap_mask_src | |
| set_style_blend_mode | int, int | lv_obj_set_style_blend_mode | |
| set_style_border_color | lv.color, int | lv_obj_set_style_border_color | |
| set_style_border_opa | int, int | lv_obj_set_style_border_opa | |
| set_style_border_post | bool, int | lv_obj_set_style_border_post | |
| set_style_border_side | int, int | lv_obj_set_style_border_side | |
| set_style_border_width | int, int | lv_obj_set_style_border_width | |
| set_style_clip_corner | bool, int | lv_obj_set_style_clip_corner | |
| set_style_color_filter_dsc | lv.color_filter_dsc, int | lv_obj_set_style_color_filter_dsc | |
| set_style_color_filter_opa | int, int | lv_obj_set_style_color_filter_opa | |
| set_style_flex_cross_place | int, int | lv_obj_set_style_flex_cross_place | |
| set_style_flex_flow | int, int | lv_obj_set_style_flex_flow | |
| set_style_flex_grow | int, int | lv_obj_set_style_flex_grow | |
| set_style_flex_main_place | int, int | lv_obj_set_style_flex_main_place | |
| set_style_flex_track_place | int, int | lv_obj_set_style_flex_track_place | |
| set_style_grid_cell_column_pos | int, int | lv_obj_set_style_grid_cell_column_pos | |
| set_style_grid_cell_column_span | int, int | lv_obj_set_style_grid_cell_column_span | |
| set_style_grid_cell_row_pos | int, int | lv_obj_set_style_grid_cell_row_pos | |
| set_style_grid_cell_row_span | int, int | lv_obj_set_style_grid_cell_row_span | |
| set_style_grid_cell_x_align | int, int | lv_obj_set_style_grid_cell_x_align | |
| set_style_grid_cell_y_align | int, int | lv_obj_set_style_grid_cell_y_align | |
| set_style_grid_column_align | int, int | lv_obj_set_style_grid_column_align | |
| set_style_grid_column_dsc_array | lv.int_arr, int | lv_obj_set_style_grid_column_dsc_array | |
| set_style_grid_row_align | int, int | lv_obj_set_style_grid_row_align | |
| set_style_grid_row_dsc_array | lv.int_arr, int | lv_obj_set_style_grid_row_dsc_array | |
| set_style_height | int, int | lv_obj_set_style_height | |
| set_style_image_opa | int, int | lv_obj_set_style_image_opa | |
| set_style_image_recolor | lv.color, int | lv_obj_set_style_image_recolor | |
| set_style_image_recolor_opa | int, int | lv_obj_set_style_image_recolor_opa | |
| set_style_img_opa | int, int | lv_obj_set_style_image_opa | |
| set_style_img_recolor | lv.color, int | lv_obj_set_style_image_recolor | |
| set_style_img_recolor_opa | int, int | lv_obj_set_style_image_recolor_opa | |
| set_style_layout | int, int | lv_obj_set_style_layout | |
| set_style_length | int, int | lv_obj_set_style_length | |
| set_style_line_color | lv.color, int | lv_obj_set_style_line_color | |
| set_style_line_dash_gap | int, int | lv_obj_set_style_line_dash_gap | |
| set_style_line_dash_width | int, int | lv_obj_set_style_line_dash_width | |
| set_style_line_opa | int, int | lv_obj_set_style_line_opa | |
| set_style_line_rounded | bool, int | lv_obj_set_style_line_rounded | |
| set_style_line_width | int, int | lv_obj_set_style_line_width | |
| set_style_margin_all | int, int | lv_obj_set_style_margin_all | |
| set_style_margin_bottom | int, int | lv_obj_set_style_margin_bottom | |
| set_style_margin_hor | int, int | lv_obj_set_style_margin_hor | |
| set_style_margin_left | int, int | lv_obj_set_style_margin_left | |
| set_style_margin_right | int, int | lv_obj_set_style_margin_right | |
| set_style_margin_top | int, int | lv_obj_set_style_margin_top | |
| set_style_margin_ver | int, int | lv_obj_set_style_margin_ver | |
| set_style_max_height | int, int | lv_obj_set_style_max_height | |
| set_style_max_width | int, int | lv_obj_set_style_max_width | |
| set_style_min_height | int, int | lv_obj_set_style_min_height | |
| set_style_min_width | int, int | lv_obj_set_style_min_width | |
| set_style_opa | int, int | lv_obj_set_style_opa | |
| set_style_opa_layered | int, int | lv_obj_set_style_opa_layered | |
| set_style_outline_color | lv.color, int | lv_obj_set_style_outline_color | |
| set_style_outline_opa | int, int | lv_obj_set_style_outline_opa | |
| set_style_outline_pad | int, int | lv_obj_set_style_outline_pad | |
| set_style_outline_width | int, int | lv_obj_set_style_outline_width | |
| set_style_pad_all | int, int | lv_obj_set_style_pad_all | |
| set_style_pad_bottom | int, int | lv_obj_set_style_pad_bottom | |
| set_style_pad_column | int, int | lv_obj_set_style_pad_column | |
| set_style_pad_gap | int, int | lv_obj_set_style_pad_gap | |
| set_style_pad_hor | int, int | lv_obj_set_style_pad_hor | |
| set_style_pad_left | int, int | lv_obj_set_style_pad_left | |
| set_style_pad_radial | int, int | lv_obj_set_style_pad_radial | |
| set_style_pad_right | int, int | lv_obj_set_style_pad_right | |
| set_style_pad_row | int, int | lv_obj_set_style_pad_row | |
| set_style_pad_top | int, int | lv_obj_set_style_pad_top | |
| set_style_pad_ver | int, int | lv_obj_set_style_pad_ver | |
| set_style_radial_offset | int, int | lv_obj_set_style_radial_offset | |
| set_style_radius | int, int | lv_obj_set_style_radius | |
| set_style_recolor | lv.color, int | lv_obj_set_style_recolor | |
| set_style_recolor_opa | int, int | lv_obj_set_style_recolor_opa | |
| set_style_rotary_sensitivity | int, int | lv_obj_set_style_rotary_sensitivity | |
| set_style_shadow_color | lv.color, int | lv_obj_set_style_shadow_color | |
| set_style_shadow_offset_x | int, int | lv_obj_set_style_shadow_offset_x | |
| set_style_shadow_offset_y | int, int | lv_obj_set_style_shadow_offset_y | |
| set_style_shadow_ofs_x | int, int | lv_obj_set_style_shadow_offset_x | |
| set_style_shadow_ofs_y | int, int | lv_obj_set_style_shadow_offset_y | |
| set_style_shadow_opa | int, int | lv_obj_set_style_shadow_opa | |
| set_style_shadow_spread | int, int | lv_obj_set_style_shadow_spread | |
| set_style_shadow_width | int, int | lv_obj_set_style_shadow_width | |
| set_style_size | int, int, int | lv_obj_set_style_size | |
| set_style_text_align | int, int | lv_obj_set_style_text_align | |
| set_style_text_color | lv.color, int | lv_obj_set_style_text_color | |
| set_style_text_decor | int, int | lv_obj_set_style_text_decor | |
| set_style_text_font | lv.font, int | lv_obj_set_style_text_font | |
| set_style_text_letter_space | int, int | lv_obj_set_style_text_letter_space | |
| set_style_text_line_space | int, int | lv_obj_set_style_text_line_space | |
| set_style_text_opa | int, int | lv_obj_set_style_text_opa | |
| set_style_text_outline_stroke_color | lv.color, int | lv_obj_set_style_text_outline_stroke_color | |
| set_style_text_outline_stroke_opa | int, int | lv_obj_set_style_text_outline_stroke_opa | |
| set_style_text_outline_stroke_width | int, int | lv_obj_set_style_text_outline_stroke_width | |
| set_style_transform_angle | int, int | lv_obj_set_style_transform_rotation | |
| set_style_transform_height | int, int | lv_obj_set_style_transform_height | |
| set_style_transform_pivot_x | int, int | lv_obj_set_style_transform_pivot_x | |
| set_style_transform_pivot_y | int, int | lv_obj_set_style_transform_pivot_y | |
| set_style_transform_rotation | int, int | lv_obj_set_style_transform_rotation | |
| set_style_transform_scale | int, int | lv_obj_set_style_transform_scale | |
| set_style_transform_scale_x | int, int | lv_obj_set_style_transform_scale_x | |
| set_style_transform_scale_y | int, int | lv_obj_set_style_transform_scale_y | |
| set_style_transform_skew_x | int, int | lv_obj_set_style_transform_skew_x | |
| set_style_transform_skew_y | int, int | lv_obj_set_style_transform_skew_y | |
| set_style_transform_width | int, int | lv_obj_set_style_transform_width | |
| set_style_transform_zoom | int, int | lv_obj_set_style_transform_scale | |
| set_style_transition | lv.style_transition_dsc, int | lv_obj_set_style_transition | |
| set_style_translate_radial | int, int | lv_obj_set_style_translate_radial | |
| set_style_translate_x | int, int | lv_obj_set_style_translate_x | |
| set_style_translate_y | int, int | lv_obj_set_style_translate_y | |
| set_style_width | int, int | lv_obj_set_style_width | |
| set_style_x | int, int | lv_obj_set_style_x | |
| set_style_y | int, int | lv_obj_set_style_y | |
| set_user_data | \<any> | lv_obj_set_user_data | |
| set_width | int | lv_obj_set_width | |
| set_x | int | lv_obj_set_x | |
| set_y | int | lv_obj_set_y | |
| stop_scroll_anim | lv_obj_stop_scroll_anim | ||
| stringify_id | comptr, int | string | lv_obj_stringify_id |
| style_apply_color_filter | int, int | int | lv_obj_style_apply_color_filter |
| style_apply_recolor | int, int | int | lv_obj_style_apply_recolor |
| swap | lv.obj | lv_obj_swap | |
| transform_point | comptr, int | lv_obj_transform_point | |
| transform_point_array | lv.point_arr, int, int | lv_obj_transform_point_array | |
| update_layout | lv_obj_update_layout | ||
| update_snap | int | lv_obj_update_snap |
widget lv.arc~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| align_obj_to_angle | lv.obj, int | lv_arc_align_obj_to_angle | |
| get_angle | int | lv_arc_get_rotation | |
| get_angle_end | int | lv_arc_get_angle_end | |
| get_angle_start | int | lv_arc_get_angle_start | |
| get_bg_angle_end | int | lv_arc_get_bg_angle_end | |
| get_bg_angle_start | int | lv_arc_get_bg_angle_start | |
| get_knob_offset | int | lv_arc_get_knob_offset | |
| get_max_value | int | lv_arc_get_max_value | |
| get_min_value | int | lv_arc_get_min_value | |
| get_mode | int | lv_arc_get_mode | |
| get_rotation | int | lv_arc_get_rotation | |
| get_rotation | int | lv_arc_get_rotation | |
| get_value | int | lv_arc_get_value | |
| rotate_obj_to_angle | lv.obj, int | lv_arc_rotate_obj_to_angle | |
| set_angle | int | lv_arc_set_rotation | |
| set_angles | int, int | lv_arc_set_angles | |
| set_bg_angles | int, int | lv_arc_set_bg_angles | |
| set_bg_end_angle | int | lv_arc_set_bg_end_angle | |
| set_bg_start_angle | int | lv_arc_set_bg_start_angle | |
| set_change_rate | int | lv_arc_set_change_rate | |
| set_end_angle | int | lv_arc_set_end_angle | |
| set_knob_offset | int | lv_arc_set_knob_offset | |
| set_mode | int | lv_arc_set_mode | |
| set_range | int, int | lv_arc_set_range | |
| set_rotation | int | lv_arc_set_rotation | |
| set_rotation | int | lv_arc_set_rotation | |
| set_start_angle | int | lv_arc_set_start_angle | |
| set_value | int | lv_arc_set_value |
widget lv.bar~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| get_indic_area | lv.area | lv_bar_get_indic_area | |
| get_max_value | int | lv_bar_get_max_value | |
| get_min_value | int | lv_bar_get_min_value | |
| get_mode | int | lv_bar_get_mode | |
| get_orientation | int | lv_bar_get_orientation | |
| get_start_value | int | lv_bar_get_start_value | |
| get_value | int | lv_bar_get_value | |
| is_symmetrical | bool | lv_bar_is_symmetrical | |
| set_mode | int | lv_bar_set_mode | |
| set_orientation | int | lv_bar_set_orientation | |
| set_range | int, int | lv_bar_set_range | |
| set_start_value | int, int | lv_bar_set_start_value | |
| set_value | int, int | lv_bar_set_value |
widget lv.button~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
widget lv.buttonmatrix~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| _btn_text | int | string | lv_buttonmatrix_get_button_text |
| clear_button_ctrl | int, int | lv_buttonmatrix_clear_button_ctrl | |
| clear_button_ctrl_all | int | lv_buttonmatrix_clear_button_ctrl_all | |
| get_button_text | int | string | lv_buttonmatrix_get_button_text |
| get_map | comptr | lv_buttonmatrix_get_map | |
| get_one_checked | bool | lv_buttonmatrix_get_one_checked | |
| get_selected_button | int | lv_buttonmatrix_get_selected_button | |
| has_button_ctrl | int, int | bool | lv_buttonmatrix_has_button_ctrl |
| set_button_ctrl | int, int | lv_buttonmatrix_set_button_ctrl | |
| set_button_ctrl_all | int | lv_buttonmatrix_set_button_ctrl_all | |
| set_button_width | int, int | lv_buttonmatrix_set_button_width | |
| set_map | lv.str_arr | lv_buttonmatrix_set_map | |
| set_one_checked | bool | lv_buttonmatrix_set_one_checked | |
| set_selected_button | int | lv_buttonmatrix_set_selected_button |
widget lv.canvas~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| fill_bg | lv.color, int | lv_canvas_fill_bg | |
| finish_layer | lv.layer | lv_canvas_finish_layer | |
| get_buf | comptr | lv_canvas_get_buf | |
| get_image | lv.image_dsc | lv_canvas_get_image | |
| get_px | int, int | int | lv_canvas_get_px |
| init_layer | lv.layer | lv_canvas_init_layer | |
| set_buffer | \<any>, int, int, int | lv_canvas_set_buffer | |
| set_palette | int, int | lv_canvas_set_palette | |
| set_px | int, int, lv.color, int | lv_canvas_set_px |
widget lv.checkbox~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| get_text | string | lv_checkbox_get_text | |
| set_text | string | lv_checkbox_set_text | |
| set_text_static | string | lv_checkbox_set_text_static |
widget lv.dropdown~
widget lv.image~
widget lv.label~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| cut_text | int, int | lv_label_cut_text | |
| get_letter_on | comptr, bool | int | lv_label_get_letter_on |
| get_letter_pos | int, comptr | lv_label_get_letter_pos | |
| get_long_mode | int | lv_label_get_long_mode | |
| get_recolor | bool | lv_label_get_recolor | |
| get_text | string | lv_label_get_text | |
| get_text_selection_end | int | lv_label_get_text_selection_end | |
| get_text_selection_start | int | lv_label_get_text_selection_start | |
| ins_text | int, string | lv_label_ins_text | |
| is_char_under_pos | comptr | bool | lv_label_is_char_under_pos |
| set_long_mode | int | lv_label_set_long_mode | |
| set_recolor | bool | lv_label_set_recolor | |
| set_text | string | lv_label_set_text | |
| set_text_fmt | string, [\<any>] | lv_label_set_text_fmt | |
| set_text_selection_end | int | lv_label_set_text_selection_end | |
| set_text_selection_start | int | lv_label_set_text_selection_start | |
| set_text_static | string | lv_label_set_text_static |
widget lv.line~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| get_point_count | int | lv_line_get_point_count | |
| get_points | lv.point_precise | lv_line_get_points | |
| get_points_mutable | lv.point_precise | lv_line_get_points_mutable | |
| get_y_invert | bool | lv_line_get_y_invert | |
| is_point_array_mutable | bool | lv_line_is_point_array_mutable | |
| set_points | lv.point_arr, int | lv_line_set_points | |
| set_points_mutable | lv.point_arr, int | lv_line_set_points_mutable | |
| set_y_invert | bool | lv_line_set_y_invert |
widget lv.roller~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| get_option_cnt | int | lv_roller_get_option_count | |
| get_option_count | int | lv_roller_get_option_count | |
| get_options | string | lv_roller_get_options | |
| get_selected | int | lv_roller_get_selected | |
| get_selected_str | comptr, int | lv_roller_get_selected_str | |
| set_options | string, int | lv_roller_set_options | |
| set_selected | int, int | lv_roller_set_selected | |
| set_selected_str | string, int | bool | lv_roller_set_selected_str |
| set_visible_row_cnt | int | lv_roller_set_visible_row_count | |
| set_visible_row_count | int | lv_roller_set_visible_row_count |
widget lv.slider~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| get_left_value | int | lv_slider_get_left_value | |
| get_max_value | int | lv_slider_get_max_value | |
| get_min_value | int | lv_slider_get_min_value | |
| get_mode | int | lv_slider_get_mode | |
| get_orientation | int | lv_slider_get_orientation | |
| get_value | int | lv_slider_get_value | |
| is_dragged | bool | lv_slider_is_dragged | |
| is_symmetrical | bool | lv_slider_is_symmetrical | |
| set_mode | int | lv_slider_set_mode | |
| set_orientation | int | lv_slider_set_orientation | |
| set_range | int, int | lv_slider_set_range | |
| set_start_value | int, int | lv_slider_set_start_value | |
| set_value | int, int | lv_slider_set_value |
widget lv.switch~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| get_orientation | int | lv_switch_get_orientation | |
| set_orientation | int | lv_switch_set_orientation |
widget lv.table~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| clear_cell_ctrl | int, int, int | lv_table_clear_cell_ctrl | |
| get_cell_user_data | int, int | comptr | lv_table_get_cell_user_data |
| get_cell_value | int, int | string | lv_table_get_cell_value |
| get_col_cnt | int | lv_table_get_column_count | |
| get_col_width | int | int | lv_table_get_column_width |
| get_column_count | int | lv_table_get_column_count | |
| get_column_width | int | int | lv_table_get_column_width |
| get_row_cnt | int | lv_table_get_row_count | |
| get_row_count | int | lv_table_get_row_count | |
| get_selected_cell | lv.int_arr, lv.int_arr | lv_table_get_selected_cell | |
| has_cell_ctrl | int, int, int | bool | lv_table_has_cell_ctrl |
| set_cell_ctrl | int, int, int | lv_table_set_cell_ctrl | |
| set_cell_user_data | int, int, \<any> | lv_table_set_cell_user_data | |
| set_cell_value | int, int, string | lv_table_set_cell_value | |
| set_cell_value_fmt | int, int, string, [\<any>] | lv_table_set_cell_value_fmt | |
| set_col_cnt | int | lv_table_set_column_count | |
| set_col_width | int, int | lv_table_set_column_width | |
| set_column_count | int | lv_table_set_column_count | |
| set_column_width | int, int | lv_table_set_column_width | |
| set_row_cnt | int | lv_table_set_row_count | |
| set_row_count | int | lv_table_set_row_count | |
| set_selected_cell | int, int | lv_table_set_selected_cell |
widget lv.textarea~
widget lv.spangroup~
widget lv.span~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| get_style | lv.style | lv_span_get_style | |
| get_text | string | lv_span_get_text | |
| set_text | string | lv_span_set_text | |
| set_text_static | string | lv_span_set_text_static | |
| set_text_static | string | lv_span_set_text_static |
widget lv.scale_section~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| set_range | int, int | lv_scale_section_set_range | |
| set_style | int, lv.style | lv_scale_section_set_style |
widget lv.scale~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| add_section | lv.scale_section | lv_scale_add_section | |
| get_angle | int | lv_scale_get_rotation | |
| get_angle_range | int | lv_scale_get_angle_range | |
| get_label_show | bool | lv_scale_get_label_show | |
| get_major_tick_every | int | lv_scale_get_major_tick_every | |
| get_mode | int | lv_scale_get_mode | |
| get_range_max_value | int | lv_scale_get_range_max_value | |
| get_range_min_value | int | lv_scale_get_range_min_value | |
| get_rotation | int | lv_scale_get_rotation | |
| get_rotation | int | lv_scale_get_rotation | |
| get_total_tick_count | int | lv_scale_get_total_tick_count | |
| set_angle | int | lv_scale_set_rotation | |
| set_angle_range | int | lv_scale_set_angle_range | |
| set_draw_ticks_on_top | bool | lv_scale_set_draw_ticks_on_top | |
| set_image_needle_value | lv.obj, int | lv_scale_set_image_needle_value | |
| set_label_show | bool | lv_scale_set_label_show | |
| set_line_needle_value | lv.obj, int, int | lv_scale_set_line_needle_value | |
| set_major_tick_every | int | lv_scale_set_major_tick_every | |
| set_mode | int | lv_scale_set_mode | |
| set_post_draw | bool | lv_scale_set_post_draw | |
| set_range | int, int | lv_scale_set_range | |
| set_rotation | int | lv_scale_set_rotation | |
| set_rotation | int | lv_scale_set_rotation | |
| set_section_range | lv.scale_section, int, int | lv_scale_set_section_range | |
| set_section_style_indicator | lv.scale_section, lv.style | lv_scale_set_section_style_indicator | |
| set_section_style_items | lv.scale_section, lv.style | lv_scale_set_section_style_items | |
| set_section_style_main | lv.scale_section, lv.style | lv_scale_set_section_style_main | |
| set_text_src | lv.str_arr | lv_scale_set_text_src | |
| set_total_tick_count | int | lv_scale_set_total_tick_count |
widget lv.chart~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| add_cursor | lv.color, int | lv.chart_cursor | lv_chart_add_cursor |
| add_series | lv.color, int | lv.chart_series | lv_chart_add_series |
| get_cursor_point | lv.chart_cursor | int | lv_chart_get_cursor_point |
| get_first_point_center_offset | int | lv_chart_get_first_point_center_offset | |
| get_point_count | int | lv_chart_get_point_count | |
| get_point_pos_by_id | lv.chart_series, int, comptr | lv_chart_get_point_pos_by_id | |
| get_pressed_point | int | lv_chart_get_pressed_point | |
| get_series_color | lv.chart_series | lv.color | lv_chart_get_series_color |
| get_series_next | lv.chart_series | lv.chart_series | lv_chart_get_series_next |
| get_series_x_array | lv.chart_series | lv.int_arr | lv_chart_get_series_x_array |
| get_series_y_array | lv.chart_series | lv.int_arr | lv_chart_get_series_y_array |
| get_type | int | lv_chart_get_type | |
| get_x_start_point | lv.chart_series | int | lv_chart_get_x_start_point |
| hide_series | lv.chart_series, bool | lv_chart_hide_series | |
| refresh | lv_chart_refresh | ||
| remove_series | lv.chart_series | lv_chart_remove_series | |
| set_all_values | lv.chart_series, int | lv_chart_set_all_values | |
| set_axis_range | int, int, int | lv_chart_set_axis_range | |
| set_cursor_point | lv.chart_cursor, lv.chart_series, int | lv_chart_set_cursor_point | |
| set_cursor_pos | lv.chart_cursor, comptr | lv_chart_set_cursor_pos | |
| set_cursor_pos_x | lv.chart_cursor, int | lv_chart_set_cursor_pos_x | |
| set_cursor_pos_y | lv.chart_cursor, int | lv_chart_set_cursor_pos_y | |
| set_div_line_count | int, int | lv_chart_set_div_line_count | |
| set_next_value | lv.chart_series, int | lv_chart_set_next_value | |
| set_next_value2 | lv.chart_series, int, int | lv_chart_set_next_value2 | |
| set_point_count | int | lv_chart_set_point_count | |
| set_range | int, int, int | lv_chart_set_axis_range | |
| set_series_color | lv.chart_series, lv.color | lv_chart_set_series_color | |
| set_series_ext_x_array | lv.chart_series, lv.int_arr | lv_chart_set_series_ext_x_array | |
| set_series_ext_y_array | lv.chart_series, lv.int_arr | lv_chart_set_series_ext_y_array | |
| set_series_value_by_id | lv.chart_series, int, int | lv_chart_set_series_value_by_id | |
| set_series_value_by_id2 | lv.chart_series, int, int, int | lv_chart_set_series_value_by_id2 | |
| set_series_values | lv.chart_series, lv.int_arr, int | lv_chart_set_series_values | |
| set_series_values2 | lv.chart_series, lv.int_arr, lv.int_arr, int | lv_chart_set_series_values2 | |
| set_type | int | lv_chart_set_type | |
| set_update_mode | int | lv_chart_set_update_mode | |
| set_x_start_point | lv.chart_series, int | lv_chart_set_x_start_point |
widget lv.imagebutton~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| set_src | int, \<any>, \<any>, \<any> | lv_imagebutton_set_src | |
| set_state | int | lv_imagebutton_set_state |
widget lv.led~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| get_brightness | int | lv_led_get_brightness | |
| off | lv_led_off | ||
| on | lv_led_on | ||
| set_brightness | int | lv_led_set_brightness | |
| set_color | lv.color | lv_led_set_color | |
| toggle | lv_led_toggle |
widget lv.msgbox~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| add_close_button | lv.obj | lv_msgbox_add_close_button | |
| add_footer_button | string | lv.obj | lv_msgbox_add_footer_button |
| add_header_button | \<any> | lv.obj | lv_msgbox_add_header_button |
| add_text | string | lv.obj | lv_msgbox_add_text |
| add_title | string | lv.obj | lv_msgbox_add_title |
| close | lv_msgbox_close | ||
| close_async | lv_msgbox_close_async | ||
| get_content | lv.obj | lv_msgbox_get_content | |
| get_footer | lv.obj | lv_msgbox_get_footer | |
| get_header | lv.obj | lv_msgbox_get_header | |
| get_title | lv.obj | lv_msgbox_get_title |
widget lv.spinbox~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| decrement | lv_spinbox_decrement | ||
| get_rollover | bool | lv_spinbox_get_rollover | |
| get_step | int | lv_spinbox_get_step | |
| get_value | int | lv_spinbox_get_value | |
| increment | lv_spinbox_increment | ||
| set_cursor_pos | int | lv_spinbox_set_cursor_pos | |
| set_digit_format | int, int | lv_spinbox_set_digit_format | |
| set_digit_step_direction | int | lv_spinbox_set_digit_step_direction | |
| set_range | int, int | lv_spinbox_set_range | |
| set_rollover | bool | lv_spinbox_set_rollover | |
| set_step | int | lv_spinbox_set_step | |
| set_value | int | lv_spinbox_set_value | |
| step_next | lv_spinbox_step_next | ||
| step_prev | lv_spinbox_step_prev |
widget lv.spinner~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| set_anim_params | int, int | lv_spinner_set_anim_params |
widget lv.keyboard~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| _btn_text | int | string | lv_keyboard_get_button_text |
| get_button_text | int | string | lv_keyboard_get_button_text |
| get_map_array | comptr | lv_keyboard_get_map_array | |
| get_mode | int | lv_keyboard_get_mode | |
| get_popovers | bool | lv_keyboard_get_popovers | |
| get_selected_button | int | lv_keyboard_get_selected_button | |
| get_textarea | lv.obj | lv_keyboard_get_textarea | |
| set_mode | int | lv_keyboard_set_mode | |
| set_popovers | bool | lv_keyboard_set_popovers | |
| set_textarea | lv.obj | lv_keyboard_set_textarea |
widget lv.tabview~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| add_tab | string | lv.obj | lv_tabview_add_tab |
| get_content | lv.obj | lv_tabview_get_content | |
| get_tab_act | int | lv_tabview_get_tab_active | |
| get_tab_active | int | lv_tabview_get_tab_active | |
| get_tab_bar | lv.obj | lv_tabview_get_tab_bar | |
| get_tab_btns | lv.obj | lv_tabview_get_tab_bar | |
| get_tab_count | int | lv_tabview_get_tab_count | |
| rename_tab | int, string | lv_tabview_rename_tab | |
| set_act | int, int | lv_tabview_set_active | |
| set_active | int, int | lv_tabview_set_active | |
| set_tab_bar_position | int | lv_tabview_set_tab_bar_position | |
| set_tab_bar_size | int | lv_tabview_set_tab_bar_size |
widget lv.tileview~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| add_tile | int, int, int | lv.obj | lv_tileview_add_tile |
| get_tile_act | lv.obj | lv_tileview_get_tile_active | |
| get_tile_active | lv.obj | lv_tileview_get_tile_active | |
| set_tile | lv.obj, int | lv_tileview_set_tile | |
| set_tile_by_index | int, int, int | lv_tileview_set_tile_by_index | |
| set_tile_id | int, int, int | lv_tileview_set_tile_by_index |
widget lv.list~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| _btn_text | lv.obj | string | lv_list_get_button_text |
| add_btn | \<any>, string | lv.obj | lv_list_add_button |
| add_button | \<any>, string | lv.obj | lv_list_add_button |
| add_text | string | lv.obj | lv_list_add_text |
| get_button_text | lv.obj | string | lv_list_get_button_text |
| set_btn_text | lv.obj, string | lv_list_set_button_text | |
| set_button_text | lv.obj, string | lv_list_set_button_text |
widget lv.animimg~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| del | bool | lv_animimg_delete | |
| delete | bool | lv_animimg_delete | |
| get_anim | lv.anim | lv_animimg_get_anim | |
| get_duration | int | lv_animimg_get_duration | |
| get_repeat_count | int | lv_animimg_get_repeat_count | |
| get_src_count | int | lv_animimg_get_src_count | |
| remove | bool | lv_animimg_delete | |
| set_completed_cb | comptr | lv_animimg_set_completed_cb | |
| set_duration | int | lv_animimg_set_duration | |
| set_ready_cb | comptr | lv_animimg_set_completed_cb | |
| set_repeat_count | int | lv_animimg_set_repeat_count | |
| set_reverse_delay | int | lv_animimg_set_reverse_delay | |
| set_reverse_duration | int | lv_animimg_set_reverse_duration | |
| set_src | comptr, int | lv_animimg_set_src | |
| set_src_reverse | comptr, int | lv_animimg_set_src_reverse | |
| set_start_cb | comptr | lv_animimg_set_start_cb | |
| start | lv_animimg_start |
widget lv.calendar~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| add_header_arrow | lv.obj | lv_calendar_add_header_arrow | |
| add_header_dropdown | lv.obj | lv_calendar_add_header_dropdown | |
| get_btnmatrix | lv.obj | lv_calendar_get_btnmatrix | |
| get_highlighted_dates_num | int | lv_calendar_get_highlighted_dates_num | |
| header_dropdown_set_year_list | string | lv_calendar_header_dropdown_set_year_list | |
| set_chinese_mode | bool | lv_calendar_set_chinese_mode | |
| set_day_names | comptr | lv_calendar_set_day_names | |
| set_month_shown | int, int | lv_calendar_set_month_shown | |
| set_today_date | int, int, int | lv_calendar_set_today_date |
widget lv.menu_page~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
widget lv.menu_cont~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
widget lv.menu_section~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
widget lv.menu_separator~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
widget lv.menu~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| back_button_is_root | lv.obj | bool | lv_menu_back_button_is_root |
| clear_history | lv_menu_clear_history | ||
| get_cur_main_page | lv.obj | lv_menu_get_cur_main_page | |
| get_cur_sidebar_page | lv.obj | lv_menu_get_cur_sidebar_page | |
| get_main_header | lv.obj | lv_menu_get_main_header | |
| get_main_header_back_button | lv.obj | lv_menu_get_main_header_back_button | |
| get_sidebar_header | lv.obj | lv_menu_get_sidebar_header | |
| get_sidebar_header_back_button | lv.obj | lv_menu_get_sidebar_header_back_button | |
| set_load_page_event | lv.obj, lv.obj | lv_menu_set_load_page_event | |
| set_mode_header | int | lv_menu_set_mode_header | |
| set_mode_root_back_button | int | lv_menu_set_mode_root_back_button | |
| set_page | lv.obj | lv_menu_set_page | |
| set_page_title | comptr | lv_menu_set_page_title | |
| set_page_title_static | comptr | lv_menu_set_page_title_static | |
| set_sidebar_page | lv.obj | lv_menu_set_sidebar_page |
widget lv.qrcode~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| set_dark_color | lv.color | lv_qrcode_set_dark_color | |
| set_light_color | lv.color | lv_qrcode_set_light_color | |
| set_size | int | lv_qrcode_set_size | |
| update | \<any>, int | int | lv_qrcode_update |
widget lv.colorwheel~
| Method | Arguments | Return type | LVGL equivalent |
|---|---|---|---|
| get_color_mode | int | lv_colorwheel_get_color_mode | |
| get_color_mode_fixed | bool | lv_colorwheel_get_color_mode_fixed | |
| get_hsv | int | lv_colorwheel_get_hsv | |
| get_rgb | lv.color | lv_colorwheel_get_rgb | |
| set_hsv | int | bool | lv_colorwheel_set_hsv |
| set_mode | int | lv_colorwheel_set_mode | |
| set_mode_fixed | bool | lv_colorwheel_set_mode_fixed | |
| set_rgb | lv.color | bool | lv_colorwheel_set_rgb |