Welcome to the documentation of LVGL!

- Introduction
- Key features
- Requirements
- License
- Repository layout
- Release policy
- FAQ
- Where can I ask questions?
- Is my MCU/hardware supported?
- Is my display supported?
- LVGL doesn't start, randomly crashes or nothing is drawn on the display. What can be the problem?
- My display driver is not called. What have I missed?
- Why is the display driver called only once? Only the upper part of the display is refreshed.
- Why do I see only garbage on the screen?
- Why do I see nonsense colors on the screen?
- How to speed up my UI?
- How to reduce flash/ROM usage?
- How to reduce the RAM usage
- How to work with an operating system?
- Examples
- Get started
- Styles
- Animations
- Events
- Layouts
- Scrolling
- Widgets
- Get started
- Integration and Drivers
- Chip vendors
- Drivers
- Frameworks
- IDEs
- (RT)OS
- Bindings
- Porting
- Overview
- Objects
- Positions, sizes, and layouts
- Styles
- Style properties
- Scroll
- Layers
- Events
- Input devices
- Displays
- Colors
- Fonts
- Images
- File system
- Animations
- Timers
- Drawing
- Profiler
- Renderers and GPUs
- New widget
- Widgets
- Base object (lv_obj)
- Arc (lv_arc)
- Animation Image (lv_animimg)
- Bar (lv_bar)
- Button (lv_btn)
- Button matrix (lv_btnmatrix)
- Calendar (lv_calendar)
- Chart (lv_chart)
- Color wheel (lv_colorwheel)
- Canvas (lv_canvas)
- Checkbox (lv_checkbox)
- Drop-down list (lv_dropdown)
- Image (lv_img)
- Image button (lv_imgbtn)
- Keyboard (lv_keyboard)
- Label (lv_label)
- LED (lv_led)
- Line (lv_line)
- List (lv_list)
- Menu (lv_menu)
- Message box (lv_msgbox)
- Roller (lv_roller)
- Scale (lv_scale)
- Slider (lv_slider)
- Span (lv_span)
- Spinbox (lv_spinbox)
- Spinner (lv_spinner)
- Switch (lv_switch)
- Table (lv_table)
- Tabview (lv_tabview)
- Text area (lv_textarea)
- Tile view (lv_tileview)
- Window (lv_win)
- Layouts
- 3rd party libraries
- File System Interfaces
- BMP decoder
- TJPGD decoder
- libjpge-turbo decoder
- LODEPNG decoder
- libpng decoder
- GIF decoder
- FreeType support
- Tiny TTF font engine
- QR code
- Barcode
- Lottie player
- FFmpeg support
- Others
- API
- lv_conf_internal.h
- lv_conf_kconfig.h
- lvgl.h
- lv_init.h
- lv_api_map.h
- display
- lv_display.h
lv_display_tlv_display_flush_cb_tlv_display_rotation_tlv_display_render_mode_tlv_screen_load_anim_tlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_NONElv_screen_load_anim_t::LV_SCR_LOAD_ANIM_OVER_LEFTlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_OVER_RIGHTlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_OVER_TOPlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_OVER_BOTTOMlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_MOVE_LEFTlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_MOVE_RIGHTlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_MOVE_TOPlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_MOVE_BOTTOMlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_FADE_INlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_FADE_ONlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_FADE_OUTlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_OUT_LEFTlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_OUT_RIGHTlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_OUT_TOPlv_screen_load_anim_t::LV_SCR_LOAD_ANIM_OUT_BOTTOM
lv_display_create()lv_display_remove()lv_display_set_default()lv_display_get_default()lv_display_get_next()lv_display_set_resolution()lv_display_set_physical_resolution()lv_display_set_offset()lv_display_set_rotation()lv_display_set_dpi()lv_display_get_horizontal_resolution()lv_display_get_vertical_resolution()lv_display_get_physical_horizontal_resolution()lv_display_get_physical_vertical_resolution()lv_display_get_offset_x()lv_display_get_offset_y()lv_display_get_rotation()lv_display_get_dpi()lv_display_set_draw_buffers()lv_display_set_flush_cb()lv_display_set_color_format()lv_display_get_color_format()lv_display_set_antialiasing()lv_display_get_antialiasing()lv_display_is_double_buffered()lv_display_get_screen_act()lv_display_get_screen_prev()lv_display_load_scr()lv_display_get_layer_top()lv_display_get_layer_sys()lv_display_get_layer_bottom()lv_screen_load_anim()lv_screen_active()lv_layer_top()lv_layer_sys()lv_layer_bottom()lv_screen_load()lv_display_add_event()lv_display_get_event_count()lv_display_get_event_dsc()lv_display_remove_event()lv_display_send_event()lv_display_set_theme()lv_display_get_theme()lv_display_get_inactive_time()lv_display_trig_activity()lv_display_enable_invalidation()lv_display_is_invalidation_enabled()_lv_display_get_refr_timer()lv_display_set_user_data()lv_display_set_driver_data()lv_display_get_user_data()lv_display_get_driver_data()lv_dpx()lv_display_dpx()
- lv_display.h
- osal
- indev
- lv_indev.h
lv_indev_tlv_indev_read_cb_tlv_indev_type_tlv_indev_state_tlv_indev_create()lv_indev_delete()lv_indev_get_next()lv_indev_read()lv_indev_read_timer_cb()lv_indev_enable()lv_indev_get_act()lv_indev_set_type()lv_indev_set_read_cb()lv_indev_set_user_data()lv_indev_set_driver_data()lv_indev_get_type()lv_indev_get_state()lv_indev_get_group()lv_indev_get_disp()lv_indev_set_disp()lv_indev_get_user_data()lv_indev_get_driver_data()lv_indev_reset()lv_indev_reset_long_press()lv_indev_set_cursor()lv_indev_set_group()lv_indev_set_button_points()lv_indev_get_point()lv_indev_get_gesture_dir()lv_indev_get_key()lv_indev_get_scroll_dir()lv_indev_get_scroll_obj()lv_indev_get_vect()lv_indev_wait_release()lv_indev_get_obj_act()lv_indev_get_read_timer()lv_indev_search_obj()lv_indev_data_t
- lv_indev_scroll.h
- lv_indev.h
- libs
- bmp
- libjpeg_turbo
- ffmpeg
- tjpgd
- tjpgdcnf.h
- tjpgd.h
jd_yuv_tJDECJDEC::dctrJDEC::dptrJDEC::inbufJDEC::dbitJDEC::scaleJDEC::msxJDEC::msyJDEC::qtidJDEC::ncompJDEC::dcvJDEC::nrstJDEC::rstJDEC::rscJDEC::widthJDEC::heightJDEC::huffbitsJDEC::huffcodeJDEC::huffdataJDEC::qttblJDEC::wregJDEC::markerJDEC::workbufJDEC::mcubufJDEC::poolJDEC::pool_originalJDEC::sz_poolJDEC::infuncJDEC::device
JRESULTjd_prepare()jd_decomp()jd_mcu_load()jd_mcu_output()jd_restart()JRECT
- lv_tjpgd.h
- qrcode
- lv_qrcode.h
- qrcodegen.h
qrcodegen_Eccqrcodegen_Maskqrcodegen_Modeqrcodegen_encodeText()qrcodegen_encodeBinary()qrcodegen_encodeSegments()qrcodegen_encodeSegmentsAdvanced()qrcodegen_isAlphanumeric()qrcodegen_isNumeric()qrcodegen_calcSegmentBufferSize()qrcodegen_makeBytes()qrcodegen_makeNumeric()qrcodegen_makeAlphanumeric()qrcodegen_makeEci()qrcodegen_getSize()qrcodegen_getModule()qrcodegen_version2size()qrcodegen_getMinFitVersion()qrcodegen_Segment
- rlottie
- barcode
- lodepng
- freetype
- fsdrv
- gif
- tiny_ttf
- lv_tiny_ttf.h
- stb_truetype_htcw.h
stbtt_kerningentry@12@13@14@15@16@17@17::STBTT_MS_LANG_ENGLISH@17::STBTT_MS_LANG_ITALIAN@17::STBTT_MS_LANG_CHINESE@17::STBTT_MS_LANG_JAPANESE@17::STBTT_MS_LANG_DUTCH@17::STBTT_MS_LANG_KOREAN@17::STBTT_MS_LANG_FRENCH@17::STBTT_MS_LANG_RUSSIAN@17::STBTT_MS_LANG_GERMAN@17::STBTT_MS_LANG_SPANISH@17::STBTT_MS_LANG_HEBREW@17::STBTT_MS_LANG_SWEDISH
@18@18::STBTT_MAC_LANG_ENGLISH@18::STBTT_MAC_LANG_JAPANESE@18::STBTT_MAC_LANG_ARABIC@18::STBTT_MAC_LANG_KOREAN@18::STBTT_MAC_LANG_DUTCH@18::STBTT_MAC_LANG_RUSSIAN@18::STBTT_MAC_LANG_FRENCH@18::STBTT_MAC_LANG_SPANISH@18::STBTT_MAC_LANG_GERMAN@18::STBTT_MAC_LANG_SWEDISH@18::STBTT_MAC_LANG_HEBREW@18::STBTT_MAC_LANG_CHINESE_SIMPLIFIED@18::STBTT_MAC_LANG_ITALIAN@18::STBTT_MAC_LANG_CHINESE_TRAD
stbtt_GetBakedQuad()stbtt_PackBegin()stbtt_PackEnd()stbtt_PackSetOversampling()stbtt_PackSetSkipMissingCodepoints()stbtt_GetPackedQuad()stbtt_PackFontRangesGatherRects()stbtt_PackFontRangesPackRects()stbtt_PackFontRangesRenderIntoRects()stbtt_GetNumberOfFonts()stbtt_GetFontOffsetForIndex()stbtt_InitFont()stbtt_FindGlyphIndex()stbtt_ScaleForPixelHeight()stbtt_ScaleForMappingEmToPixels()stbtt_GetFontVMetrics()stbtt_GetFontVMetricsOS2()stbtt_GetFontBoundingBox()stbtt_GetCodepointHMetrics()stbtt_GetCodepointKernAdvance()stbtt_GetCodepointBox()stbtt_GetGlyphHMetrics()stbtt_GetGlyphKernAdvance()stbtt_GetGlyphBox()stbtt_GetKerningTableLength()stbtt_GetKerningTable()stbtt_IsGlyphEmpty()stbtt_GetCodepointShape()stbtt_GetGlyphShape()stbtt_FreeShape()stbtt_FindSVGDoc()stbtt_GetCodepointSVG()stbtt_GetGlyphSVG()stbtt_FreeBitmap()stbtt_GetCodepointBitmap()stbtt_GetCodepointBitmapSubpixel()stbtt_MakeCodepointBitmap()stbtt_MakeCodepointBitmapSubpixel()stbtt_MakeCodepointBitmapSubpixelPrefilter()stbtt_GetCodepointBitmapBox()stbtt_GetCodepointBitmapBoxSubpixel()stbtt_GetGlyphBitmap()stbtt_GetGlyphBitmapSubpixel()stbtt_MakeGlyphBitmap()stbtt_MakeGlyphBitmapSubpixel()stbtt_MakeGlyphBitmapSubpixelPrefilter()stbtt_GetGlyphBitmapBox()stbtt_GetGlyphBitmapBoxSubpixel()stbtt_Rasterize()stbtt_FreeSDF()stbtt_GetGlyphSDF()stbtt_GetCodepointSDF()stbtt_FindMatchingFont()stbtt_CompareUTF8toUTF16_bigendian()stbtt_GetFontNameString()stbtt__bufstbtt_bakedcharstbtt_aligned_quadstbtt_packedcharstbtt_pack_rangestbtt_pack_contextstbtt_pack_context::user_allocator_contextstbtt_pack_context::pack_infostbtt_pack_context::widthstbtt_pack_context::heightstbtt_pack_context::stride_in_bytesstbtt_pack_context::paddingstbtt_pack_context::skip_missingstbtt_pack_context::h_oversamplestbtt_pack_context::v_oversamplestbtt_pack_context::pixelsstbtt_pack_context::nodes
stbtt_fontinfostbtt_fontinfo::userdatastbtt_fontinfo::datastbtt_fontinfo::fontstartstbtt_fontinfo::numGlyphsstbtt_fontinfo::locastbtt_fontinfo::headstbtt_fontinfo::glyfstbtt_fontinfo::hheastbtt_fontinfo::hmtxstbtt_fontinfo::kernstbtt_fontinfo::gposstbtt_fontinfo::svgstbtt_fontinfo::index_mapstbtt_fontinfo::indexToLocFormatstbtt_fontinfo::cffstbtt_fontinfo::charstringsstbtt_fontinfo::gsubrsstbtt_fontinfo::subrsstbtt_fontinfo::fontdictsstbtt_fontinfo::fdselect
_stbtt_kerningentrystbtt_vertexstbtt__bitmap
- stb_rect_pack.h
- libpng
- layouts
- lv_layout.h
- flex
- lv_flex.h
lv_flex_align_tlv_flex_flow_tlv_flex_flow_t::LV_FLEX_FLOW_ROWlv_flex_flow_t::LV_FLEX_FLOW_COLUMNlv_flex_flow_t::LV_FLEX_FLOW_ROW_WRAPlv_flex_flow_t::LV_FLEX_FLOW_ROW_REVERSElv_flex_flow_t::LV_FLEX_FLOW_ROW_WRAP_REVERSElv_flex_flow_t::LV_FLEX_FLOW_COLUMN_WRAPlv_flex_flow_t::LV_FLEX_FLOW_COLUMN_REVERSElv_flex_flow_t::LV_FLEX_FLOW_COLUMN_WRAP_REVERSE
lv_flex_init()lv_obj_set_flex_flow()lv_obj_set_flex_align()lv_obj_set_flex_grow()
- lv_flex.h
- grid
- misc
- lv_profiler.h
- lv_utils.h
- lv_types.h
- lv_area.h
lv_coord_tlv_align_tlv_dir_t_lv_align_t_lv_align_t::LV_ALIGN_DEFAULT_lv_align_t::LV_ALIGN_TOP_LEFT_lv_align_t::LV_ALIGN_TOP_MID_lv_align_t::LV_ALIGN_TOP_RIGHT_lv_align_t::LV_ALIGN_BOTTOM_LEFT_lv_align_t::LV_ALIGN_BOTTOM_MID_lv_align_t::LV_ALIGN_BOTTOM_RIGHT_lv_align_t::LV_ALIGN_LEFT_MID_lv_align_t::LV_ALIGN_RIGHT_MID_lv_align_t::LV_ALIGN_CENTER_lv_align_t::LV_ALIGN_OUT_TOP_LEFT_lv_align_t::LV_ALIGN_OUT_TOP_MID_lv_align_t::LV_ALIGN_OUT_TOP_RIGHT_lv_align_t::LV_ALIGN_OUT_BOTTOM_LEFT_lv_align_t::LV_ALIGN_OUT_BOTTOM_MID_lv_align_t::LV_ALIGN_OUT_BOTTOM_RIGHT_lv_align_t::LV_ALIGN_OUT_LEFT_TOP_lv_align_t::LV_ALIGN_OUT_LEFT_MID_lv_align_t::LV_ALIGN_OUT_LEFT_BOTTOM_lv_align_t::LV_ALIGN_OUT_RIGHT_TOP_lv_align_t::LV_ALIGN_OUT_RIGHT_MID_lv_align_t::LV_ALIGN_OUT_RIGHT_BOTTOM
_lv_dir_tlv_area_set()lv_area_copy()lv_area_get_width()lv_area_get_height()lv_area_set_width()lv_area_set_height()_lv_area_set_pos()lv_area_get_size()lv_area_increase()lv_area_move()_lv_area_intersect()_lv_area_diff()_lv_area_join()_lv_area_is_point_on()_lv_area_is_on()_lv_area_is_in()_lv_area_is_out()_lv_area_is_equal()lv_area_align()lv_point_transform()lv_pct()lv_pct_to_px()lv_point_tlv_area_tlv_area_transform_cache_t
- lv_cache_builtin.h
- lv_ll.h
- lv_color.h
lv_opa_tlv_color_format_t_lv_opa_t_lv_color_format_t_lv_color_format_t::LV_COLOR_FORMAT_UNKNOWN_lv_color_format_t::LV_COLOR_FORMAT_RAW_lv_color_format_t::LV_COLOR_FORMAT_RAW_ALPHA_lv_color_format_t::LV_COLOR_FORMAT_L8_lv_color_format_t::LV_COLOR_FORMAT_I1_lv_color_format_t::LV_COLOR_FORMAT_I2_lv_color_format_t::LV_COLOR_FORMAT_I4_lv_color_format_t::LV_COLOR_FORMAT_I8_lv_color_format_t::LV_COLOR_FORMAT_A8_lv_color_format_t::LV_COLOR_FORMAT_RGB565_lv_color_format_t::LV_COLOR_FORMAT_RGB565A8_lv_color_format_t::LV_COLOR_FORMAT_RGB888_lv_color_format_t::LV_COLOR_FORMAT_ARGB8888_lv_color_format_t::LV_COLOR_FORMAT_XRGB8888_lv_color_format_t::LV_COLOR_FORMAT_NATIVE_REVERSED_lv_color_format_t::LV_COLOR_FORMAT_A1_lv_color_format_t::LV_COLOR_FORMAT_A2_lv_color_format_t::LV_COLOR_FORMAT_A4_lv_color_format_t::LV_COLOR_FORMAT_NATIVE_lv_color_format_t::LV_COLOR_FORMAT_NATIVE_WITH_ALPHA
lv_color_format_get_bpp()lv_color_format_get_size()lv_color_format_has_alpha()lv_color_to_32()lv_color_to_int()lv_color_from_int()lv_color_eq()lv_color32_eq()lv_color_hex()lv_color_make()lv_color_hex3()lv_color_to_u16()lv_color_to_u32()lv_color_16_16_mix()lv_color_lighten()lv_color_darken()lv_color_hsv_to_rgb()lv_color_rgb_to_hsv()lv_color_to_hsv()lv_color_white()lv_color_black()lv_color_filter_shadelv_color_tlv_color16_tlv_color32_tlv_color_hsv_t
- lv_templ.h
- lv_color_op.h
- lv_timer.h
lv_timer_cb_tlv_timer_handler_resume_cb_tlv_timer_t_lv_timer_core_init()lv_timer_handler_run_in_period()lv_timer_periodic_handler()lv_timer_handler_set_resume_cb()lv_timer_create_basic()lv_timer_create()lv_timer_delete()lv_timer_pause()lv_timer_resume()lv_timer_set_cb()lv_timer_set_period()lv_timer_ready()lv_timer_set_repeat_count()lv_timer_set_user_data()lv_timer_reset()lv_timer_enable()lv_timer_get_idle()lv_timer_get_time_until_next()lv_timer_get_next()lv_timer_get_user_data()_lv_timer_tlv_timer_state_tlv_timer_state_t::timer_lllv_timer_state_t::lv_timer_runlv_timer_state_t::idle_lastlv_timer_state_t::timer_deletedlv_timer_state_t::timer_createdlv_timer_state_t::timer_time_until_nextlv_timer_state_t::already_runninglv_timer_state_t::periodic_last_ticklv_timer_state_t::busy_timelv_timer_state_t::idle_period_startlv_timer_state_t::run_cntlv_timer_state_t::resume_cblv_timer_state_t::resume_data
- lv_style_gen.h
lv_style_set_width()lv_style_set_min_width()lv_style_set_max_width()lv_style_set_height()lv_style_set_min_height()lv_style_set_max_height()lv_style_set_x()lv_style_set_y()lv_style_set_align()lv_style_set_transform_width()lv_style_set_transform_height()lv_style_set_translate_x()lv_style_set_translate_y()lv_style_set_transform_scale_x()lv_style_set_transform_scale_y()lv_style_set_transform_rotation()lv_style_set_transform_pivot_x()lv_style_set_transform_pivot_y()lv_style_set_pad_top()lv_style_set_pad_bottom()lv_style_set_pad_left()lv_style_set_pad_right()lv_style_set_pad_row()lv_style_set_pad_column()lv_style_set_margin_top()lv_style_set_margin_bottom()lv_style_set_margin_left()lv_style_set_margin_right()lv_style_set_bg_color()lv_style_set_bg_opa()lv_style_set_bg_grad_color()lv_style_set_bg_grad_dir()lv_style_set_bg_main_stop()lv_style_set_bg_grad_stop()lv_style_set_bg_main_opa()lv_style_set_bg_grad_opa()lv_style_set_bg_grad()lv_style_set_bg_image_src()lv_style_set_bg_image_opa()lv_style_set_bg_image_recolor()lv_style_set_bg_image_recolor_opa()lv_style_set_bg_image_tiled()lv_style_set_border_color()lv_style_set_border_opa()lv_style_set_border_width()lv_style_set_border_side()lv_style_set_border_post()lv_style_set_outline_width()lv_style_set_outline_color()lv_style_set_outline_opa()lv_style_set_outline_pad()lv_style_set_shadow_width()lv_style_set_shadow_ofs_x()lv_style_set_shadow_ofs_y()lv_style_set_shadow_spread()lv_style_set_shadow_color()lv_style_set_shadow_opa()lv_style_set_image_opa()lv_style_set_image_recolor()lv_style_set_image_recolor_opa()lv_style_set_line_width()lv_style_set_line_dash_width()lv_style_set_line_dash_gap()lv_style_set_line_rounded()lv_style_set_line_color()lv_style_set_line_opa()lv_style_set_arc_width()lv_style_set_arc_rounded()lv_style_set_arc_color()lv_style_set_arc_opa()lv_style_set_arc_image_src()lv_style_set_text_color()lv_style_set_text_opa()lv_style_set_text_font()lv_style_set_text_letter_space()lv_style_set_text_line_space()lv_style_set_text_decor()lv_style_set_text_align()lv_style_set_radius()lv_style_set_clip_corner()lv_style_set_opa()lv_style_set_opa_layered()lv_style_set_color_filter_dsc()lv_style_set_color_filter_opa()lv_style_set_anim()lv_style_set_anim_time()lv_style_set_anim_speed()lv_style_set_transition()lv_style_set_blend_mode()lv_style_set_layout()lv_style_set_base_dir()lv_style_set_flex_flow()lv_style_set_flex_main_place()lv_style_set_flex_cross_place()lv_style_set_flex_track_place()lv_style_set_flex_grow()lv_style_set_grid_column_dsc_array()lv_style_set_grid_column_align()lv_style_set_grid_row_dsc_array()lv_style_set_grid_row_align()lv_style_set_grid_cell_column_pos()lv_style_set_grid_cell_x_align()lv_style_set_grid_cell_column_span()lv_style_set_grid_cell_row_pos()lv_style_set_grid_cell_y_align()lv_style_set_grid_cell_row_span()_lv_style_const_prop_id_WIDTH_lv_style_const_prop_id_MIN_WIDTH_lv_style_const_prop_id_MAX_WIDTH_lv_style_const_prop_id_HEIGHT_lv_style_const_prop_id_MIN_HEIGHT_lv_style_const_prop_id_MAX_HEIGHT_lv_style_const_prop_id_X_lv_style_const_prop_id_Y_lv_style_const_prop_id_ALIGN_lv_style_const_prop_id_TRANSFORM_WIDTH_lv_style_const_prop_id_TRANSFORM_HEIGHT_lv_style_const_prop_id_TRANSLATE_X_lv_style_const_prop_id_TRANSLATE_Y_lv_style_const_prop_id_TRANSFORM_SCALE_X_lv_style_const_prop_id_TRANSFORM_SCALE_Y_lv_style_const_prop_id_TRANSFORM_ROTATION_lv_style_const_prop_id_TRANSFORM_PIVOT_X_lv_style_const_prop_id_TRANSFORM_PIVOT_Y_lv_style_const_prop_id_PAD_TOP_lv_style_const_prop_id_PAD_BOTTOM_lv_style_const_prop_id_PAD_LEFT_lv_style_const_prop_id_PAD_RIGHT_lv_style_const_prop_id_PAD_ROW_lv_style_const_prop_id_PAD_COLUMN_lv_style_const_prop_id_MARGIN_TOP_lv_style_const_prop_id_MARGIN_BOTTOM_lv_style_const_prop_id_MARGIN_LEFT_lv_style_const_prop_id_MARGIN_RIGHT_lv_style_const_prop_id_BG_COLOR_lv_style_const_prop_id_BG_OPA_lv_style_const_prop_id_BG_GRAD_COLOR_lv_style_const_prop_id_BG_GRAD_DIR_lv_style_const_prop_id_BG_MAIN_STOP_lv_style_const_prop_id_BG_GRAD_STOP_lv_style_const_prop_id_BG_MAIN_OPA_lv_style_const_prop_id_BG_GRAD_OPA_lv_style_const_prop_id_BG_GRAD_lv_style_const_prop_id_BG_IMAGE_SRC_lv_style_const_prop_id_BG_IMAGE_OPA_lv_style_const_prop_id_BG_IMAGE_RECOLOR_lv_style_const_prop_id_BG_IMAGE_RECOLOR_OPA_lv_style_const_prop_id_BG_IMAGE_TILED_lv_style_const_prop_id_BORDER_COLOR_lv_style_const_prop_id_BORDER_OPA_lv_style_const_prop_id_BORDER_WIDTH_lv_style_const_prop_id_BORDER_SIDE_lv_style_const_prop_id_BORDER_POST_lv_style_const_prop_id_OUTLINE_WIDTH_lv_style_const_prop_id_OUTLINE_COLOR_lv_style_const_prop_id_OUTLINE_OPA_lv_style_const_prop_id_OUTLINE_PAD_lv_style_const_prop_id_SHADOW_WIDTH_lv_style_const_prop_id_SHADOW_OFS_X_lv_style_const_prop_id_SHADOW_OFS_Y_lv_style_const_prop_id_SHADOW_SPREAD_lv_style_const_prop_id_SHADOW_COLOR_lv_style_const_prop_id_SHADOW_OPA_lv_style_const_prop_id_IMAGE_OPA_lv_style_const_prop_id_IMAGE_RECOLOR_lv_style_const_prop_id_IMAGE_RECOLOR_OPA_lv_style_const_prop_id_LINE_WIDTH_lv_style_const_prop_id_LINE_DASH_WIDTH_lv_style_const_prop_id_LINE_DASH_GAP_lv_style_const_prop_id_LINE_ROUNDED_lv_style_const_prop_id_LINE_COLOR_lv_style_const_prop_id_LINE_OPA_lv_style_const_prop_id_ARC_WIDTH_lv_style_const_prop_id_ARC_ROUNDED_lv_style_const_prop_id_ARC_COLOR_lv_style_const_prop_id_ARC_OPA_lv_style_const_prop_id_ARC_IMAGE_SRC_lv_style_const_prop_id_TEXT_COLOR_lv_style_const_prop_id_TEXT_OPA_lv_style_const_prop_id_TEXT_FONT_lv_style_const_prop_id_TEXT_LETTER_SPACE_lv_style_const_prop_id_TEXT_LINE_SPACE_lv_style_const_prop_id_TEXT_DECOR_lv_style_const_prop_id_TEXT_ALIGN_lv_style_const_prop_id_RADIUS_lv_style_const_prop_id_CLIP_CORNER_lv_style_const_prop_id_OPA_lv_style_const_prop_id_OPA_LAYERED_lv_style_const_prop_id_COLOR_FILTER_DSC_lv_style_const_prop_id_COLOR_FILTER_OPA_lv_style_const_prop_id_ANIM_lv_style_const_prop_id_ANIM_TIME_lv_style_const_prop_id_ANIM_SPEED_lv_style_const_prop_id_TRANSITION_lv_style_const_prop_id_BLEND_MODE_lv_style_const_prop_id_LAYOUT_lv_style_const_prop_id_BASE_DIR_lv_style_const_prop_id_FLEX_FLOW_lv_style_const_prop_id_FLEX_MAIN_PLACE_lv_style_const_prop_id_FLEX_CROSS_PLACE_lv_style_const_prop_id_FLEX_TRACK_PLACE_lv_style_const_prop_id_FLEX_GROW_lv_style_const_prop_id_GRID_COLUMN_DSC_ARRAY_lv_style_const_prop_id_GRID_COLUMN_ALIGN_lv_style_const_prop_id_GRID_ROW_DSC_ARRAY_lv_style_const_prop_id_GRID_ROW_ALIGN_lv_style_const_prop_id_GRID_CELL_COLUMN_POS_lv_style_const_prop_id_GRID_CELL_X_ALIGN_lv_style_const_prop_id_GRID_CELL_COLUMN_SPAN_lv_style_const_prop_id_GRID_CELL_ROW_POS_lv_style_const_prop_id_GRID_CELL_Y_ALIGN_lv_style_const_prop_id_GRID_CELL_ROW_SPAN
- lv_text.h
lv_text_flag_tlv_text_align_t_lv_text_flag_t_lv_text_align_tlv_text_get_size()_lv_text_get_next_line()lv_text_get_width()_lv_text_ins()_lv_text_cut()_lv_text_set_text_vfmt()_lv_text_encoded_letter_next_2()_lv_text_is_break_char()_lv_text_is_a_word()_lv_text_encoded_size_lv_text_unicode_to_encoded_lv_text_encoded_conv_wc_lv_text_encoded_next_lv_text_encoded_prev_lv_text_encoded_get_byte_id_lv_text_encoded_get_char_id_lv_text_get_encoded_length
- lv_cache.h
lv_cache_entry_tlv_cache_add_cblv_cache_find_cblv_cache_invalidate_cblv_cache_get_data_cblv_cache_release_cblv_cache_set_max_size_cblv_cache_empty_cblv_cache_src_type_t_lv_cache_init()lv_cache_set_manager()lv_cache_add()lv_cache_find()lv_cache_invalidate()lv_cache_get_data()lv_cache_release()lv_cache_set_max_size()lv_cache_get_max_size()lv_cache_lock()lv_cache_unlock()_lv_cache_entry_t_lv_cache_entry_t::src_lv_cache_entry_t::src_type_lv_cache_entry_t::param1_lv_cache_entry_t::param2_lv_cache_entry_t::process_state_lv_cache_entry_t::data_lv_cache_entry_t::data_size_lv_cache_entry_t::weight_lv_cache_entry_t::life_lv_cache_entry_t::usage_count_lv_cache_entry_t::free_src_lv_cache_entry_t::free_data_lv_cache_entry_t::temporary_lv_cache_entry_t::user_data
lv_cache_manager_t
- lv_fs.h
lv_fs_res_tlv_fs_mode_tlv_fs_drv_t_lv_fs_res_t_lv_fs_res_t::LV_FS_RES_OK_lv_fs_res_t::LV_FS_RES_HW_ERR_lv_fs_res_t::LV_FS_RES_FS_ERR_lv_fs_res_t::LV_FS_RES_NOT_EX_lv_fs_res_t::LV_FS_RES_FULL_lv_fs_res_t::LV_FS_RES_LOCKED_lv_fs_res_t::LV_FS_RES_DENIED_lv_fs_res_t::LV_FS_RES_BUSY_lv_fs_res_t::LV_FS_RES_TOUT_lv_fs_res_t::LV_FS_RES_NOT_IMP_lv_fs_res_t::LV_FS_RES_OUT_OF_MEM_lv_fs_res_t::LV_FS_RES_INV_PARAM_lv_fs_res_t::LV_FS_RES_UNKNOWN
_lv_fs_mode_tlv_fs_whence_t_lv_fs_init()lv_fs_drv_init()lv_fs_drv_register()lv_fs_get_drv()lv_fs_is_ready()lv_fs_open()lv_fs_make_path_from_buffer()lv_fs_close()lv_fs_read()lv_fs_write()lv_fs_seek()lv_fs_tell()lv_fs_dir_open()lv_fs_dir_read()lv_fs_dir_close()lv_fs_get_letters()lv_fs_get_ext()lv_fs_up()lv_fs_get_last()_lv_fs_drv_t_lv_fs_drv_t::letter_lv_fs_drv_t::cache_size_lv_fs_drv_t::ready_cb_lv_fs_drv_t::open_cb_lv_fs_drv_t::close_cb_lv_fs_drv_t::read_cb_lv_fs_drv_t::write_cb_lv_fs_drv_t::seek_cb_lv_fs_drv_t::tell_cb_lv_fs_drv_t::dir_open_cb_lv_fs_drv_t::dir_read_cb_lv_fs_drv_t::dir_close_cb_lv_fs_drv_t::user_data
lv_fs_file_cache_tlv_fs_file_tlv_fs_path_ex_tlv_fs_dir_t
- lv_style.h
lv_blend_mode_tlv_text_decor_tlv_border_side_tlv_grad_dir_tlv_style_prop_tlv_style_res_t_lv_blend_mode_t_lv_text_decor_t_lv_border_side_t_lv_grad_dir_t_lv_style_prop_t_lv_style_prop_t::LV_STYLE_PROP_INV_lv_style_prop_t::LV_STYLE_WIDTH_lv_style_prop_t::LV_STYLE_HEIGHT_lv_style_prop_t::LV_STYLE_MIN_WIDTH_lv_style_prop_t::LV_STYLE_MAX_WIDTH_lv_style_prop_t::LV_STYLE_MIN_HEIGHT_lv_style_prop_t::LV_STYLE_MAX_HEIGHT_lv_style_prop_t::LV_STYLE_X_lv_style_prop_t::LV_STYLE_Y_lv_style_prop_t::LV_STYLE_ALIGN_lv_style_prop_t::LV_STYLE_RADIUS_lv_style_prop_t::LV_STYLE_PAD_TOP_lv_style_prop_t::LV_STYLE_PAD_BOTTOM_lv_style_prop_t::LV_STYLE_PAD_LEFT_lv_style_prop_t::LV_STYLE_PAD_RIGHT_lv_style_prop_t::LV_STYLE_PAD_ROW_lv_style_prop_t::LV_STYLE_PAD_COLUMN_lv_style_prop_t::LV_STYLE_LAYOUT_lv_style_prop_t::LV_STYLE_MARGIN_TOP_lv_style_prop_t::LV_STYLE_MARGIN_BOTTOM_lv_style_prop_t::LV_STYLE_MARGIN_LEFT_lv_style_prop_t::LV_STYLE_MARGIN_RIGHT_lv_style_prop_t::LV_STYLE_BG_COLOR_lv_style_prop_t::LV_STYLE_BG_OPA_lv_style_prop_t::LV_STYLE_BG_GRAD_DIR_lv_style_prop_t::LV_STYLE_BG_MAIN_STOP_lv_style_prop_t::LV_STYLE_BG_GRAD_STOP_lv_style_prop_t::LV_STYLE_BG_GRAD_COLOR_lv_style_prop_t::LV_STYLE_BG_MAIN_OPA_lv_style_prop_t::LV_STYLE_BG_GRAD_OPA_lv_style_prop_t::LV_STYLE_BG_GRAD_lv_style_prop_t::LV_STYLE_BASE_DIR_lv_style_prop_t::LV_STYLE_BG_IMAGE_SRC_lv_style_prop_t::LV_STYLE_BG_IMAGE_OPA_lv_style_prop_t::LV_STYLE_BG_IMAGE_RECOLOR_lv_style_prop_t::LV_STYLE_BG_IMAGE_RECOLOR_OPA_lv_style_prop_t::LV_STYLE_BG_IMAGE_TILED_lv_style_prop_t::LV_STYLE_CLIP_CORNER_lv_style_prop_t::LV_STYLE_BORDER_WIDTH_lv_style_prop_t::LV_STYLE_BORDER_COLOR_lv_style_prop_t::LV_STYLE_BORDER_OPA_lv_style_prop_t::LV_STYLE_BORDER_SIDE_lv_style_prop_t::LV_STYLE_BORDER_POST_lv_style_prop_t::LV_STYLE_OUTLINE_WIDTH_lv_style_prop_t::LV_STYLE_OUTLINE_COLOR_lv_style_prop_t::LV_STYLE_OUTLINE_OPA_lv_style_prop_t::LV_STYLE_OUTLINE_PAD_lv_style_prop_t::LV_STYLE_SHADOW_WIDTH_lv_style_prop_t::LV_STYLE_SHADOW_COLOR_lv_style_prop_t::LV_STYLE_SHADOW_OPA_lv_style_prop_t::LV_STYLE_SHADOW_OFS_X_lv_style_prop_t::LV_STYLE_SHADOW_OFS_Y_lv_style_prop_t::LV_STYLE_SHADOW_SPREAD_lv_style_prop_t::LV_STYLE_IMAGE_OPA_lv_style_prop_t::LV_STYLE_IMAGE_RECOLOR_lv_style_prop_t::LV_STYLE_IMAGE_RECOLOR_OPA_lv_style_prop_t::LV_STYLE_LINE_WIDTH_lv_style_prop_t::LV_STYLE_LINE_DASH_WIDTH_lv_style_prop_t::LV_STYLE_LINE_DASH_GAP_lv_style_prop_t::LV_STYLE_LINE_ROUNDED_lv_style_prop_t::LV_STYLE_LINE_COLOR_lv_style_prop_t::LV_STYLE_LINE_OPA_lv_style_prop_t::LV_STYLE_ARC_WIDTH_lv_style_prop_t::LV_STYLE_ARC_ROUNDED_lv_style_prop_t::LV_STYLE_ARC_COLOR_lv_style_prop_t::LV_STYLE_ARC_OPA_lv_style_prop_t::LV_STYLE_ARC_IMAGE_SRC_lv_style_prop_t::LV_STYLE_TEXT_COLOR_lv_style_prop_t::LV_STYLE_TEXT_OPA_lv_style_prop_t::LV_STYLE_TEXT_FONT_lv_style_prop_t::LV_STYLE_TEXT_LETTER_SPACE_lv_style_prop_t::LV_STYLE_TEXT_LINE_SPACE_lv_style_prop_t::LV_STYLE_TEXT_DECOR_lv_style_prop_t::LV_STYLE_TEXT_ALIGN_lv_style_prop_t::LV_STYLE_OPA_lv_style_prop_t::LV_STYLE_OPA_LAYERED_lv_style_prop_t::LV_STYLE_COLOR_FILTER_DSC_lv_style_prop_t::LV_STYLE_COLOR_FILTER_OPA_lv_style_prop_t::LV_STYLE_ANIM_lv_style_prop_t::LV_STYLE_ANIM_TIME_lv_style_prop_t::LV_STYLE_ANIM_SPEED_lv_style_prop_t::LV_STYLE_TRANSITION_lv_style_prop_t::LV_STYLE_BLEND_MODE_lv_style_prop_t::LV_STYLE_TRANSFORM_WIDTH_lv_style_prop_t::LV_STYLE_TRANSFORM_HEIGHT_lv_style_prop_t::LV_STYLE_TRANSLATE_X_lv_style_prop_t::LV_STYLE_TRANSLATE_Y_lv_style_prop_t::LV_STYLE_TRANSFORM_SCALE_X_lv_style_prop_t::LV_STYLE_TRANSFORM_SCALE_Y_lv_style_prop_t::LV_STYLE_TRANSFORM_ROTATION_lv_style_prop_t::LV_STYLE_TRANSFORM_PIVOT_X_lv_style_prop_t::LV_STYLE_TRANSFORM_PIVOT_Y_lv_style_prop_t::LV_STYLE_FLEX_FLOW_lv_style_prop_t::LV_STYLE_FLEX_MAIN_PLACE_lv_style_prop_t::LV_STYLE_FLEX_CROSS_PLACE_lv_style_prop_t::LV_STYLE_FLEX_TRACK_PLACE_lv_style_prop_t::LV_STYLE_FLEX_GROW_lv_style_prop_t::LV_STYLE_GRID_COLUMN_ALIGN_lv_style_prop_t::LV_STYLE_GRID_ROW_ALIGN_lv_style_prop_t::LV_STYLE_GRID_ROW_DSC_ARRAY_lv_style_prop_t::LV_STYLE_GRID_COLUMN_DSC_ARRAY_lv_style_prop_t::LV_STYLE_GRID_CELL_COLUMN_POS_lv_style_prop_t::LV_STYLE_GRID_CELL_COLUMN_SPAN_lv_style_prop_t::LV_STYLE_GRID_CELL_X_ALIGN_lv_style_prop_t::LV_STYLE_GRID_CELL_ROW_POS_lv_style_prop_t::LV_STYLE_GRID_CELL_ROW_SPAN_lv_style_prop_t::LV_STYLE_GRID_CELL_Y_ALIGN_lv_style_prop_t::_LV_STYLE_LAST_BUILT_IN_PROP_lv_style_prop_t::_LV_STYLE_NUM_BUILT_IN_PROPS_lv_style_prop_t::LV_STYLE_PROP_ANY_lv_style_prop_t::_LV_STYLE_PROP_CONST
_lv_style_res_tlv_style_init()lv_style_reset()lv_style_is_const()lv_style_register_prop()lv_style_get_num_custom_props()lv_style_remove_prop()lv_style_set_prop()lv_style_get_prop()lv_style_transition_dsc_init()lv_style_prop_get_default()lv_style_get_prop_inlined()lv_style_is_empty()_lv_style_get_prop_group()_lv_style_prop_lookup_flags()lv_style_set_size()lv_style_set_pad_all()lv_style_set_pad_hor()lv_style_set_pad_ver()lv_style_set_pad_gap()lv_style_set_transform_scale()lv_style_prop_has_flag()lv_style_const_prop_id_invlv_gradient_stop_tlv_grad_dsc_tlv_style_value_tlv_style_transition_dsc_tlv_style_const_prop_tlv_style_t
- lv_palette.h
lv_palette_tlv_palette_t::LV_PALETTE_REDlv_palette_t::LV_PALETTE_PINKlv_palette_t::LV_PALETTE_PURPLElv_palette_t::LV_PALETTE_DEEP_PURPLElv_palette_t::LV_PALETTE_INDIGOlv_palette_t::LV_PALETTE_BLUElv_palette_t::LV_PALETTE_LIGHT_BLUElv_palette_t::LV_PALETTE_CYANlv_palette_t::LV_PALETTE_TEALlv_palette_t::LV_PALETTE_GREENlv_palette_t::LV_PALETTE_LIGHT_GREENlv_palette_t::LV_PALETTE_LIMElv_palette_t::LV_PALETTE_YELLOWlv_palette_t::LV_PALETTE_AMBERlv_palette_t::LV_PALETTE_ORANGElv_palette_t::LV_PALETTE_DEEP_ORANGElv_palette_t::LV_PALETTE_BROWNlv_palette_t::LV_PALETTE_BLUE_GREYlv_palette_t::LV_PALETTE_GREYlv_palette_t::_LV_PALETTE_LASTlv_palette_t::LV_PALETTE_NONE
lv_palette_main()lv_palette_lighten()lv_palette_darken()
- lv_async.h
- lv_text_ap.h
- lv_profiler_builtin.h
- lv_bidi.h
- lv_event.h
lv_event_cb_tlv_event_tlv_event_code_tlv_event_code_t::LV_EVENT_ALLlv_event_code_t::LV_EVENT_PRESSEDlv_event_code_t::LV_EVENT_PRESSINGlv_event_code_t::LV_EVENT_PRESS_LOSTlv_event_code_t::LV_EVENT_SHORT_CLICKEDlv_event_code_t::LV_EVENT_LONG_PRESSEDlv_event_code_t::LV_EVENT_LONG_PRESSED_REPEATlv_event_code_t::LV_EVENT_CLICKEDlv_event_code_t::LV_EVENT_RELEASEDlv_event_code_t::LV_EVENT_SCROLL_BEGINlv_event_code_t::LV_EVENT_SCROLL_THROW_BEGINlv_event_code_t::LV_EVENT_SCROLL_ENDlv_event_code_t::LV_EVENT_SCROLLlv_event_code_t::LV_EVENT_GESTURElv_event_code_t::LV_EVENT_KEYlv_event_code_t::LV_EVENT_FOCUSEDlv_event_code_t::LV_EVENT_DEFOCUSEDlv_event_code_t::LV_EVENT_LEAVElv_event_code_t::LV_EVENT_HIT_TESTlv_event_code_t::LV_EVENT_INDEV_RESETlv_event_code_t::LV_EVENT_COVER_CHECKlv_event_code_t::LV_EVENT_REFR_EXT_DRAW_SIZElv_event_code_t::LV_EVENT_DRAW_MAIN_BEGINlv_event_code_t::LV_EVENT_DRAW_MAINlv_event_code_t::LV_EVENT_DRAW_MAIN_ENDlv_event_code_t::LV_EVENT_DRAW_POST_BEGINlv_event_code_t::LV_EVENT_DRAW_POSTlv_event_code_t::LV_EVENT_DRAW_POST_ENDlv_event_code_t::LV_EVENT_DRAW_TASK_ADDEDlv_event_code_t::LV_EVENT_VALUE_CHANGEDlv_event_code_t::LV_EVENT_INSERTlv_event_code_t::LV_EVENT_REFRESHlv_event_code_t::LV_EVENT_READYlv_event_code_t::LV_EVENT_CANCELlv_event_code_t::LV_EVENT_DELETElv_event_code_t::LV_EVENT_CHILD_CHANGEDlv_event_code_t::LV_EVENT_CHILD_CREATEDlv_event_code_t::LV_EVENT_CHILD_DELETEDlv_event_code_t::LV_EVENT_SCREEN_UNLOAD_STARTlv_event_code_t::LV_EVENT_SCREEN_LOAD_STARTlv_event_code_t::LV_EVENT_SCREEN_LOADEDlv_event_code_t::LV_EVENT_SCREEN_UNLOADEDlv_event_code_t::LV_EVENT_SIZE_CHANGEDlv_event_code_t::LV_EVENT_STYLE_CHANGEDlv_event_code_t::LV_EVENT_LAYOUT_CHANGEDlv_event_code_t::LV_EVENT_GET_SELF_SIZElv_event_code_t::LV_EVENT_INVALIDATE_AREAlv_event_code_t::LV_EVENT_RENDER_STARTlv_event_code_t::LV_EVENT_RENDER_READYlv_event_code_t::LV_EVENT_RESOLUTION_CHANGEDlv_event_code_t::LV_EVENT_REFR_REQUESTlv_event_code_t::LV_EVENT_REFR_STARTlv_event_code_t::LV_EVENT_REFR_FINISHlv_event_code_t::LV_EVENT_FLUSH_STARTlv_event_code_t::LV_EVENT_FLUSH_FINISHlv_event_code_t::_LV_EVENT_LASTlv_event_code_t::LV_EVENT_PREPROCESS
_lv_event_push()_lv_event_pop()lv_event_send()lv_event_add()lv_event_get_count()lv_event_get_dsc()lv_event_dsc_get_cb()lv_event_dsc_get_user_data()lv_event_remove()lv_event_remove_all()lv_event_get_target()lv_event_get_current_target()lv_event_get_code()lv_event_get_param()lv_event_get_user_data()lv_event_stop_bubbling()lv_event_stop_processing()lv_event_register_id()_lv_event_mark_deleted()lv_event_dsc_tlv_event_list_t_lv_event_t
- lv_log.h
- lv_anim.h
lv_anim_path_cb_tlv_anim_exec_xcb_tlv_anim_custom_exec_cb_tlv_anim_ready_cb_tlv_anim_start_cb_tlv_anim_get_value_cb_tlv_anim_deleted_cb_tlv_anim_bezier3_para_tlv_anim_tlv_anim_enable_t_lv_anim_core_init()lv_anim_init()lv_anim_set_var()lv_anim_set_exec_cb()lv_anim_set_time()lv_anim_set_delay()lv_anim_set_values()lv_anim_set_custom_exec_cb()lv_anim_set_path_cb()lv_anim_set_start_cb()lv_anim_set_get_value_cb()lv_anim_set_ready_cb()lv_anim_set_deleted_cb()lv_anim_set_playback_time()lv_anim_set_playback_delay()lv_anim_set_repeat_count()lv_anim_set_repeat_delay()lv_anim_set_early_apply()lv_anim_set_user_data()lv_anim_set_bezier3_param()lv_anim_start()lv_anim_get_delay()lv_anim_get_playtime()lv_anim_get_time()lv_anim_get_repeat_count()lv_anim_get_user_data()lv_anim_delete()lv_anim_delete_all()lv_anim_get()lv_anim_get_timer()lv_anim_custom_delete()lv_anim_custom_get()lv_anim_count_running()lv_anim_speed_to_time()lv_anim_refr_now()lv_anim_path_linear()lv_anim_path_ease_in()lv_anim_path_ease_out()lv_anim_path_ease_in_out()lv_anim_path_overshoot()lv_anim_path_bounce()lv_anim_path_step()lv_anim_path_custom_bezier3()lv_anim_state_t_lv_anim_bezier3_para_t_lv_anim_t_lv_anim_t::var_lv_anim_t::exec_cb_lv_anim_t::start_cb_lv_anim_t::ready_cb_lv_anim_t::deleted_cb_lv_anim_t::get_value_cb_lv_anim_t::user_data_lv_anim_t::path_cb_lv_anim_t::start_value_lv_anim_t::current_value_lv_anim_t::end_value_lv_anim_t::time_lv_anim_t::act_time_lv_anim_t::playback_delay_lv_anim_t::playback_time_lv_anim_t::repeat_delay_lv_anim_t::repeat_cnt_lv_anim_t::parameter_lv_anim_t::early_apply_lv_anim_t::last_timer_run_lv_anim_t::playback_now_lv_anim_t::run_round_lv_anim_t::start_cb_called_lv_anim_t::_lv_anim_path_para_t
- lv_anim_timeline.h
- lv_lru.h
- lv_assert.h
- lv_math.h
- tick
- core
- lv_obj_property.h
- lv_obj.h
lv_state_tlv_part_tlv_obj_flag_tlv_obj_t_lv_state_t_lv_state_t::LV_STATE_DEFAULT_lv_state_t::LV_STATE_CHECKED_lv_state_t::LV_STATE_FOCUSED_lv_state_t::LV_STATE_FOCUS_KEY_lv_state_t::LV_STATE_EDITED_lv_state_t::LV_STATE_HOVERED_lv_state_t::LV_STATE_PRESSED_lv_state_t::LV_STATE_SCROLLED_lv_state_t::LV_STATE_DISABLED_lv_state_t::LV_STATE_USER_1_lv_state_t::LV_STATE_USER_2_lv_state_t::LV_STATE_USER_3_lv_state_t::LV_STATE_USER_4_lv_state_t::LV_STATE_ANY
_lv_part_t_lv_obj_flag_t_lv_obj_flag_t::LV_OBJ_FLAG_HIDDEN_lv_obj_flag_t::LV_OBJ_FLAG_CLICKABLE_lv_obj_flag_t::LV_OBJ_FLAG_CLICK_FOCUSABLE_lv_obj_flag_t::LV_OBJ_FLAG_CHECKABLE_lv_obj_flag_t::LV_OBJ_FLAG_SCROLLABLE_lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_ELASTIC_lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_MOMENTUM_lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_ONE_lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_CHAIN_HOR_lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_CHAIN_VER_lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_CHAIN_lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_ON_FOCUS_lv_obj_flag_t::LV_OBJ_FLAG_SCROLL_WITH_ARROW_lv_obj_flag_t::LV_OBJ_FLAG_SNAPPABLE_lv_obj_flag_t::LV_OBJ_FLAG_PRESS_LOCK_lv_obj_flag_t::LV_OBJ_FLAG_EVENT_BUBBLE_lv_obj_flag_t::LV_OBJ_FLAG_GESTURE_BUBBLE_lv_obj_flag_t::LV_OBJ_FLAG_ADV_HITTEST_lv_obj_flag_t::LV_OBJ_FLAG_IGNORE_LAYOUT_lv_obj_flag_t::LV_OBJ_FLAG_FLOATING_lv_obj_flag_t::LV_OBJ_FLAG_SEND_DRAW_TASK_EVENTS_lv_obj_flag_t::LV_OBJ_FLAG_OVERFLOW_VISIBLE_lv_obj_flag_t::LV_OBJ_FLAG_FLEX_IN_NEW_TRACK_lv_obj_flag_t::LV_OBJ_FLAG_LAYOUT_1_lv_obj_flag_t::LV_OBJ_FLAG_LAYOUT_2_lv_obj_flag_t::LV_OBJ_FLAG_WIDGET_1_lv_obj_flag_t::LV_OBJ_FLAG_WIDGET_2_lv_obj_flag_t::LV_OBJ_FLAG_USER_1_lv_obj_flag_t::LV_OBJ_FLAG_USER_2_lv_obj_flag_t::LV_OBJ_FLAG_USER_3_lv_obj_flag_t::LV_OBJ_FLAG_USER_4
lv_obj_create()lv_obj_add_flag()lv_obj_remove_flag()lv_obj_update_flag()lv_obj_add_state()lv_obj_remove_state()lv_obj_set_state()lv_obj_set_user_data()lv_obj_has_flag()lv_obj_has_flag_any()lv_obj_get_state()lv_obj_has_state()lv_obj_get_group()lv_obj_get_user_data()lv_obj_allocate_spec_attr()lv_obj_check_type()lv_obj_has_class()lv_obj_get_class()lv_obj_is_valid()lv_obj_class_lv_obj_spec_attr_t_lv_obj_spec_attr_t::children_lv_obj_spec_attr_t::child_cnt_lv_obj_spec_attr_t::group_p_lv_obj_spec_attr_t::event_list_lv_obj_spec_attr_t::scroll_lv_obj_spec_attr_t::ext_click_pad_lv_obj_spec_attr_t::ext_draw_size_lv_obj_spec_attr_t::scrollbar_mode_lv_obj_spec_attr_t::scroll_snap_x_lv_obj_spec_attr_t::scroll_snap_y_lv_obj_spec_attr_t::scroll_dir_lv_obj_spec_attr_t::layer_type
_lv_obj_t_lv_obj_t::class_p_lv_obj_t::parent_lv_obj_t::spec_attr_lv_obj_t::styles_lv_obj_t::user_data_lv_obj_t::coords_lv_obj_t::flags_lv_obj_t::state_lv_obj_t::layout_inv_lv_obj_t::scr_layout_inv_lv_obj_t::skip_trans_lv_obj_t::style_cnt_lv_obj_t::h_layout_lv_obj_t::w_layout_lv_obj_t::is_deleting
- lv_group.h
lv_key_tlv_group_focus_cb_tlv_group_edge_cb_tlv_group_t_lv_key_tlv_group_refocus_policy_t_lv_group_init()lv_group_create()lv_group_delete()lv_group_set_default()lv_group_get_default()lv_group_add_obj()lv_group_swap_obj()lv_group_remove_obj()lv_group_remove_all_objs()lv_group_focus_obj()lv_group_focus_next()lv_group_focus_prev()lv_group_focus_freeze()lv_group_send_data()lv_group_set_focus_cb()lv_group_set_edge_cb()lv_group_set_refocus_policy()lv_group_set_editing()lv_group_set_wrap()lv_group_get_focused()lv_group_get_focus_cb()lv_group_get_edge_cb()lv_group_get_editing()lv_group_get_wrap()lv_group_get_obj_count()lv_group_get_count()lv_group_by_index()_lv_group_t
- lv_obj_style_gen.h
lv_obj_get_style_width()lv_obj_get_style_min_width()lv_obj_get_style_max_width()lv_obj_get_style_height()lv_obj_get_style_min_height()lv_obj_get_style_max_height()lv_obj_get_style_x()lv_obj_get_style_y()lv_obj_get_style_align()lv_obj_get_style_transform_width()lv_obj_get_style_transform_height()lv_obj_get_style_translate_x()lv_obj_get_style_translate_y()lv_obj_get_style_transform_scale_x()lv_obj_get_style_transform_scale_y()lv_obj_get_style_transform_rotation()lv_obj_get_style_transform_pivot_x()lv_obj_get_style_transform_pivot_y()lv_obj_get_style_pad_top()lv_obj_get_style_pad_bottom()lv_obj_get_style_pad_left()lv_obj_get_style_pad_right()lv_obj_get_style_pad_row()lv_obj_get_style_pad_column()lv_obj_get_style_margin_top()lv_obj_get_style_margin_bottom()lv_obj_get_style_margin_left()lv_obj_get_style_margin_right()lv_obj_get_style_bg_color()lv_obj_get_style_bg_color_filtered()lv_obj_get_style_bg_opa()lv_obj_get_style_bg_grad_color()lv_obj_get_style_bg_grad_color_filtered()lv_obj_get_style_bg_grad_dir()lv_obj_get_style_bg_main_stop()lv_obj_get_style_bg_grad_stop()lv_obj_get_style_bg_main_opa()lv_obj_get_style_bg_grad_opa()lv_obj_get_style_bg_grad()lv_obj_get_style_bg_image_src()lv_obj_get_style_bg_image_opa()lv_obj_get_style_bg_image_recolor()lv_obj_get_style_bg_image_recolor_filtered()lv_obj_get_style_bg_image_recolor_opa()lv_obj_get_style_bg_image_tiled()lv_obj_get_style_border_color()lv_obj_get_style_border_color_filtered()lv_obj_get_style_border_opa()lv_obj_get_style_border_width()lv_obj_get_style_border_side()lv_obj_get_style_border_post()lv_obj_get_style_outline_width()lv_obj_get_style_outline_color()lv_obj_get_style_outline_color_filtered()lv_obj_get_style_outline_opa()lv_obj_get_style_outline_pad()lv_obj_get_style_shadow_width()lv_obj_get_style_shadow_ofs_x()lv_obj_get_style_shadow_ofs_y()lv_obj_get_style_shadow_spread()lv_obj_get_style_shadow_color()lv_obj_get_style_shadow_color_filtered()lv_obj_get_style_shadow_opa()lv_obj_get_style_image_opa()lv_obj_get_style_image_recolor()lv_obj_get_style_image_recolor_filtered()lv_obj_get_style_image_recolor_opa()lv_obj_get_style_line_width()lv_obj_get_style_line_dash_width()lv_obj_get_style_line_dash_gap()lv_obj_get_style_line_rounded()lv_obj_get_style_line_color()lv_obj_get_style_line_color_filtered()lv_obj_get_style_line_opa()lv_obj_get_style_arc_width()lv_obj_get_style_arc_rounded()lv_obj_get_style_arc_color()lv_obj_get_style_arc_color_filtered()lv_obj_get_style_arc_opa()lv_obj_get_style_arc_image_src()lv_obj_get_style_text_color()lv_obj_get_style_text_color_filtered()lv_obj_get_style_text_opa()lv_obj_get_style_text_font()lv_obj_get_style_text_letter_space()lv_obj_get_style_text_line_space()lv_obj_get_style_text_decor()lv_obj_get_style_text_align()lv_obj_get_style_radius()lv_obj_get_style_clip_corner()lv_obj_get_style_opa()lv_obj_get_style_opa_layered()lv_obj_get_style_color_filter_dsc()lv_obj_get_style_color_filter_opa()lv_obj_get_style_anim()lv_obj_get_style_anim_time()lv_obj_get_style_anim_speed()lv_obj_get_style_transition()lv_obj_get_style_blend_mode()lv_obj_get_style_layout()lv_obj_get_style_base_dir()lv_obj_get_style_flex_flow()lv_obj_get_style_flex_main_place()lv_obj_get_style_flex_cross_place()lv_obj_get_style_flex_track_place()lv_obj_get_style_flex_grow()lv_obj_get_style_grid_column_dsc_array()lv_obj_get_style_grid_column_align()lv_obj_get_style_grid_row_dsc_array()lv_obj_get_style_grid_row_align()lv_obj_get_style_grid_cell_column_pos()lv_obj_get_style_grid_cell_x_align()lv_obj_get_style_grid_cell_column_span()lv_obj_get_style_grid_cell_row_pos()lv_obj_get_style_grid_cell_y_align()lv_obj_get_style_grid_cell_row_span()lv_obj_set_style_width()lv_obj_set_style_min_width()lv_obj_set_style_max_width()lv_obj_set_style_height()lv_obj_set_style_min_height()lv_obj_set_style_max_height()lv_obj_set_style_x()lv_obj_set_style_y()lv_obj_set_style_align()lv_obj_set_style_transform_width()lv_obj_set_style_transform_height()lv_obj_set_style_translate_x()lv_obj_set_style_translate_y()lv_obj_set_style_transform_scale_x()lv_obj_set_style_transform_scale_y()lv_obj_set_style_transform_rotation()lv_obj_set_style_transform_pivot_x()lv_obj_set_style_transform_pivot_y()lv_obj_set_style_pad_top()lv_obj_set_style_pad_bottom()lv_obj_set_style_pad_left()lv_obj_set_style_pad_right()lv_obj_set_style_pad_row()lv_obj_set_style_pad_column()lv_obj_set_style_margin_top()lv_obj_set_style_margin_bottom()lv_obj_set_style_margin_left()lv_obj_set_style_margin_right()lv_obj_set_style_bg_color()lv_obj_set_style_bg_opa()lv_obj_set_style_bg_grad_color()lv_obj_set_style_bg_grad_dir()lv_obj_set_style_bg_main_stop()lv_obj_set_style_bg_grad_stop()lv_obj_set_style_bg_main_opa()lv_obj_set_style_bg_grad_opa()lv_obj_set_style_bg_grad()lv_obj_set_style_bg_image_src()lv_obj_set_style_bg_image_opa()lv_obj_set_style_bg_image_recolor()lv_obj_set_style_bg_image_recolor_opa()lv_obj_set_style_bg_image_tiled()lv_obj_set_style_border_color()lv_obj_set_style_border_opa()lv_obj_set_style_border_width()lv_obj_set_style_border_side()lv_obj_set_style_border_post()lv_obj_set_style_outline_width()lv_obj_set_style_outline_color()lv_obj_set_style_outline_opa()lv_obj_set_style_outline_pad()lv_obj_set_style_shadow_width()lv_obj_set_style_shadow_ofs_x()lv_obj_set_style_shadow_ofs_y()lv_obj_set_style_shadow_spread()lv_obj_set_style_shadow_color()lv_obj_set_style_shadow_opa()lv_obj_set_style_image_opa()lv_obj_set_style_image_recolor()lv_obj_set_style_image_recolor_opa()lv_obj_set_style_line_width()lv_obj_set_style_line_dash_width()lv_obj_set_style_line_dash_gap()lv_obj_set_style_line_rounded()lv_obj_set_style_line_color()lv_obj_set_style_line_opa()lv_obj_set_style_arc_width()lv_obj_set_style_arc_rounded()lv_obj_set_style_arc_color()lv_obj_set_style_arc_opa()lv_obj_set_style_arc_image_src()lv_obj_set_style_text_color()lv_obj_set_style_text_opa()lv_obj_set_style_text_font()lv_obj_set_style_text_letter_space()lv_obj_set_style_text_line_space()lv_obj_set_style_text_decor()lv_obj_set_style_text_align()lv_obj_set_style_radius()lv_obj_set_style_clip_corner()lv_obj_set_style_opa()lv_obj_set_style_opa_layered()lv_obj_set_style_color_filter_dsc()lv_obj_set_style_color_filter_opa()lv_obj_set_style_anim()lv_obj_set_style_anim_time()lv_obj_set_style_anim_speed()lv_obj_set_style_transition()lv_obj_set_style_blend_mode()lv_obj_set_style_layout()lv_obj_set_style_base_dir()lv_obj_set_style_flex_flow()lv_obj_set_style_flex_main_place()lv_obj_set_style_flex_cross_place()lv_obj_set_style_flex_track_place()lv_obj_set_style_flex_grow()lv_obj_set_style_grid_column_dsc_array()lv_obj_set_style_grid_column_align()lv_obj_set_style_grid_row_dsc_array()lv_obj_set_style_grid_row_align()lv_obj_set_style_grid_cell_column_pos()lv_obj_set_style_grid_cell_x_align()lv_obj_set_style_grid_cell_column_span()lv_obj_set_style_grid_cell_row_pos()lv_obj_set_style_grid_cell_y_align()lv_obj_set_style_grid_cell_row_span()
- lv_obj_draw.h
- lv_obj_tree.h
lv_obj_tree_walk_cb_tlv_obj_tree_walk_res_tlv_obj_delete()lv_obj_clean()lv_obj_delete_delayed()lv_obj_delete_anim_ready_cb()lv_obj_delete_async()lv_obj_set_parent()lv_obj_swap()lv_obj_move_to_index()lv_obj_get_screen()lv_obj_get_disp()lv_obj_get_parent()lv_obj_get_child()lv_obj_get_sibling()lv_obj_get_child_cnt()lv_obj_get_index()lv_obj_tree_walk()lv_obj_dump_tree()
- lv_obj_event.h
lv_cover_res_tlv_obj_send_event()lv_obj_event_base()lv_event_get_current_target_obj()lv_event_get_target_obj()lv_obj_add_event()lv_obj_get_event_count()lv_obj_get_event_dsc()lv_obj_remove_event()lv_obj_remove_event_cb()lv_event_get_indev()lv_event_get_layer()lv_event_get_old_size()lv_event_get_key()lv_event_get_scroll_anim()lv_event_set_ext_draw_size()lv_event_get_self_size_info()lv_event_get_hit_test_info()lv_event_get_cover_area()lv_event_set_cover_res()lv_event_get_draw_task()lv_hit_test_info_tlv_cover_check_info_t
- lv_obj_style.h
lv_style_selector_t_lv_style_state_cmp_t_lv_obj_style_init()lv_obj_add_style()lv_obj_replace_style()lv_obj_remove_style()lv_obj_remove_style_all()lv_obj_report_style_change()lv_obj_refresh_style()lv_obj_enable_style_refresh()lv_obj_get_style_prop()lv_obj_set_local_style_prop()lv_obj_get_local_style_prop()lv_obj_remove_local_style_prop()_lv_obj_style_apply_color_filter()_lv_obj_style_create_transition()_lv_obj_style_state_compare()lv_obj_fade_in()lv_obj_fade_out()lv_obj_style_get_selector_state()lv_obj_style_get_selector_part()lv_obj_set_style_pad_all()lv_obj_set_style_pad_hor()lv_obj_set_style_pad_ver()lv_obj_set_style_margin_all()lv_obj_set_style_margin_hor()lv_obj_set_style_margin_ver()lv_obj_set_style_pad_gap()lv_obj_set_style_size()lv_obj_set_style_transform_scale()lv_obj_get_style_space_left()lv_obj_get_style_space_right()lv_obj_get_style_space_top()lv_obj_get_style_space_bottom()lv_obj_calculate_style_text_align()lv_obj_get_style_transform_scale_x_safe()lv_obj_get_style_transform_scale_y_safe()lv_obj_get_style_opa_recursive()_lv_obj_style_t_lv_obj_style_transition_dsc_t
- lv_obj_scroll.h
lv_scrollbar_mode_tlv_scroll_snap_t_lv_scrollbar_mode_t_lv_scroll_snap_tlv_obj_set_scrollbar_mode()lv_obj_set_scroll_dir()lv_obj_set_scroll_snap_x()lv_obj_set_scroll_snap_y()lv_obj_get_scrollbar_mode()lv_obj_get_scroll_dir()lv_obj_get_scroll_snap_x()lv_obj_get_scroll_snap_y()lv_obj_get_scroll_x()lv_obj_get_scroll_y()lv_obj_get_scroll_top()lv_obj_get_scroll_bottom()lv_obj_get_scroll_left()lv_obj_get_scroll_right()lv_obj_get_scroll_end()lv_obj_scroll_by()lv_obj_scroll_by_bounded()lv_obj_scroll_to()lv_obj_scroll_to_x()lv_obj_scroll_to_y()lv_obj_scroll_to_view()lv_obj_scroll_to_view_recursive()_lv_obj_scroll_by_raw()lv_obj_is_scrolling()lv_obj_update_snap()lv_obj_get_scrollbar_area()lv_obj_scrollbar_invalidate()lv_obj_readjust_scroll()
- lv_obj_class.h
lv_obj_class_event_cb_tlv_obj_class_tlv_obj_class_editable_tlv_obj_class_group_def_tlv_obj_class_theme_inheritable_tlv_obj_class_create_obj()lv_obj_class_init_obj()_lv_obj_destruct()lv_obj_is_editable()lv_obj_is_group_def()_lv_obj_class_t_lv_obj_class_t::base_class_lv_obj_class_t::constructor_cb_lv_obj_class_t::destructor_cb_lv_obj_class_t::event_cb_lv_obj_class_t::user_data_lv_obj_class_t::name_lv_obj_class_t::width_def_lv_obj_class_t::height_def_lv_obj_class_t::editable_lv_obj_class_t::group_def_lv_obj_class_t::instance_size_lv_obj_class_t::theme_inheritable
- lv_global.h
lv_global_tlv_global_lv_global_t_lv_global_t::inited_lv_global_t::disp_ll_lv_global_t::disp_refresh_lv_global_t::disp_default_lv_global_t::style_trans_ll_lv_global_t::style_refresh_lv_global_t::style_custom_table_size_lv_global_t::style_last_custom_prop_id_lv_global_t::style_custom_prop_flag_lookup_table_lv_global_t::group_ll_lv_global_t::group_default_lv_global_t::indev_ll_lv_global_t::indev_active_lv_global_t::indev_obj_active_lv_global_t::layout_count_lv_global_t::layout_list_lv_global_t::layout_update_mutex_lv_global_t::memory_zero_lv_global_t::math_rand_seed_lv_global_t::area_trans_cache_lv_global_t::event_header_lv_global_t::event_last_register_id_lv_global_t::timer_state_lv_global_t::anim_state_lv_global_t::tick_state_lv_global_t::draw_buf_handlers_lv_global_t::img_decoder_ll_lv_global_t::cache_manager_lv_global_t::cache_builtin_dsc_lv_global_t::cache_builtin_max_size_lv_global_t::draw_info_lv_global_t::sw_circle_cache_lv_global_t::theme_basic_lv_global_t::theme_default_lv_global_t::theme_mono_lv_global_t::tlsf_state_lv_global_t::fsdrv_ll_lv_global_t::span_snippet_stack
- lv_refr.h
- lv_obj_pos.h
lv_obj_set_pos()lv_obj_set_x()lv_obj_set_y()lv_obj_set_size()lv_obj_refr_size()lv_obj_set_width()lv_obj_set_height()lv_obj_set_content_width()lv_obj_set_content_height()lv_obj_set_layout()lv_obj_is_layout_positioned()lv_obj_mark_layout_as_dirty()lv_obj_update_layout()lv_obj_set_align()lv_obj_align()lv_obj_align_to()lv_obj_center()lv_obj_get_coords()lv_obj_get_x()lv_obj_get_x2()lv_obj_get_y()lv_obj_get_y2()lv_obj_get_x_aligned()lv_obj_get_y_aligned()lv_obj_get_width()lv_obj_get_height()lv_obj_get_content_width()lv_obj_get_content_height()lv_obj_get_content_coords()lv_obj_get_self_width()lv_obj_get_self_height()lv_obj_refresh_self_size()lv_obj_refr_pos()lv_obj_move_to()lv_obj_move_children_by()lv_obj_transform_point()lv_obj_get_transformed_area()lv_obj_invalidate_area()lv_obj_invalidate()lv_obj_area_is_visible()lv_obj_is_visible()lv_obj_set_ext_click_area()lv_obj_get_click_area()lv_obj_hit_test()lv_clamp_width()lv_clamp_height()
- font
- lv_font.h
- lv_font_fmt_txt.h
- lv_font_loader.h
- lv_symbol_def.h
@8@8::_LV_STR_SYMBOL_BULLET@8::_LV_STR_SYMBOL_AUDIO@8::_LV_STR_SYMBOL_VIDEO@8::_LV_STR_SYMBOL_LIST@8::_LV_STR_SYMBOL_OK@8::_LV_STR_SYMBOL_CLOSE@8::_LV_STR_SYMBOL_POWER@8::_LV_STR_SYMBOL_SETTINGS@8::_LV_STR_SYMBOL_HOME@8::_LV_STR_SYMBOL_DOWNLOAD@8::_LV_STR_SYMBOL_DRIVE@8::_LV_STR_SYMBOL_REFRESH@8::_LV_STR_SYMBOL_MUTE@8::_LV_STR_SYMBOL_VOLUME_MID@8::_LV_STR_SYMBOL_VOLUME_MAX@8::_LV_STR_SYMBOL_IMAGE@8::_LV_STR_SYMBOL_TINT@8::_LV_STR_SYMBOL_PREV@8::_LV_STR_SYMBOL_PLAY@8::_LV_STR_SYMBOL_PAUSE@8::_LV_STR_SYMBOL_STOP@8::_LV_STR_SYMBOL_NEXT@8::_LV_STR_SYMBOL_EJECT@8::_LV_STR_SYMBOL_LEFT@8::_LV_STR_SYMBOL_RIGHT@8::_LV_STR_SYMBOL_PLUS@8::_LV_STR_SYMBOL_MINUS@8::_LV_STR_SYMBOL_EYE_OPEN@8::_LV_STR_SYMBOL_EYE_CLOSE@8::_LV_STR_SYMBOL_WARNING@8::_LV_STR_SYMBOL_SHUFFLE@8::_LV_STR_SYMBOL_UP@8::_LV_STR_SYMBOL_DOWN@8::_LV_STR_SYMBOL_LOOP@8::_LV_STR_SYMBOL_DIRECTORY@8::_LV_STR_SYMBOL_UPLOAD@8::_LV_STR_SYMBOL_CALL@8::_LV_STR_SYMBOL_CUT@8::_LV_STR_SYMBOL_COPY@8::_LV_STR_SYMBOL_SAVE@8::_LV_STR_SYMBOL_BARS@8::_LV_STR_SYMBOL_ENVELOPE@8::_LV_STR_SYMBOL_CHARGE@8::_LV_STR_SYMBOL_PASTE@8::_LV_STR_SYMBOL_BELL@8::_LV_STR_SYMBOL_KEYBOARD@8::_LV_STR_SYMBOL_GPS@8::_LV_STR_SYMBOL_FILE@8::_LV_STR_SYMBOL_WIFI@8::_LV_STR_SYMBOL_BATTERY_FULL@8::_LV_STR_SYMBOL_BATTERY_3@8::_LV_STR_SYMBOL_BATTERY_2@8::_LV_STR_SYMBOL_BATTERY_1@8::_LV_STR_SYMBOL_BATTERY_EMPTY@8::_LV_STR_SYMBOL_USB@8::_LV_STR_SYMBOL_BLUETOOTH@8::_LV_STR_SYMBOL_TRASH@8::_LV_STR_SYMBOL_EDIT@8::_LV_STR_SYMBOL_BACKSPACE@8::_LV_STR_SYMBOL_SD_CARD@8::_LV_STR_SYMBOL_NEW_LINE@8::_LV_STR_SYMBOL_DUMMY
- widgets
- win
- msgbox
- lv_msgbox.h
lv_msgbox_create()lv_msgbox_get_title()lv_msgbox_get_close_button()lv_msgbox_get_text()lv_msgbox_get_content()lv_msgbox_get_buttons()lv_msgbox_get_active_button()lv_msgbox_get_active_button_text()lv_msgbox_close()lv_msgbox_close_async()lv_msgbox_classlv_msgbox_content_classlv_msgbox_backdrop_classlv_msgbox_t
- lv_msgbox.h
- table
- lv_table.h
lv_table_cell_ctrl_t_lv_table_cell_ctrl_t_lv_table_cell_ctrl_t::LV_TABLE_CELL_CTRL_MERGE_RIGHT_lv_table_cell_ctrl_t::LV_TABLE_CELL_CTRL_TEXT_CROP_lv_table_cell_ctrl_t::LV_TABLE_CELL_CTRL_CUSTOM_1_lv_table_cell_ctrl_t::LV_TABLE_CELL_CTRL_CUSTOM_2_lv_table_cell_ctrl_t::LV_TABLE_CELL_CTRL_CUSTOM_3_lv_table_cell_ctrl_t::LV_TABLE_CELL_CTRL_CUSTOM_4
lv_table_create()lv_table_set_cell_value()lv_table_set_cell_value_fmt()lv_table_set_row_cnt()lv_table_set_col_cnt()lv_table_set_col_width()lv_table_add_cell_ctrl()lv_table_clear_cell_ctrl()lv_table_get_cell_value()lv_table_get_row_cnt()lv_table_get_col_cnt()lv_table_get_col_width()lv_table_has_cell_ctrl()lv_table_get_selected_cell()lv_table_classlv_table_t
- lv_table.h
- scale
- lv_scale.h
lv_scale_mode_t@20lv_scale_create()lv_scale_set_mode()lv_scale_set_total_tick_count()lv_scale_set_major_tick_every()lv_scale_set_label_show()lv_scale_set_major_tick_length()lv_scale_set_minor_tick_length()lv_scale_set_range()lv_scale_set_round_props()lv_scale_set_text_src()lv_scale_set_post_draw()lv_scale_add_section()lv_scale_section_set_range()lv_scale_section_set_style()lv_scale_classlv_scale_section_tlv_scale_section_t::main_stylelv_scale_section_t::indicator_stylelv_scale_section_t::items_stylelv_scale_section_t::minor_rangelv_scale_section_t::major_rangelv_scale_section_t::first_tick_idx_in_sectionlv_scale_section_t::last_tick_idx_in_sectionlv_scale_section_t::first_tick_idx_is_majorlv_scale_section_t::last_tick_idx_is_majorlv_scale_section_t::first_tick_in_section_widthlv_scale_section_t::last_tick_in_section_widthlv_scale_section_t::first_tick_in_sectionlv_scale_section_t::last_tick_in_section
lv_scale_tlv_scale_t::objlv_scale_t::section_lllv_scale_t::txt_srclv_scale_t::custom_label_cntlv_scale_t::major_lenlv_scale_t::minor_lenlv_scale_t::range_minlv_scale_t::range_maxlv_scale_t::total_tick_countlv_scale_t::major_tick_everylv_scale_t::modelv_scale_t::label_enabledlv_scale_t::post_drawlv_scale_t::last_tick_widthlv_scale_t::first_tick_widthlv_scale_t::angle_rangelv_scale_t::rotation
- lv_scale.h
- chart
- lv_chart.h
lv_chart_type_tlv_chart_update_mode_tlv_chart_axis_t_lv_chart_type_t_lv_chart_update_mode_t_lv_chart_axis_tlv_chart_create()lv_chart_set_type()lv_chart_set_point_count()lv_chart_set_range()lv_chart_set_update_mode()lv_chart_set_div_line_count()lv_chart_get_type()lv_chart_get_point_count()lv_chart_get_x_start_point()lv_chart_get_point_pos_by_id()lv_chart_refresh()lv_chart_add_series()lv_chart_remove_series()lv_chart_hide_series()lv_chart_set_series_color()lv_chart_set_x_start_point()lv_chart_get_series_next()lv_chart_add_cursor()lv_chart_set_cursor_pos()lv_chart_set_cursor_point()lv_chart_get_cursor_point()lv_chart_set_all_value()lv_chart_set_next_value()lv_chart_set_next_value2()lv_chart_set_value_by_id()lv_chart_set_value_by_id2()lv_chart_set_ext_y_array()lv_chart_set_ext_x_array()lv_chart_get_y_array()lv_chart_get_x_array()lv_chart_get_pressed_point()lv_chart_get_first_point_center_offset()lv_chart_classlv_chart_series_tlv_chart_cursor_tlv_chart_t
- lv_chart.h
- spinbox
- lv_spinbox.h
lv_spinbox_create()lv_spinbox_set_value()lv_spinbox_set_rollover()lv_spinbox_set_digit_format()lv_spinbox_set_step()lv_spinbox_set_range()lv_spinbox_set_cursor_pos()lv_spinbox_set_digit_step_direction()lv_spinbox_get_rollover()lv_spinbox_get_value()lv_spinbox_get_step()lv_spinbox_step_next()lv_spinbox_step_prev()lv_spinbox_increment()lv_spinbox_decrement()lv_spinbox_classlv_spinbox_t
- lv_spinbox.h
- buttonmatrix
- lv_buttonmatrix.h
lv_buttonmatrix_ctrl_tlv_buttonmatrix_button_draw_cb_t_lv_buttonmatrix_ctrl_t_lv_buttonmatrix_ctrl_t::_LV_BUTTONMATRIX_WIDTH_lv_buttonmatrix_ctrl_t::LV_BUTTONMATRIX_CTRL_HIDDEN_lv_buttonmatrix_ctrl_t::LV_BUTTONMATRIX_CTRL_NO_REPEAT_lv_buttonmatrix_ctrl_t::LV_BUTTONMATRIX_CTRL_DISABLED_lv_buttonmatrix_ctrl_t::LV_BUTTONMATRIX_CTRL_CHECKABLE_lv_buttonmatrix_ctrl_t::LV_BUTTONMATRIX_CTRL_CHECKED_lv_buttonmatrix_ctrl_t::LV_BUTTONMATRIX_CTRL_CLICK_TRIG_lv_buttonmatrix_ctrl_t::LV_BUTTONMATRIX_CTRL_POPOVER_lv_buttonmatrix_ctrl_t::LV_BUTTONMATRIX_CTRL_RECOLOR_lv_buttonmatrix_ctrl_t::_LV_BUTTONMATRIX_CTRL_RESERVED_1_lv_buttonmatrix_ctrl_t::_LV_BUTTONMATRIX_CTRL_RESERVED_2_lv_buttonmatrix_ctrl_t::LV_BUTTONMATRIX_CTRL_CUSTOM_1_lv_buttonmatrix_ctrl_t::LV_BUTTONMATRIX_CTRL_CUSTOM_2
lv_buttonmatrix_create()lv_buttonmatrix_set_map()lv_buttonmatrix_set_ctrl_map()lv_buttonmatrix_set_selected_button()lv_buttonmatrix_set_button_ctrl()lv_buttonmatrix_clear_button_ctrl()lv_buttonmatrix_set_button_ctrl_all()lv_buttonmatrix_clear_button_ctrl_all()lv_buttonmatrix_set_button_width()lv_buttonmatrix_set_one_checked()lv_buttonmatrix_get_map()lv_buttonmatrix_get_selected_button()lv_buttonmatrix_get_button_text()lv_buttonmatrix_has_button_ctrl()lv_buttonmatrix_get_one_checked()lv_buttonmatrix_classlv_buttonmatrix_t
- lv_buttonmatrix.h
- menu
- lv_menu.h
lv_menu_mode_header_tlv_menu_mode_root_back_button_t_lv_menu_mode_header_t_lv_menu_mode_root_back_button_tlv_menu_create()lv_menu_page_create()lv_menu_cont_create()lv_menu_section_create()lv_menu_separator_create()lv_menu_set_page()lv_menu_set_page_title()lv_menu_set_page_title_static()lv_menu_set_sidebar_page()lv_menu_set_mode_header()lv_menu_set_mode_root_back_button()lv_menu_set_load_page_event()lv_menu_get_cur_main_page()lv_menu_get_cur_sidebar_page()lv_menu_get_main_header()lv_menu_get_main_header_back_button()lv_menu_get_sidebar_header()lv_menu_get_sidebar_header_back_button()lv_menu_back_button_is_root()lv_menu_clear_history()lv_menu_classlv_menu_page_classlv_menu_cont_classlv_menu_section_classlv_menu_separator_classlv_menu_sidebar_cont_classlv_menu_main_cont_classlv_menu_sidebar_header_cont_classlv_menu_main_header_cont_classlv_menu_load_page_event_data_tlv_menu_history_tlv_menu_tlv_menu_t::objlv_menu_t::storagelv_menu_t::mainlv_menu_t::main_pagelv_menu_t::main_headerlv_menu_t::main_header_back_btnlv_menu_t::main_header_titlelv_menu_t::sidebarlv_menu_t::sidebar_pagelv_menu_t::sidebar_headerlv_menu_t::sidebar_header_back_btnlv_menu_t::sidebar_header_titlelv_menu_t::selected_tablv_menu_t::history_lllv_menu_t::cur_depthlv_menu_t::prev_depthlv_menu_t::sidebar_generatedlv_menu_t::mode_headerlv_menu_t::mode_root_back_btn
lv_menu_page_t
- lv_menu.h
- line
- roller
- bar
- lv_bar.h
- spinner
- span
- lv_span.h
lv_span_overflow_tlv_span_mode_t_lv_span_overflow_t_lv_span_mode_tlv_span_stack_init()lv_span_stack_deinit()lv_spangroup_create()lv_spangroup_new_span()lv_spangroup_delete_span()lv_span_set_text()lv_span_set_text_static()lv_spangroup_set_align()lv_spangroup_set_overflow()lv_spangroup_set_indent()lv_spangroup_set_mode()lv_spangroup_set_max_lines()lv_spangroup_get_child()lv_spangroup_get_child_cnt()lv_spangroup_get_align()lv_spangroup_get_overflow()lv_spangroup_get_indent()lv_spangroup_get_mode()lv_spangroup_get_max_lines()lv_spangroup_get_max_line_h()lv_spangroup_get_expand_width()lv_spangroup_get_expand_height()lv_spangroup_refr_mode()lv_spangroup_classlv_span_tlv_spangroup_t
- lv_span.h
- objx_templ
- animimage
- lv_animimage.h
- calendar
- lv_calendar_header_dropdown.h
- lv_calendar_header_arrow.h
- lv_calendar.h
lv_calendar_create()lv_calendar_set_today_date()lv_calendar_set_showed_date()lv_calendar_set_highlighted_dates()lv_calendar_set_day_names()lv_calendar_get_btnmatrix()lv_calendar_get_today_date()lv_calendar_get_showed_date()lv_calendar_get_highlighted_dates()lv_calendar_get_highlighted_dates_num()lv_calendar_get_pressed_date()lv_calendar_classlv_calendar_date_tlv_calendar_t
- slider
- lv_slider.h
lv_slider_mode_t_lv_slider_mode_tlv_slider_create()lv_slider_set_value()lv_slider_set_left_value()lv_slider_set_range()lv_slider_set_mode()lv_slider_get_value()lv_slider_get_left_value()lv_slider_get_min_value()lv_slider_get_max_value()lv_slider_is_dragged()lv_slider_get_mode()lv_slider_is_symmetrical()lv_slider_classlv_slider_t
- lv_slider.h
- dropdown
- lv_dropdown.h
lv_dropdown_create()lv_dropdown_set_text()lv_dropdown_set_options()lv_dropdown_set_options_static()lv_dropdown_add_option()lv_dropdown_clear_options()lv_dropdown_set_selected()lv_dropdown_set_dir()lv_dropdown_set_symbol()lv_dropdown_set_selected_highlight()lv_dropdown_get_list()lv_dropdown_get_text()lv_dropdown_get_options()lv_dropdown_get_selected()lv_dropdown_get_option_cnt()lv_dropdown_get_selected_str()lv_dropdown_get_option_index()lv_dropdown_get_symbol()lv_dropdown_get_selected_highlight()lv_dropdown_get_dir()lv_dropdown_open()lv_dropdown_close()lv_dropdown_is_open()lv_dropdown_classlv_dropdownlist_classlv_dropdown_tlv_dropdown_list_t
- lv_dropdown.h
- tabview
- label
- lv_label.h
lv_label_long_mode_t_lv_label_long_mode_tlv_label_create()lv_label_set_text()lv_label_set_text_fmt()lv_label_set_text_static()lv_label_set_long_mode()lv_label_set_recolor()lv_label_set_text_selection_start()lv_label_set_text_selection_end()lv_label_get_text()lv_label_get_long_mode()lv_label_get_recolor()lv_label_get_letter_pos()lv_label_get_letter_on()lv_label_is_char_under_pos()lv_label_get_text_selection_start()lv_label_get_text_selection_end()lv_label_ins_text()lv_label_cut_text()lv_label_classlv_label_tlv_label_t::objlv_label_t::textlv_label_t::tmp_ptrlv_label_t::tmplv_label_t::dotlv_label_t::dot_endlv_label_t::hintlv_label_t::sel_startlv_label_t::sel_endlv_label_t::size_cachelv_label_t::offsetlv_label_t::long_modelv_label_t::static_txtlv_label_t::recolorlv_label_t::expandlv_label_t::dot_tmp_alloclv_label_t::invalid_size_cache
- lv_label.h
- image
- lv_image.h
lv_image_size_mode_t_lv_image_size_mode_tlv_image_create()lv_image_set_src()lv_image_set_offset_x()lv_image_set_offset_y()lv_image_set_rotation()lv_image_set_pivot()_lv_image_set_pivot()lv_image_set_scale()lv_image_set_scale_x()lv_image_set_scale_y()lv_image_set_antialias()lv_image_set_size_mode()lv_image_get_src()lv_image_get_offset_x()lv_image_get_offset_y()lv_image_get_rotation()lv_image_get_pivot()lv_image_get_scale()lv_image_get_scale_x()lv_image_get_scale_y()lv_image_get_antialias()lv_image_get_size_mode()lv_image_classlv_image_t
- lv_image.h
- keyboard
- lv_keyboard.h
lv_keyboard_mode_t_lv_keyboard_mode_t_lv_keyboard_mode_t::LV_KEYBOARD_MODE_TEXT_LOWER_lv_keyboard_mode_t::LV_KEYBOARD_MODE_TEXT_UPPER_lv_keyboard_mode_t::LV_KEYBOARD_MODE_SPECIAL_lv_keyboard_mode_t::LV_KEYBOARD_MODE_NUMBER_lv_keyboard_mode_t::LV_KEYBOARD_MODE_USER_1_lv_keyboard_mode_t::LV_KEYBOARD_MODE_USER_2_lv_keyboard_mode_t::LV_KEYBOARD_MODE_USER_3_lv_keyboard_mode_t::LV_KEYBOARD_MODE_USER_4
lv_keyboard_create()lv_keyboard_set_textarea()lv_keyboard_set_mode()lv_keyboard_set_popovers()lv_keyboard_set_map()lv_keyboard_get_textarea()lv_keyboard_get_mode()lv_buttonmatrix_get_popovers()lv_keyboard_get_map_array()lv_keyboard_get_selected_button()lv_keyboard_get_button_text()lv_keyboard_def_event_cb()lv_keyboard_classlv_keyboard_t
- lv_keyboard.h
- checkbox
- arc
- lv_arc.h
lv_arc_mode_t_lv_arc_mode_tlv_arc_create()lv_arc_set_start_angle()lv_arc_set_end_angle()lv_arc_set_angles()lv_arc_set_bg_start_angle()lv_arc_set_bg_end_angle()lv_arc_set_bg_angles()lv_arc_set_rotation()lv_arc_set_mode()lv_arc_set_value()lv_arc_set_range()lv_arc_set_change_rate()lv_arc_set_knob_offset()lv_arc_get_angle_start()lv_arc_get_angle_end()lv_arc_get_bg_angle_start()lv_arc_get_bg_angle_end()lv_arc_get_value()lv_arc_get_min_value()lv_arc_get_max_value()lv_arc_get_mode()lv_arc_get_rotation()lv_arc_get_knob_offset()lv_arc_align_obj_to_angle()lv_arc_rotate_obj_to_angle()lv_arc_classlv_arc_tlv_arc_t::objlv_arc_t::rotationlv_arc_t::indic_angle_startlv_arc_t::indic_angle_endlv_arc_t::bg_angle_startlv_arc_t::bg_angle_endlv_arc_t::valuelv_arc_t::min_valuelv_arc_t::max_valuelv_arc_t::dragginglv_arc_t::typelv_arc_t::min_closelv_arc_t::in_outlv_arc_t::chg_ratelv_arc_t::last_ticklv_arc_t::last_anglelv_arc_t::knob_offset
- lv_arc.h
- tileview
- button
- list
- imgbtn
- lv_imgbtn.h
lv_imgbtn_state_tlv_imgbtn_state_t::LV_IMGBTN_STATE_RELEASEDlv_imgbtn_state_t::LV_IMGBTN_STATE_PRESSEDlv_imgbtn_state_t::LV_IMGBTN_STATE_DISABLEDlv_imgbtn_state_t::LV_IMGBTN_STATE_CHECKED_RELEASEDlv_imgbtn_state_t::LV_IMGBTN_STATE_CHECKED_PRESSEDlv_imgbtn_state_t::LV_IMGBTN_STATE_CHECKED_DISABLEDlv_imgbtn_state_t::_LV_IMGBTN_STATE_NUM
lv_imgbtn_create()lv_imgbtn_set_src()lv_imgbtn_set_state()lv_imgbtn_get_src_left()lv_imgbtn_get_src_middle()lv_imgbtn_get_src_right()lv_imgbtn_classlv_imgbtn_src_info_tlv_imgbtn_t
- lv_imgbtn.h
- switch
- led
- canvas
- textarea
- lv_textarea.h
@21lv_textarea_create()lv_textarea_add_char()lv_textarea_add_text()lv_textarea_delete_char()lv_textarea_delete_char_forward()lv_textarea_set_text()lv_textarea_set_placeholder_text()lv_textarea_set_cursor_pos()lv_textarea_set_cursor_click_pos()lv_textarea_set_password_mode()lv_textarea_set_password_bullet()lv_textarea_set_one_line()lv_textarea_set_accepted_chars()lv_textarea_set_max_length()lv_textarea_set_insert_replace()lv_textarea_set_text_selection()lv_textarea_set_password_show_time()lv_textarea_set_align()lv_textarea_get_text()lv_textarea_get_placeholder_text()lv_textarea_get_label()lv_textarea_get_cursor_pos()lv_textarea_get_cursor_click_pos()lv_textarea_get_password_mode()lv_textarea_get_password_bullet()lv_textarea_get_one_line()lv_textarea_get_accepted_chars()lv_textarea_get_max_length()lv_textarea_text_is_selected()lv_textarea_get_text_selection()lv_textarea_get_password_show_time()lv_textarea_get_current_char()lv_textarea_clear_selection()lv_textarea_cursor_right()lv_textarea_cursor_left()lv_textarea_cursor_down()lv_textarea_cursor_up()lv_textarea_classlv_textarea_tlv_textarea_t::objlv_textarea_t::labellv_textarea_t::placeholder_txtlv_textarea_t::pwd_tmplv_textarea_t::pwd_bulletlv_textarea_t::accepted_charslv_textarea_t::max_lengthlv_textarea_t::pwd_show_timelv_textarea_t::valid_xlv_textarea_t::poslv_textarea_t::arealv_textarea_t::txt_byte_poslv_textarea_t::showlv_textarea_t::click_poslv_textarea_t::cursorlv_textarea_t::sel_startlv_textarea_t::sel_endlv_textarea_t::text_sel_in_proglv_textarea_t::text_sel_enlv_textarea_t::pwd_modelv_textarea_t::one_line
- lv_textarea.h
- draw
- lv_image_buf.h
- lv_image_decoder.h
lv_image_src_tlv_image_decoder_info_f_tlv_image_decoder_open_f_tlv_image_decoder_get_area_cb_tlv_image_decoder_close_f_tlv_image_decoder_tlv_image_decoder_dsc_t_lv_image_src_t_lv_image_decoder_init()lv_image_decoder_get_info()lv_image_decoder_open()lv_image_decoder_get_area()lv_image_decoder_close()lv_image_decoder_create()lv_image_decoder_delete()lv_image_decoder_get_next()lv_image_decoder_set_info_cb()lv_image_decoder_set_open_cb()lv_image_decoder_set_get_area_cb()lv_image_decoder_set_close_cb()lv_image_decoder_built_in_info()lv_image_decoder_built_in_get_area()lv_image_decoder_built_in_open()lv_image_decoder_built_in_close()_lv_image_decoder_t_lv_image_decoder_dsc_t_lv_image_decoder_dsc_t::decoder_lv_image_decoder_dsc_t::src_lv_image_decoder_dsc_t::frame_id_lv_image_decoder_dsc_t::src_type_lv_image_decoder_dsc_t::header_lv_image_decoder_dsc_t::img_data_lv_image_decoder_dsc_t::palette_lv_image_decoder_dsc_t::palette_size_lv_image_decoder_dsc_t::time_to_open_lv_image_decoder_dsc_t::error_msg_lv_image_decoder_dsc_t::cache_entry_lv_image_decoder_dsc_t::user_data
- lv_draw_label.h
lv_draw_label_hint_tlv_draw_letter_cb_tlv_draw_letter_bitmap_format_tlv_draw_label_iterate_letters()lv_draw_label_dsc_init()lv_draw_letter_dsc_init()lv_draw_label()lv_draw_letter()_lv_draw_label_hint_tlv_draw_label_dsc_tlv_draw_label_dsc_t::baselv_draw_label_dsc_t::textlv_draw_label_dsc_t::fontlv_draw_label_dsc_t::sel_startlv_draw_label_dsc_t::sel_endlv_draw_label_dsc_t::colorlv_draw_label_dsc_t::sel_colorlv_draw_label_dsc_t::sel_bg_colorlv_draw_label_dsc_t::line_spacelv_draw_label_dsc_t::letter_spacelv_draw_label_dsc_t::ofs_xlv_draw_label_dsc_t::ofs_ylv_draw_label_dsc_t::opalv_draw_label_dsc_t::bidi_dirlv_draw_label_dsc_t::alignlv_draw_label_dsc_t::flaglv_draw_label_dsc_t::decorlv_draw_label_dsc_t::blend_modelv_draw_label_dsc_t::text_locallv_draw_label_dsc_t::hint
lv_draw_glyph_dsc_t
- lv_draw_mask.h
- lv_draw_image.h
lv_draw_image_dsc_tlv_draw_image_dsc_init()lv_draw_image()lv_draw_layer()lv_image_src_get_type()lv_draw_image_sup_t_lv_draw_image_dsc_t_lv_draw_image_dsc_t::base_lv_draw_image_dsc_t::src_lv_draw_image_dsc_t::header_lv_draw_image_dsc_t::rotation_lv_draw_image_dsc_t::zoom_x_lv_draw_image_dsc_t::zoom_y_lv_draw_image_dsc_t::pivot_lv_draw_image_dsc_t::recolor_lv_draw_image_dsc_t::recolor_opa_lv_draw_image_dsc_t::opa_lv_draw_image_dsc_t::blend_mode_lv_draw_image_dsc_t::frame_id_lv_draw_image_dsc_t::antialias_lv_draw_image_dsc_t::sup
- lv_draw_rect.h
lv_draw_rect_dsc_init()lv_draw_fill_dsc_init()lv_draw_border_dsc_init()lv_draw_box_shadow_dsc_init()lv_draw_bg_image_dsc_init()lv_draw_rect()lv_draw_rect_dsc_tlv_draw_rect_dsc_t::baselv_draw_rect_dsc_t::radiuslv_draw_rect_dsc_t::bg_opalv_draw_rect_dsc_t::bg_colorlv_draw_rect_dsc_t::bg_gradlv_draw_rect_dsc_t::bg_image_srclv_draw_rect_dsc_t::bg_image_symbol_fontlv_draw_rect_dsc_t::bg_image_recolorlv_draw_rect_dsc_t::bg_image_opalv_draw_rect_dsc_t::bg_image_recolor_opalv_draw_rect_dsc_t::bg_image_tiledlv_draw_rect_dsc_t::border_colorlv_draw_rect_dsc_t::border_widthlv_draw_rect_dsc_t::border_opalv_draw_rect_dsc_t::border_sidelv_draw_rect_dsc_t::border_postlv_draw_rect_dsc_t::outline_colorlv_draw_rect_dsc_t::outline_widthlv_draw_rect_dsc_t::outline_padlv_draw_rect_dsc_t::outline_opalv_draw_rect_dsc_t::shadow_colorlv_draw_rect_dsc_t::shadow_widthlv_draw_rect_dsc_t::shadow_ofs_xlv_draw_rect_dsc_t::shadow_ofs_ylv_draw_rect_dsc_t::shadow_spreadlv_draw_rect_dsc_t::shadow_opa
lv_draw_fill_dsc_tlv_draw_bg_image_dsc_tlv_draw_border_dsc_tlv_draw_box_shadow_dsc_t
- lv_draw_triangle.h
- lv_draw_line.h
lv_draw_line_dsc_init()lv_draw_line()lv_draw_line_dsc_tlv_draw_line_dsc_t::baselv_draw_line_dsc_t::p1lv_draw_line_dsc_t::p2lv_draw_line_dsc_t::colorlv_draw_line_dsc_t::widthlv_draw_line_dsc_t::dash_widthlv_draw_line_dsc_t::dash_gaplv_draw_line_dsc_t::opalv_draw_line_dsc_t::blend_modelv_draw_line_dsc_t::round_startlv_draw_line_dsc_t::round_endlv_draw_line_dsc_t::raw_end
- lv_draw.h
lv_draw_task_tlv_draw_unit_tlv_layer_tlv_draw_task_type_tlv_draw_task_type_t::LV_DRAW_TASK_TYPE_FILLlv_draw_task_type_t::LV_DRAW_TASK_TYPE_BORDERlv_draw_task_type_t::LV_DRAW_TASK_TYPE_BOX_SHADOWlv_draw_task_type_t::LV_DRAW_TASK_TYPE_BG_IMGlv_draw_task_type_t::LV_DRAW_TASK_TYPE_LABELlv_draw_task_type_t::LV_DRAW_TASK_TYPE_IMAGElv_draw_task_type_t::LV_DRAW_TASK_TYPE_LAYERlv_draw_task_type_t::LV_DRAW_TASK_TYPE_LINElv_draw_task_type_t::LV_DRAW_TASK_TYPE_ARClv_draw_task_type_t::LV_DRAW_TASK_TYPE_TRIANGLElv_draw_task_type_t::LV_DRAW_TASK_TYPE_MASK_RECTANGLElv_draw_task_type_t::LV_DRAW_TASK_TYPE_MASK_BITMAP
lv_draw_task_state_tlv_draw_init()lv_draw_create_unit()lv_draw_add_task()lv_draw_finalize_task_creation()lv_draw_dispatch()lv_draw_dispatch_layer()lv_draw_dispatch_wait_for_request()lv_draw_dispatch_request()lv_draw_get_next_available_task()lv_draw_layer_create()lv_draw_layer_alloc_buf()lv_draw_layer_go_to_xy()_lv_draw_task_tlv_draw_mask_t_lv_draw_unit_t_lv_layer_tlv_draw_dsc_base_tlv_draw_global_info_t
- lv_draw_arc.h
- lv_draw_buf.h
lv_draw_buf_malloc_cblv_draw_buf_free_cblv_draw_buf_align_cblv_draw_buf_invalidate_cache_cblv_draw_buf_width_to_stride_cblv_draw_buf_go_to_xy_cblv_draw_buf_clear_cblv_draw_buf_copy_cb_lv_draw_buf_init_handlers()lv_draw_buf_get_handlers()lv_draw_buf_malloc()lv_draw_buf_free()lv_draw_buf_align()lv_draw_buf_invalidate_cache()lv_draw_buf_width_to_stride()lv_draw_buf_go_to_xy()lv_draw_buf_clear()lv_draw_buf_copy()lv_draw_buf_handlers_tlv_draw_buf_handlers_t::buf_malloc_cblv_draw_buf_handlers_t::buf_free_cblv_draw_buf_handlers_t::align_pointer_cblv_draw_buf_handlers_t::invalidate_cache_cblv_draw_buf_handlers_t::width_to_stride_cblv_draw_buf_handlers_t::go_to_xy_cblv_draw_buf_handlers_t::buf_clear_cblv_draw_buf_handlers_t::buf_copy_cb
- nxp
- sw
- lv_draw_sw_gradient.h
- lv_draw_sw.h
- lv_draw_sw_mask.h
lv_draw_sw_mask_res_tlv_draw_sw_mask_type_tlv_draw_sw_mask_xcb_tlv_draw_sw_mask_line_side_t_lv_draw_sw_mask_radius_circle_dsc_arr_tlv_draw_sw_mask_map_param_t@0@1@2lv_draw_sw_mask_init()lv_draw_sw_mask_free_param()_lv_draw_sw_mask_cleanup()lv_draw_sw_mask_line_points_init()lv_draw_sw_mask_line_angle_init()lv_draw_sw_mask_angle_init()lv_draw_sw_mask_radius_init()lv_draw_sw_mask_fade_init()lv_draw_sw_mask_map_init()_lv_draw_sw_mask_common_dsc_tlv_draw_sw_mask_line_param_tlv_draw_sw_mask_line_param_t::dsclv_draw_sw_mask_line_param_t::p1lv_draw_sw_mask_line_param_t::p2lv_draw_sw_mask_line_param_t::sidelv_draw_sw_mask_line_param_t::cfglv_draw_sw_mask_line_param_t::origolv_draw_sw_mask_line_param_t::xy_steeplv_draw_sw_mask_line_param_t::yx_steeplv_draw_sw_mask_line_param_t::steeplv_draw_sw_mask_line_param_t::spxlv_draw_sw_mask_line_param_t::flatlv_draw_sw_mask_line_param_t::inv
lv_draw_sw_mask_angle_param_tlv_draw_sw_mask_angle_param_t::dsclv_draw_sw_mask_angle_param_t::vertex_plv_draw_sw_mask_angle_param_t::start_anglelv_draw_sw_mask_angle_param_t::end_anglelv_draw_sw_mask_angle_param_t::cfglv_draw_sw_mask_angle_param_t::start_linelv_draw_sw_mask_angle_param_t::end_linelv_draw_sw_mask_angle_param_t::delta_deg
_lv_draw_sw_mask_radius_circle_dsc_t_lv_draw_sw_mask_radius_circle_dsc_t::buf_lv_draw_sw_mask_radius_circle_dsc_t::cir_opa_lv_draw_sw_mask_radius_circle_dsc_t::x_start_on_y_lv_draw_sw_mask_radius_circle_dsc_t::opa_start_on_y_lv_draw_sw_mask_radius_circle_dsc_t::life_lv_draw_sw_mask_radius_circle_dsc_t::used_cnt_lv_draw_sw_mask_radius_circle_dsc_t::radius
lv_draw_sw_mask_radius_param_tlv_draw_sw_mask_fade_param_t_lv_draw_sw_mask_map_param_t
- blend
- stdlib
- lv_string.h
- lv_mem.h
- lv_sprintf.h
- builtin
- lv_tlsf.h
lv_tlsf_tlv_pool_tlv_tlsf_walkerlv_tlsf_create()lv_tlsf_create_with_pool()lv_tlsf_destroy()lv_tlsf_get_pool()lv_tlsf_add_pool()lv_tlsf_remove_pool()lv_tlsf_malloc()lv_tlsf_memalign()lv_tlsf_realloc()lv_tlsf_free()lv_tlsf_block_size()lv_tlsf_size()lv_tlsf_align_size()lv_tlsf_block_size_min()lv_tlsf_block_size_max()lv_tlsf_pool_overhead()lv_tlsf_alloc_overhead()lv_tlsf_walk_pool()lv_tlsf_check()lv_tlsf_check_pool()lv_tlsf_state_t
- lv_tlsf.h
- themes
- dev
- others
- Contributing
- Coding style
- Changelog
- v8.3.7 3 May 2023
- v8.3.6 3 April 2023
- v8.3.5 7 February 2023
- v8.3.4 15 December 2022
- v8.3.3 06 October 2022
- v8.3.2 27 September 2022
- v8.3.1 25 July 2022
- v8.3.0 6 July 2022
- v8.2.0 31 January 2022
- v8.1.0 10 November 2021
- v8.0.2 (16.07.2021)
- v8.0.1 (14.06.2021)
- v8.0.0 (01.06.2021)
- v7.11.0 (16.03.2021)
- v7.10.1 (16.02.2021)
- v7.10.0 (02.02.2021)
- v7.9.1 (19.01.2021)
- v7.9.0 (05.01.2021)
- v7.8.1 (15.12.2020)
- v7.8.0 (01.12.2020)
- v7.7.2 (17.11.2020)
- v7.7.1 (03.11.2020)
- v7.7.0 (20.10.2020)
- v7.6.1 (06.10.2020)
- v7.6.0 (22.09.2020)
- v7.5.0 (15.09.2020)
- v7.4.0 (01.09.2020)
- v7.3.1 (18.08.2020)
- v7.3.0 (04.08.2020)
- v7.2.0 (21.07.2020)
- v7.1.0 (07.07.2020)
- v7.0.2 (16.06.2020)
- v7.0.1 (01.06.2020)
- v7.0.0 (18.05.2020)
- Roadmap