欢迎阅读LVGL中文开发手册!
- Introduction(介绍)
- Key features(主要特性)
- Requirements(配置要求)
- License(许可证)
- Repository layout(仓库布局)
- Release policy(发布策略)
- FAQ(常见问题)
- Where can I ask questions?(我可以在哪里提问?)
- Is my MCU/hardware supported?(LVGL是否支持我的 MCU/硬件?)
- Is my display supported?(我的显示器是否受支持?)
- LVGL doesn't start, randomly crashes or nothing is drawn on the display. What can be the problem?(LVGL未启动、随机崩溃或显示器上未绘制任何内容。可能是什么问题呢?)
- 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?(如何减少闪存/ROM的使用?)
- How to reduce the RAM usage?(如何减少内存使用)
- How to work with an operating system?(如何使用操作系统?)
- Examples(示例)
- Get started(入门)
- Styles(样式)
- Size styles
- Background styles
- Border styles
- Outline styles
- Shadow styles
- Image styles
- Arc styles
- Text styles
- Line styles
- Transition
- Using multiple styles
- Local styles
- Add styles to parts and states
- Extending the current theme
- Opacity and Transformations
- Metallic knob with conic gradient
- Radial gradient as background
- Gradients for button background
- Animations(动画)
- Events(事件)
- Layouts(布局)
- Scrolling(滚动)
- Widgets(控件)
- Base object(基础对象)
- Arc(圆弧)
- Bar(进度条)
- Button(按钮)
- Button matrix(矩阵按钮)
- Calendar(日历)
- Canvas(画布)
- Chart(图表)
- Checkbox(复选框)
- Colorwheel(色轮)
- Dropdown(下拉列表)
- Image(图像)
- Image button(图像按钮)
- Keyboard(键盘)
- Label(标签)
- LED(指示灯)
- Line(线条)
- List(列表)
- Menu(菜单)
- Meter(仪表)
- Message box(消息框)
- Roller(滚轮)
- Scale(标尺)
- Slider(滑动条)
- Span(富文本)
- Spinbox(微调框)
- Spinner(环形加载器)
- Switch(开关)
- Table(表格)
- Tabview(选项卡)
- Textarea(文本框)
- Tileview(平铺视图)
- Window(窗口)
- Get started(开始)
- Quick overview(快速概览)
- Integration and Drivers(集成与驱动)
- Build systems(构建系统)
- Chip vendors(芯片供应商)
- Drivers(驱动)
- Display
- Linux Framebuffer Driver(Linux framebuffer驱动程序)
- Generic MIPI DCS compatible LCD Controller driver(通用MIPI DCS兼容的液晶控制器驱动程序)
- ILI9341 LCD Controller driver(ILI9341液晶控制器驱动程序)
- Step-by-step Guide: How to use the LVGL v9 LCD drivers with STM32 devices(分步指南:如何将LVGL v9 LCD驱动程序与STM32设备一起使用)
- ST7735 LCD Controller driver(ST7735液晶显示控制器驱动程序)
- ST7789 LCD Controller driver(ST7789液晶控制器驱动程序)
- ST7796 LCD Controller driver(ST7796液晶控制器驱动程序)
- Renesas GLCDC
- Touchpad(触摸板)
- Libinput Driver(Libinput驱动)
- X11 Display/Inputs driver(X11显示/输入驱动程序)
- Windows Display/Inputs driver(Windows显示/输入驱动程序)
- OpenGL ES Display/Inputs driver(OpenGL ES 显示/输入驱动程序)
- Display
- Frameworks(框架)
- IDEs
- (RT)OS
- NuttX RTOS
- What is NuttX?(NuttX是什么?)
- Why NuttX + LVGL?(为什么选择NuttX + LVGL?)
- How to get started with NuttX and LVGL?(如何开始使用NuttX和LVGL?)
- First you need to install the pre-requisites on your system
- Now let's create a workspace to save our files(现在,我们创建一个工作区来保存我们的文件)
- Clone the NuttX and Apps repositories:(克隆NuttX和Apps存储库:)
- Configure NuttX to use the stm32f429i-disco board and the LVGL Demo(配置NuttX以使用stm32f429i-disco板和LVGL演示)
- Flashing the firmware in the board using OpenOCD:(使用OpenOCD将固件刷写到板卡上:)
- Where can I find more information?(在哪里可以找到更多信息?)
- RT-Thread RTOS
- FreeRTOS
- Zephyr
- PX5 RTOS
- MQX RTOS
- QNX
- NuttX RTOS
- Bindings(绑定)
- MicroPython
- Cpp(C++(是一种计算机编程语言))
- PikaScript(皮卡脚本)
- JavaScript
- Output API as JSON data(输出API作为JSON数据)
- Porting(移植)
- Set up a project(设置项目)
- Display interface(显示接口)
- Input device interface(输入设备接口)
- Tick interface(心跳接口)
- Timer Handler
- Sleep management(睡眠管理)
- Operating system and interrupts(操作系统和中断)
- Logging(日志)
- Custom GPU
- Overview(概述)
- Objects(对象)
- Positions, sizes, and layouts(位置、大小和布局)
- Styles(风格样式)
- States(状态)
- Cascading styles(层叠样式)
- Inheritance(继承)
- Parts(部分)
- Initialize styles and set/get properties(初始化样式和设置/获取属性)
- Add and remove styles to a widget(向控件添加和删除样式)
- Local styles(本地样式)
- Properties(属性)
- Transitions(过渡特效)
- Opacity, Blend modes and Transformations(不透明度,混合模式和变换)
- Color filter(色彩过滤)
- Themes(主题)
- Examples
- Size styles
- Background styles
- Border styles
- Outline styles
- Shadow styles
- Image styles
- Arc styles
- Text styles
- Line styles
- Transition
- Using multiple styles
- Local styles
- Add styles to parts and states
- Extending the current theme
- Opacity and Transformations
- Metallic knob with conic gradient
- Radial gradient as background
- Gradients for button background
- API
- Style properties(样式属性)
- Size and position(大小和位置)
- width(宽度)
- min_width(最小宽度)
- max_width(最大宽度)
- height(高度)
- min_height(最低高度)
- max_height(最大高度)
- length(长度)
- x
- y
- align(排列)
- transform_width(改变宽度)
- transform_height(改变高度)
- translate_x(改变x)
- translate_y(改变y)
- transform_scale_x(改变x比例)
- transform_scale_y(改变y比例)
- transform_rotation(改变旋转)
- transform_pivot_x(改变x中心点)
- transform_pivot_y(改变y中心点)
- transform_skew_x
- transform_skew_y
- Padding
- Margin
- Background
- Border
- Outline
- Shadow
- Image
- Line
- Arc
- Text
- Miscellaneous
- Flex
- Grid
- Size and position(大小和位置)
- Scroll(滚动)
- Layers(图层)
- Events(事件)
- Input devices(输入设备)
- Displays(显示)
- Colors(颜色)
- Fonts(字体)
- Images(图象)
- File system(文件系统)
- Animations(动画)
- Timers(定时器)
- Drawing(绘画)
- Profiler(性能分析器)
- Renderers and GPUs
- New widget(新的小部件)
- VG-Lite Simulator(VG-Lite模拟器)
- Widgets(控件)
- Base object(基础对象) (lv_obj)
- Arc(圆弧 ) (lv_arc)
- Animation Image (动画图像) (lv_animimg)
- Bar (进度条)(lv_bar)
- Button(按钮) (lv_button)
- Button matrix(矩阵按钮) (lv_buttonmatrix)
- Calendar(日历) (lv_calendar)
- Chart(图表) (lv_chart)
- Canvas(画布)(lv_canvas)
- Checkbox(复选框) (lv_checkbox)
- Drop-down list(下拉列表)(lv_dropdown)
- Image (图象)(lv_image)
- Image button (图像按钮)(lv_imagebutton)
- Keyboard(键盘) (lv_keyboard)
- Label (标签)(lv_label)
- LED(指示灯) (lv_led)
- Line (线条)(lv_line)
- List(列表) (lv_list)
- Lottie动画 (lv_lottie)
- 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(BMP解码器)
- Tiny JPEG Decompressor (TJpgDec)(微型 JPEG 解压缩器 (TJpgDec) )
- libjpeg-turbo decoder(libjpeg-turbo 解码器)
- LodePNG decoder(LodePNG解码器)
- libpng decoder(libpng解码器)
- GIF decoder(GIF解码器)
- FreeType support(FreeType 支持)
- Tiny TTF font engine(微小的TTF字体引擎)
- QR code(二维码)
- Barcode(条形码)
- Rlottie player
- FFmpeg support(FFmpeg 支持)
- RLE Compress(RLE 压缩)
- Arduino ESP littlefs
- Arduino SD
- littlefs
- Others(其他)
- API
- lv_api_map_v9_1.h
- lv_conf_kconfig.h
- lv_conf_internal.h
- lv_api_map_v9_0.h
- lv_api_map_v8.h
- lvgl.h
- lv_init.h
- font
- lv_binfont_loader.h
- lv_font.h
lv_font_glyph_format_t
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_NONE
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_A1
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_A2
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_A4
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_A8
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_IMAGE
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_VECTOR
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_SVG
lv_font_glyph_format_t::LV_FONT_GLYPH_FORMAT_CUSTOM
lv_font_subpx_t
lv_font_kerning_t
lv_font_get_glyph_bitmap()
lv_font_get_glyph_dsc()
lv_font_glyph_release_draw_data()
lv_font_get_glyph_width()
lv_font_get_line_height()
lv_font_set_kerning()
lv_font_default()
lv_font_montserrat_8
lv_font_montserrat_10
lv_font_montserrat_12
lv_font_montserrat_14
lv_font_montserrat_16
lv_font_montserrat_18
lv_font_montserrat_20
lv_font_montserrat_22
lv_font_montserrat_24
lv_font_montserrat_26
lv_font_montserrat_28
lv_font_montserrat_30
lv_font_montserrat_32
lv_font_montserrat_34
lv_font_montserrat_36
lv_font_montserrat_38
lv_font_montserrat_40
lv_font_montserrat_42
lv_font_montserrat_44
lv_font_montserrat_46
lv_font_montserrat_48
lv_font_montserrat_28_compressed
lv_font_dejavu_16_persian_hebrew
lv_font_simsun_14_cjk
lv_font_simsun_16_cjk
lv_font_unscii_8
lv_font_unscii_16
lv_font_glyph_dsc_t
lv_font_glyph_dsc_t::resolved_font
lv_font_glyph_dsc_t::adv_w
lv_font_glyph_dsc_t::box_w
lv_font_glyph_dsc_t::box_h
lv_font_glyph_dsc_t::ofs_x
lv_font_glyph_dsc_t::ofs_y
lv_font_glyph_dsc_t::format
lv_font_glyph_dsc_t::is_placeholder
lv_font_glyph_dsc_t::index
lv_font_glyph_dsc_t::src
lv_font_glyph_dsc_t::gid
lv_font_glyph_dsc_t::entry
lv_font_t
- lv_font_fmt_txt.h
- lv_symbol_def.h
@16
@16::LV_STR_SYMBOL_BULLET
@16::LV_STR_SYMBOL_AUDIO
@16::LV_STR_SYMBOL_VIDEO
@16::LV_STR_SYMBOL_LIST
@16::LV_STR_SYMBOL_OK
@16::LV_STR_SYMBOL_CLOSE
@16::LV_STR_SYMBOL_POWER
@16::LV_STR_SYMBOL_SETTINGS
@16::LV_STR_SYMBOL_HOME
@16::LV_STR_SYMBOL_DOWNLOAD
@16::LV_STR_SYMBOL_DRIVE
@16::LV_STR_SYMBOL_REFRESH
@16::LV_STR_SYMBOL_MUTE
@16::LV_STR_SYMBOL_VOLUME_MID
@16::LV_STR_SYMBOL_VOLUME_MAX
@16::LV_STR_SYMBOL_IMAGE
@16::LV_STR_SYMBOL_TINT
@16::LV_STR_SYMBOL_PREV
@16::LV_STR_SYMBOL_PLAY
@16::LV_STR_SYMBOL_PAUSE
@16::LV_STR_SYMBOL_STOP
@16::LV_STR_SYMBOL_NEXT
@16::LV_STR_SYMBOL_EJECT
@16::LV_STR_SYMBOL_LEFT
@16::LV_STR_SYMBOL_RIGHT
@16::LV_STR_SYMBOL_PLUS
@16::LV_STR_SYMBOL_MINUS
@16::LV_STR_SYMBOL_EYE_OPEN
@16::LV_STR_SYMBOL_EYE_CLOSE
@16::LV_STR_SYMBOL_WARNING
@16::LV_STR_SYMBOL_SHUFFLE
@16::LV_STR_SYMBOL_UP
@16::LV_STR_SYMBOL_DOWN
@16::LV_STR_SYMBOL_LOOP
@16::LV_STR_SYMBOL_DIRECTORY
@16::LV_STR_SYMBOL_UPLOAD
@16::LV_STR_SYMBOL_CALL
@16::LV_STR_SYMBOL_CUT
@16::LV_STR_SYMBOL_COPY
@16::LV_STR_SYMBOL_SAVE
@16::LV_STR_SYMBOL_BARS
@16::LV_STR_SYMBOL_ENVELOPE
@16::LV_STR_SYMBOL_CHARGE
@16::LV_STR_SYMBOL_PASTE
@16::LV_STR_SYMBOL_BELL
@16::LV_STR_SYMBOL_KEYBOARD
@16::LV_STR_SYMBOL_GPS
@16::LV_STR_SYMBOL_FILE
@16::LV_STR_SYMBOL_WIFI
@16::LV_STR_SYMBOL_BATTERY_FULL
@16::LV_STR_SYMBOL_BATTERY_3
@16::LV_STR_SYMBOL_BATTERY_2
@16::LV_STR_SYMBOL_BATTERY_1
@16::LV_STR_SYMBOL_BATTERY_EMPTY
@16::LV_STR_SYMBOL_USB
@16::LV_STR_SYMBOL_BLUETOOTH
@16::LV_STR_SYMBOL_TRASH
@16::LV_STR_SYMBOL_EDIT
@16::LV_STR_SYMBOL_BACKSPACE
@16::LV_STR_SYMBOL_SD_CARD
@16::LV_STR_SYMBOL_NEW_LINE
@16::LV_STR_SYMBOL_DUMMY
- layouts
- lv_layout.h
- grid
- flex
- lv_flex.h
lv_flex_align_t
lv_flex_flow_t
lv_flex_flow_t::LV_FLEX_FLOW_ROW
lv_flex_flow_t::LV_FLEX_FLOW_COLUMN
lv_flex_flow_t::LV_FLEX_FLOW_ROW_WRAP
lv_flex_flow_t::LV_FLEX_FLOW_ROW_REVERSE
lv_flex_flow_t::LV_FLEX_FLOW_ROW_WRAP_REVERSE
lv_flex_flow_t::LV_FLEX_FLOW_COLUMN_WRAP
lv_flex_flow_t::LV_FLEX_FLOW_COLUMN_REVERSE
lv_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
- libs
- libpng
- fsdrv
- ffmpeg
- rle
- libjpeg_turbo
- thorvg
- tvgLoadModule.h
- tvgTaskScheduler.h
- tvgSvgSceneBuilder.h
- tvgCanvas.h
- tvgRawLoader.h
- config.h
- tvgLottieInterpolator.h
- tvgLock.h
- tvgLottieExpressions.h
- tvgBinaryDesc.h
- tvgSwRasterTexmap.h
- tvgLines.h
- tvgLottieBuilder.h
- tvgXmlParser.h
- tvgAnimation.h
- thorvg.h
tvg
tvg::Result
tvg::PathCommand
tvg::StrokeCap
tvg::StrokeJoin
tvg::FillSpread
tvg::FillRule
tvg::CompositeMethod
tvg::BlendMethod
tvg::CanvasEngine
tvg::cast()
tvg::cast()
tvg::Point
tvg::Matrix
tvg::Vertex
tvg::Polygon
tvg::Paint
tvg::Fill
tvg::Canvas
tvg::LinearGradient
tvg::RadialGradient
tvg::Shape
tvg::Picture
tvg::Scene
tvg::Text
tvg::SwCanvas
tvg::GlCanvas
tvg::WgCanvas
tvg::Initializer
tvg::Animation
tvg::Saver
tvg::Accessor
- tvgText.h
- tvgSwCommon.h
- tvgStr.h
- tvgSaveModule.h
- tvgLoader.h
- tvgIteratorAccessor.h
- tvgPicture.h
- thorvg_lottie.h
- tvgFill.h
- tvgCommon.h
- tvgPaint.h
- tvgSwRasterAvx.h
- tvgFrameModule.h
- tvgSvgUtil.h
- tvgArray.h
- tvgSwRasterC.h
- tvgLottieModel.h
- tvgScene.h
- tvgCompressor.h
- tvgSvgCssStyle.h
- tvgRender.h
- tvgShape.h
- tvgSwRenderer.h
- tvgSvgLoader.h
- tvgSwRasterNeon.h
- tvgMath.h
- tvgLottieLoader.h
- tvgLottieProperty.h
- tvgSvgLoaderCommon.h
- tvgLottieParserHandler.h
- tvgSvgPath.h
- thorvg_capi.h
Tvg_Canvas
Tvg_Paint
Tvg_Gradient
Tvg_Saver
Tvg_Animation
Tvg_Engine
Tvg_Result
Tvg_Composite_Method
Tvg_Composite_Method::TVG_COMPOSITE_METHOD_NONE
Tvg_Composite_Method::TVG_COMPOSITE_METHOD_CLIP_PATH
Tvg_Composite_Method::TVG_COMPOSITE_METHOD_ALPHA_MASK
Tvg_Composite_Method::TVG_COMPOSITE_METHOD_INVERSE_ALPHA_MASK
Tvg_Composite_Method::TVG_COMPOSITE_METHOD_LUMA_MASK
Tvg_Composite_Method::TVG_COMPOSITE_METHOD_INVERSE_LUMA_MASK
Tvg_Blend_Method
Tvg_Blend_Method::TVG_BLEND_METHOD_NORMAL
Tvg_Blend_Method::TVG_BLEND_METHOD_ADD
Tvg_Blend_Method::TVG_BLEND_METHOD_SCREEN
Tvg_Blend_Method::TVG_BLEND_METHOD_MULTIPLY
Tvg_Blend_Method::TVG_BLEND_METHOD_OVERLAY
Tvg_Blend_Method::TVG_BLEND_METHOD_DIFFERENCE
Tvg_Blend_Method::TVG_BLEND_METHOD_EXCLUSION
Tvg_Blend_Method::TVG_BLEND_METHOD_SRCOVER
Tvg_Blend_Method::TVG_BLEND_METHOD_DARKEN
Tvg_Blend_Method::TVG_BLEND_METHOD_LIGHTEN
Tvg_Blend_Method::TVG_BLEND_METHOD_COLORDODGE
Tvg_Blend_Method::TVG_BLEND_METHOD_COLORBURN
Tvg_Blend_Method::TVG_BLEND_METHOD_HARDLIGHT
Tvg_Blend_Method::TVG_BLEND_METHOD_SOFTLIGHT
Tvg_Identifier
Tvg_Path_Command
Tvg_Stroke_Cap
Tvg_Stroke_Join
Tvg_Stroke_Fill
Tvg_Fill_Rule
Tvg_Mempool_Policy
Tvg_Colorspace
tvg_engine_init()
tvg_engine_term()
tvg_swcanvas_create()
tvg_swcanvas_set_target()
tvg_swcanvas_set_mempool()
tvg_canvas_destroy()
tvg_canvas_push()
tvg_canvas_reserve()
tvg_canvas_clear()
tvg_canvas_update()
tvg_canvas_update_paint()
tvg_canvas_draw()
tvg_canvas_sync()
tvg_canvas_set_viewport()
tvg_paint_del()
tvg_paint_scale()
tvg_paint_rotate()
tvg_paint_translate()
tvg_paint_set_transform()
tvg_paint_get_transform()
tvg_paint_set_opacity()
tvg_paint_get_opacity()
tvg_paint_duplicate()
tvg_paint_get_bounds()
tvg_paint_set_composite_method()
tvg_paint_get_composite_method()
tvg_paint_get_identifier()
tvg_paint_set_blend_method()
tvg_paint_get_blend_method()
tvg_shape_new()
tvg_shape_reset()
tvg_shape_move_to()
tvg_shape_line_to()
tvg_shape_cubic_to()
tvg_shape_close()
tvg_shape_append_rect()
tvg_shape_append_circle()
tvg_shape_append_arc()
tvg_shape_append_path()
tvg_shape_get_path_coords()
tvg_shape_get_path_commands()
tvg_shape_set_stroke_width()
tvg_shape_get_stroke_width()
tvg_shape_set_stroke_color()
tvg_shape_get_stroke_color()
tvg_shape_set_stroke_linear_gradient()
tvg_shape_set_stroke_radial_gradient()
tvg_shape_get_stroke_gradient()
tvg_shape_set_stroke_dash()
tvg_shape_get_stroke_dash()
tvg_shape_set_stroke_cap()
tvg_shape_get_stroke_cap()
tvg_shape_set_stroke_join()
tvg_shape_get_stroke_join()
tvg_shape_set_stroke_miterlimit()
tvg_shape_get_stroke_miterlimit()
tvg_shape_set_fill_color()
tvg_shape_get_fill_color()
tvg_shape_set_fill_rule()
tvg_shape_get_fill_rule()
tvg_shape_set_paint_order()
tvg_shape_set_linear_gradient()
tvg_shape_set_radial_gradient()
tvg_shape_get_gradient()
tvg_linear_gradient_new()
tvg_radial_gradient_new()
tvg_linear_gradient_set()
tvg_linear_gradient_get()
tvg_radial_gradient_set()
tvg_radial_gradient_get()
tvg_gradient_set_color_stops()
tvg_gradient_get_color_stops()
tvg_gradient_set_spread()
tvg_gradient_get_spread()
tvg_gradient_set_transform()
tvg_gradient_get_transform()
tvg_gradient_get_identifier()
tvg_gradient_duplicate()
tvg_gradient_del()
tvg_picture_new()
tvg_picture_load()
tvg_picture_load_raw()
tvg_picture_load_data()
tvg_picture_set_size()
tvg_picture_get_size()
tvg_scene_new()
tvg_scene_reserve()
tvg_scene_push()
tvg_scene_clear()
tvg_saver_new()
tvg_saver_save()
tvg_saver_sync()
tvg_saver_del()
tvg_animation_new()
tvg_animation_set_frame()
tvg_animation_get_picture()
tvg_animation_get_frame()
tvg_animation_get_total_frame()
tvg_animation_get_duration()
tvg_animation_set_segment()
tvg_animation_get_segment()
tvg_animation_del()
tvg_lottie_animation_new()
tvg_lottie_animation_override()
tvg_lottie_animation_set_marker()
tvg_lottie_animation_get_markers_cnt()
tvg_lottie_animation_get_marker()
Tvg_Color_Stop
Tvg_Point
Tvg_Matrix
- tvgInlist.h
- tvgLottieParser.h
- rapidjson
- rlottie
- tjpgd
- tjpgdcnf.h
- tjpgd.h
jd_yuv_t
JDEC
JRESULT
jd_prepare()
jd_decomp()
jd_mcu_load()
jd_mcu_output()
jd_restart()
JRECT
JDEC::dctr
JDEC::dptr
JDEC::inbuf
JDEC::dbit
JDEC::scale
JDEC::msx
JDEC::msy
JDEC::qtid
JDEC::ncomp
JDEC::dcv
JDEC::nrst
JDEC::rst
JDEC::rsc
JDEC::width
JDEC::height
JDEC::huffbits
JDEC::huffcode
JDEC::huffdata
JDEC::qttbl
JDEC::wreg
JDEC::marker
JDEC::workbuf
JDEC::mcubuf
JDEC::pool
JDEC::pool_original
JDEC::sz_pool
JDEC::infunc
JDEC::device
- lv_tjpgd.h
- freetype
- lv_freetype.h
LV_FT_FONT_STYLE
lv_freetype_outline_t
lv_freetype_font_style_t
lv_freetype_font_render_mode_t
lv_freetype_outline_type_t
lv_freetype_init()
lv_freetype_uninit()
lv_freetype_font_create()
lv_freetype_font_delete()
lv_freetype_outline_add_event()
lv_freetype_outline_get_scale()
lv_freetype_is_outline_font()
- ftmodule.h
- ftoption.h
- lv_freetype.h
- lz4