Logo
  • Introduction
    • Key features
    • Requirements
    • License
    • Repository layout
    • Release policy
      • Release cycle
      • Branches
      • Changelog
      • Version support
    • 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
      • A very simple hello world label
      • A button with a label and react on click event
      • Create styles from scratch for buttons
      • Create a slider and write its value on a label
    • 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
      • Start animation on an event
      • Playback animation
      • Cubic Bezier animation
      • Animation timeline
    • Events
      • Button click event
      • Handle multiple events
      • Event bubbling
      • Draw event
    • Layouts
      • Flex
        • A simple row and a column layout with flexbox
        • Arrange items in rows with wrap and even spacing
        • Demonstrate flex grow
        • Demonstrate flex grow.
        • Demonstrate column and row gap style properties
        • RTL base direction changes order of the items
      • Grid
        • A simple grid
        • Demonstrate cell placement and span
        • Demonstrate grid's -free unit-
        • Demonstrate track placement
        • Demonstrate column and row gap
        • Demonstrate RTL direction on grid
    • Scrolling
      • Nested scrolling
      • Snapping
      • Floating button
      • Styling the scrollbars
      • Right to left scrolling
      • Translate on scroll
    • Widgets
      • Base object
        • Base objects with custom styles
        • Make an object draggable
      • Arc
        • Simple Arc
        • Loader with Arc
      • Bar
        • Simple Bar
        • Styling a bar
        • Temperature meter
        • Stripe pattern and range value
        • Bar with LTR and RTL base direction
        • Custom drawer to show the current value
        • Bar with opposite direction
      • Button
      • Button matrix
      • Calendar
        • Calendar with header
        • Chinese calendar
      • Canvas
        • Drawing on the Canvas and rotate
        • Transparent Canvas with chroma keying
        • Draw a rectangle to the canvas
        • Draw a label to the canvas
        • Draw an arc to the canvas
        • Draw an image to the canvas
        • Draw a line to the canvas
        • Draw a vector graphic to the canvas
      • Chart
        • Line Chart
        • Axis ticks and labels with scrolling
        • Show the value of the pressed points
        • Recolor bars based on their value
        • Faded area line chart with custom division lines
        • Show cursor on the clicked point
        • Scatter chart
        • Circular line chart with gap
      • Checkbox
        • Simple Checkboxes
        • Checkboxes as radio buttons
      • Colorwheel
      • Dropdown
        • Simple Drop down list
        • Drop down in four directions
        • Menu
      • Image
      • Image button
        • Simple Image button
      • Keyboard
        • Keyboard with text area
        • Keyboard with custom map
      • Label
        • Line wrap, recoloring and scrolling
        • Text shadow
        • Show LTR, RTL and Chinese texts
        • Draw label with gradient color
        • Customize circular scrolling animation
      • LED
        • LED with custom style
      • Line
        • Simple Line
      • List
        • Simple List
        • Sorting a List using up and down buttons
      • Menu
        • Simple Menu
        • Simple Menu with root btn
        • Simple Menu with custom header
        • Simple Menu with floating btn to add new menu page
        • Complex Menu
      • Meter
      • Message box
        • Simple Message box
        • Scrolling and styled Message box
      • Roller
        • Simple Roller
        • Styling the roller
        • add fade mask to roller
      • Scale
      • Slider
        • Simple Slider
        • Slider with custom style
        • Slider with extended drawer
        • Slider with opposite direction
      • Span
        • Span with custom styles
      • Spinbox
        • Simple Spinbox
      • Spinner
        • Simple spinner
      • Switch
        • Simple Switch
      • Table
        • Simple table
        • Lightweighted list from table
      • Tabview
        • Simple Tabview
        • Tabs on the left, styling and no scrolling
      • Textarea
        • Simple Text area
        • Text area with password field
        • Text auto-formatting
      • Tileview
        • Tileview with content
      • Window
        • Simple window
  • Get started
    • Quick overview
      • Get started in a simulator
      • Add LVGL into your project
      • Learn the basics
        • Widgets
        • Events
        • Parts
        • States
        • Styles
        • Themes
      • Examples
      • A very simple hello world label
      • A button with a label and react on click event
      • Create styles from scratch for buttons
      • Create a slider and write its value on a label
      • MicroPython
  • Integration and Drivers
    • Build systems
      • make
      • cmake
        • Overview
    • Chip vendors
      • Espressif (ESP32 Chip Series)
        • LVGL Demo Projects for ESP32
        • Using LVGL in Your ESP-IDF Project
        • Support for Display and Touch Drivers
      • NXP
        • Creating new project with LVGL
        • HW acceleration for NXP iMX RT platforms
      • Renesas
        • Dave2D
        • GLCDC
        • Supported boards
        • Get started with the Renesas ecosystem
        • Modify the project
        • Support
      • STM32
        • Including LVGL in a Project
        • Bare Metal Example
        • FreeRTOS Example
    • Drivers
      • Display
        • Linux Framebuffer Driver
        • Generic MIPI DCS compatible LCD Controller driver
        • ILI9341 LCD Controller driver
        • Step-by-step Guide: How to use the LVGL v9 LCD drivers with STM32 devices
        • ST7735 LCD Controller driver
        • ST7789 LCD Controller driver
        • ST7796 LCD Controller driver
        • Renesas GLCDC
      • Touchpad
        • FT6X36
        • Linux Evdev Driver
      • Libinput Driver
        • Overview
        • Prerequisites
        • Configuring the driver
        • Usage
      • X11 Display/Inputs driver
        • Overview
        • Prerequisites
        • Configure X11 driver
        • Usage
      • Windows Display/Inputs driver
        • Overview
        • Prerequisites
        • Configure Windows driver
        • Usage
      • OpenGL ES Display/Inputs driver
        • Overview
        • Prerequisites
        • Configure OpenGL driver
        • Basic usage
        • Advanced usage
      • Wayland Display/Inputs driver
        • Overview
        • Dependencies
        • Configuring the wayland driver
        • Example
        • Usage
        • Building the wayland driver
        • Current state and objectives
        • Bug reports
    • Frameworks
      • Arduino
        • Get the LVGL Arduino library
        • Set up drivers
        • Configure LVGL
        • Initialize and run LVGL
        • Use the examples and demos
        • Debugging and logging
      • Platformio
      • Tasmota and berry
        • What is Tasmota?
        • What is Berry?
        • Why LVGL + Tasmota + Berry?
        • So what does it look like?
        • How can I use it?
        • Where can I find more information?
    • IDEs
      • Simulator on PC
        • Select an IDE
        • Built-in drivers
      • MDK
    • (RT)OS
      • NuttX RTOS
        • What is NuttX?
        • Why NuttX + LVGL?
        • How to get started with NuttX and LVGL?
        • Where can I find more information?
      • RT-Thread RTOS
        • What is RT-Thread?
        • How to run LVGL on RT-Thread?
      • FreeRTOS
      • Zephyr
        • What is Zephyr?
        • How to run LVGL on Zephyr?
        • Leveraging Zephyr Features
        • Where can I find more information?
      • PX5 RTOS
      • MQX RTOS
      • QNX
        • What is QNX?
        • How to run LVGL on QNX?
    • Bindings
      • MicroPython
        • What is MicroPython?
        • Why MicroPython + LVGL?
        • So what does it look like?
        • How can I use it?
        • Where can I find more information?
        • The MicroPython Binding is auto generated!
      • Cpp
      • PikaScript
        • What is PikaScript ?
        • Why PikaScript + LVGL ?
        • So how does it look like?
        • How does it work?
        • How can I use it?
      • JavaScript
        • Table of Contents
        • Features
        • Demo
        • Building
        • Components
        • Font
        • Animation
        • Style
        • JSAPI
        • Thanks
      • Output API as JSON data
  • Porting
    • Set up a project
      • Get the library
      • Add lvgl to your project
        • Automatically add files
        • Make and CMake
        • Other platforms and tools
        • Demos and Examples
      • Configuration file
      • Initialization
    • Display interface
      • Basic setup
        • flush_cb
        • Draw buffers
      • Advanced options
        • Resolution
        • Flush wait callback
        • Rotation
        • Color format
        • Swap endianness
        • Monochrome Displays
        • User data
        • Decoupling the display refresh timer
        • Force refreshing
      • Events
      • Further reading
      • API
    • Input device interface
      • Types of input devices
        • Touchpad, mouse or any pointer
        • Keypad or keyboard
        • Encoder
        • Button
      • Other features
        • Parameters
        • Feedback
        • Associating with a display
        • Buffered reading
        • Switching the input device to event-driven mode
      • Further reading
      • API
    • Tick interface
      • API
    • Timer Handler
      • API
    • Sleep management
    • Operating system and interrupts
      • Tasks and threads
      • Interrupts
    • Logging
      • Log level
      • Printing logs
        • Logging with printf
        • Custom log function
      • Add logs
      • API
    • Custom GPU
      • Overview
        • Draw task
        • Draw unit
        • Draw task evaluation
        • Dispatching
        • Layers
        • Hierarchy of modules
      • References
      • API
  • Overview
    • Objects
      • Attributes
        • Basic attributes
        • Specific attributes
      • Working mechanisms
        • Parent-child structure
        • Moving together
        • Visibility only on the parent
        • Create and delete objects
      • Screens
        • Create screens
        • Get the active screen
        • Load screens
        • Layers
        • Handling multiple displays
      • Parts
      • States
      • Snapshot
      • API
    • Positions, sizes, and layouts
      • Overview
        • Units
        • Boxing model
        • Important notes
      • Position
        • Simple way
        • Align
      • Size
        • Sizing the Simple way
      • Using styles
      • Translation
      • Transformation
        • Min and Max size
      • Layout
        • Layout Overview
        • Built-in layout
        • Flags
        • Adding new layouts
      • Examples
      • API
    • Styles
      • States
      • Cascading styles
      • Inheritance
      • Parts
      • Initialize styles and set/get properties
      • Add and remove styles to a widget
        • Add styles
        • Replace styles
        • Remove styles
        • Report style changes
        • Get a property's value on an object
      • Local styles
      • Properties
        • Typical background properties
      • Transitions
      • Opacity, Blend modes and Transformations
      • Color filter
      • Themes
        • Extending 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
        • translate_y
        • transform_scale_x
        • transform_scale_y
        • transform_rotation
        • transform_pivot_x
        • transform_pivot_y
        • transform_skew_x
        • transform_skew_y
      • Padding
        • pad_top
        • pad_bottom
        • pad_left
        • pad_right
        • pad_row
        • pad_column
      • Margin
        • margin_top
        • margin_bottom
        • margin_left
        • margin_right
      • Background
        • bg_color
        • bg_opa
        • bg_grad_color
        • bg_grad_dir
        • bg_main_stop
        • bg_grad_stop
        • bg_main_opa
        • bg_grad_opa
        • bg_grad
        • bg_image_src
        • bg_image_opa
        • bg_image_recolor
        • bg_image_recolor_opa
        • bg_image_tiled
      • Border
        • border_color
        • border_opa
        • border_width
        • border_side
        • border_post
      • Outline
        • outline_width
        • outline_color
        • outline_opa
        • outline_pad
      • Shadow
        • shadow_width
        • shadow_offset_x
        • shadow_offset_y
        • shadow_spread
        • shadow_color
        • shadow_opa
      • Image
        • image_opa
        • image_recolor
        • image_recolor_opa
      • Line
        • line_width
        • line_dash_width
        • line_dash_gap
        • line_rounded
        • line_color
        • line_opa
      • Arc
        • arc_width
        • arc_rounded
        • arc_color
        • arc_opa
        • arc_image_src
      • Text
        • text_color
        • text_opa
        • text_font
        • text_letter_space
        • text_line_space
        • text_decor
        • text_align
      • Miscellaneous
        • radius
        • clip_corner
        • opa
        • opa_layered
        • color_filter_dsc
        • color_filter_opa
        • anim
        • anim_duration
        • transition
        • blend_mode
        • layout
        • base_dir
        • bitmap_mask_src
        • rotary_sensitivity
      • Flex
        • flex_flow
        • flex_main_place
        • flex_cross_place
        • flex_track_place
        • flex_grow
      • Grid
        • grid_column_dsc_array
        • grid_column_align
        • grid_row_dsc_array
        • grid_row_align
        • grid_cell_column_pos
        • grid_cell_x_align
        • grid_cell_column_span
        • grid_cell_row_pos
        • grid_cell_y_align
        • grid_cell_row_span
    • Scroll
      • Overview
        • Scrollbar
        • Events
      • Basic example
      • Features of scrolling
        • Scrollable
        • Scroll chain
        • Scroll momentum
        • Elastic scroll
        • Snapping
        • Scroll one
        • Scroll on focus
      • Scroll manually
      • Self size
      • Examples
        • Nested scrolling
        • Snapping
        • Floating button
        • Styling the scrollbars
        • Right to left scrolling
        • Translate on scroll
      • API
    • Layers
      • Order of creation
        • Change order
      • Screen-like layers
        • Top and sys layers
        • Bottom layers
      • Draw layers
        • Simple layer
        • Transformed layer
        • Clip corner
      • API
    • Events
      • Add events to a widget
      • Remove event(s) from widgets
      • Event codes
        • Input device events
        • Drawing events
        • Special events
        • Other events
        • Display events
        • Custom events
      • Sending events
        • Refresh event
      • Fields of lv_event_t
      • Event bubbling
      • Examples
        • Button click event
        • Handle multiple events
        • Event bubbling
        • Draw event
      • API
    • Input devices
      • Pointers
        • Cursor
        • Gestures
      • Keypad and encoder
        • Groups
        • Styling
      • API
    • Displays
      • Multiple display support
        • Using only one display
        • Mirror display
        • Split image
      • Screens
        • Transparent screens
      • Features of displays
        • Inactivity
        • Background
      • API
    • Colors
      • Creating colors
        • RGB
        • HSV
        • Palette
        • Modify and mix colors
        • Built-in colors
      • Opacity
      • API
    • Fonts
      • Unicode support
      • Built-in fonts
        • Normal fonts
        • Special fonts
      • Special features
        • Bidirectional support
        • Arabic and Persian support
        • Subpixel rendering
        • Compressed fonts
        • Kerning
      • Add a new font
      • Add new symbols
      • Load a font at run-time
      • Load a font from a memory buffer at run-time
      • Use a BDF font
        • Convert BDF to TTF
        • Example for a 12px font
      • Add a new font engine
      • Use font fallback
      • API
    • Images
      • Store images
        • Variables
        • Files
      • Color formats
      • Add and use images
        • Online converter
        • Manually create an image
        • Use images
      • Image decoder
        • Custom image formats
        • Register an image decoder
        • Manually use an image decoder
        • Image post-processing
      • Image caching
        • Cache size
        • Value of images
        • Memory usage
        • Clean the cache
        • Custom cache algorithm
      • API
    • File system
      • Ready to use drivers
      • Adding a driver
        • Registering a driver
        • Implementing the callbacks
        • Other callbacks
      • Usage example
      • Use drives for images
      • Optional file buffering/caching
        • lv_fs_read (behavior when the cache is enabled)
        • lv_fs_write (behavior when the cache is enabled)
        • lv_fs_seek (behavior when the cache is enabled)
        • lv_fs_tell (behavior when the cache is enabled)
      • API
    • Animations
      • Create an animation
      • Animation path
      • Speed vs time
      • Delete animations
      • Timeline
      • Examples
        • Start animation on an event
        • Playback animation
        • Cubic Bezier animation
        • Animation timeline
      • API
    • Timers
      • Create a timer
      • Ready and Reset
      • Set parameters
      • Repeat count
      • Enable and Disable
      • Pause and Resume
      • Measure idle time
      • Timer handler resume callback
      • Asynchronous calls
      • API
    • Profiler
      • Introduction
      • Usage
        • Configure profiler
        • Run the test scenario
        • Process the logs
        • Performance analysis
      • Add Measurement Point
      • Custom profiler implementation
      • FAQ
        • Perfetto log parsing fails
        • Function execution time displayed as 0s in Perfetto
        • Significant stuttering occurs during profiling
        • Trace logs are not being output
    • Renderers and GPUs
      • Software renderer
        • API
      • SDL renderer
        • API
      • Arm-2D GPU
        • How to Use
        • Design Considerations
        • Examples
        • API
      • NXP PXP GPU
        • API
      • DMA2D GPU
        • API
      • NXP VGLite GPU
        • API
      • VG-Lite General GPU
        • Configuration
        • VG-Lite Simulator
    • New widget
    • VG-Lite Simulator
      • How it works
      • Configuration
  • Widgets
    • Base object (lv_obj)
      • Overview
        • Coordinates
        • Parents and children
        • Display and Screens
        • Events
        • Styles
        • Flags
        • Groups
        • Extended click area
      • Events
      • Keys
      • Example
        • Base objects with custom styles
        • Make an object draggable
      • API
    • Arc (lv_arc)
      • Overview
      • Parts and Styles
      • Usage
        • Value and range
        • Rotation
        • Mode
        • Change rate
        • Knob offset
        • Setting the indicator manually
        • Interactive area
        • Place another object to the knob
      • Events
      • Keys
      • Example
        • Simple Arc
        • Loader with Arc
      • API
    • Animation Image (lv_animimg)
      • Overview
      • Parts and Styles
      • Usage
        • Image sources
        • Using the inner animation
      • Events
      • Keys
      • Example
        • Simple Animation Image
      • API
    • Bar (lv_bar)
      • Overview
      • Parts and Styles
      • Usage
        • Value and range
        • Modes
      • Events
      • Keys
      • Example
        • Simple Bar
        • Styling a bar
        • Temperature meter
        • Stripe pattern and range value
        • Bar with LTR and RTL base direction
        • Custom drawer to show the current value
        • Bar with opposite direction
      • API
    • Button (lv_button)
      • Overview
      • Parts and Styles
      • Usage
      • Events
      • Keys
      • Example
        • Simple Buttons
        • Styling buttons
        • Gummy button
      • API
    • Button matrix (lv_buttonmatrix)
      • Overview
      • Parts and Styles
      • Usage
        • Button's text
        • Control buttons
        • One check
      • Events
      • Keys
      • Example
        • Simple Button matrix
        • Custom buttons
        • Pagination
      • API
    • Calendar (lv_calendar)
      • Overview
      • Parts and Styles
      • Usage
        • Current date
        • Shown date
        • Highlighted days
        • Name of the days
        • Custom year list
        • Chinese calendar
      • Events
      • Keys
      • Headers
        • Arrow buttons
        • Drop-down
      • Example
        • Calendar with header
        • Chinese calendar
      • API
    • Chart (lv_chart)
      • Overview
      • Parts and Styles
      • Usage
        • Chart type
        • Data series
        • Modify the data
        • Update modes
        • Number of points
        • Vertical range
        • Division lines
        • Override default start point for series
        • Tick marks and labels
        • Zoom
        • Cursor
      • Events
      • Keys
      • Example
        • Line Chart
        • Axis ticks and labels with scrolling
        • Show the value of the pressed points
        • Recolor bars based on their value
        • Faded area line chart with custom division lines
        • Show cursor on the clicked point
        • Scatter chart
        • Circular line chart with gap
      • API
    • Canvas (lv_canvas)
      • Overview
      • Parts and Styles
      • Usage
        • Buffer
        • Indexed colors
        • Drawing
      • Events
      • Keys
      • Example
        • Drawing on the Canvas and rotate
        • Transparent Canvas with chroma keying
        • Draw a rectangle to the canvas
        • Draw a label to the canvas
        • Draw an arc to the canvas
        • Draw an image to the canvas
        • Draw a line to the canvas
        • Draw a vector graphic to the canvas
      • API
    • Checkbox (lv_checkbox)
      • Overview
      • Parts and Styles
      • Usage
        • Text
        • Check, uncheck, disable
      • Events
      • Keys
      • Example
        • Simple Checkboxes
        • Checkboxes as radio buttons
      • API
    • Drop-down list (lv_dropdown)
      • Overview
      • Parts and Styles
        • Button
        • List
      • Usage
      • Options
        • Set options
        • Get selected option
        • Direction
        • Symbol
        • Show selected
        • Manually open/close
      • Events
      • Keys
      • Example
        • Simple Drop down list
        • Drop down in four directions
        • Menu
      • API
    • Image (lv_image)
      • Overview
      • Parts and Styles
      • Usage
        • Image source
        • Label as an image
        • Transparency
        • Palette and Alpha index
        • Recolor
        • Offset
        • Transformations
        • Inner align
      • Events
      • Keys
      • Example
        • Image from variable and symbol
        • Image recoloring
        • Rotate and zoom
        • Image offset and styling
      • API
    • Image button (lv_imagebutton)
      • Overview
      • Parts and Styles
      • Usage
        • Image sources
        • States
      • Events
      • Keys
      • Example
        • Simple Image button
      • API
    • Keyboard (lv_keyboard)
      • Overview
      • Parts and Styles
      • Usage
        • Modes
        • Assign Text area
        • Key Popovers
        • New Keymap
      • Events
      • Keys
      • Example
        • Keyboard with text area
        • Keyboard with custom map
      • API
    • Label (lv_label)
      • Overview
      • Parts and Styles
      • Usage
        • Set text
        • Newline
        • Long modes
        • Text selection
        • Text alignment
        • Very long texts
        • Custom scrolling animations
        • Symbols
      • Events
      • Keys
      • Example
        • Line wrap, recoloring and scrolling
        • Text shadow
        • Show LTR, RTL and Chinese texts
        • Draw label with gradient color
        • Customize circular scrolling animation
      • API
    • LED (lv_led)
      • Overview
      • Parts and Styles
      • Usage
        • Color
        • Brightness
        • Toggle
      • Events
      • Keys
      • Example
        • LED with custom style
      • API
    • Line (lv_line)
      • Overview
      • Parts and Styles
      • Usage
        • Set points
        • Auto-size
        • Invert y
      • Events
      • Keys
      • Example
        • Simple Line
      • API
    • List (lv_list)
      • Overview
      • Parts and Styles
      • Usage
        • Buttons
        • Texts
      • Events
      • Keys
      • Example
        • Simple List
        • Sorting a List using up and down buttons
      • API
    • Lottie (lv_lottie)
      • Overview
      • Parts and Styles
      • Usage
        • Dependencies
        • Set a buffer
        • Set a source
        • Get the animation
      • Events
      • Keys
      • Example
        • Load a Lottie animation from an array
        • Load a Lottie animation from file
      • API
    • Menu (lv_menu)
      • Overview
      • Parts and Styles
      • Usage
        • Create a menu
        • Header mode
        • Root back button mode
        • Create a menu page
        • Set a menu page in the main area
        • Set a menu page in the sidebar
        • Linking between menu pages
        • Create a menu container, section, separator
      • Events
      • Keys
      • Example
        • Simple Menu
        • Simple Menu with root btn
        • Simple Menu with custom header
        • Simple Menu with floating btn to add new menu page
        • Complex Menu
      • API
    • Message box (lv_msgbox)
      • Overview
      • Parts and Styles
      • Usage
        • Create a message box
        • Get the parts
        • Close the message box
      • Events
      • Keys
      • Example
        • Simple Message box
        • Scrolling and styled Message box
      • API
    • Roller (lv_roller)
      • Overview
      • Parts and Styles
      • Usage
        • Set options
        • Get selected option
        • Visible rows
      • Events
      • Keys
      • Example
        • Simple Roller
        • Styling the roller
        • add fade mask to roller
      • API
    • Scale (lv_scale)
      • Overview
      • Parts and Styles
      • Usage
        • Set ranges
        • Tick drawing order
        • Configure ticks
        • Sections
      • Events
      • Keys
      • Example
      • API
    • Slider (lv_slider)
      • Overview
      • Parts and Styles
      • Usage
        • Value and range
        • Modes
        • Knob-only mode
      • Events
      • Keys
      • Example
        • Simple Slider
        • Slider with custom style
        • Slider with extended drawer
        • Slider with opposite direction
      • API
    • Span (lv_span)
      • Overview
      • Parts and Styles
      • Usage
        • Set text and style
        • Retrieving a span child
        • Child Count
        • Text align
        • Modes
        • Overflow
        • First line indent
        • Lines
      • Events
      • Keys
      • Example
        • Span with custom styles
      • API
    • Spinbox (lv_spinbox)
      • Overview
      • Parts and Styles
        • Value, range and step
        • Format
        • Rollover
      • Events
      • Keys
      • Example
        • Simple Spinbox
      • API
    • Spinner (lv_spinner)
      • Overview
      • Parts and Styles
      • Usage
        • Create a spinner
      • Events
      • Keys
      • Example
        • Simple spinner
      • API
    • Switch (lv_switch)
      • Overview
      • Parts and Styles
      • Usage
        • Change state
      • Events
      • Keys
      • Example
        • Simple Switch
      • API
    • Table (lv_table)
      • Overview
      • Parts and Styles
      • Usage
        • Set cell value
        • Rows and Columns
        • Width and Height
        • Merge cells
        • Scroll
      • Events
      • Keys
      • Example
        • Simple table
        • Lightweighted list from table
        • MicroPython
      • API
    • Tabview (lv_tabview)
      • Overview
      • Parts and Styles
      • Usage
        • Create a Tab view
        • Add tabs
        • Rename tabs
        • Change tab
        • Set tab bar position
        • Set tab bar size
        • Get the parts
      • Events
      • Keys
      • Example
        • Simple Tabview
        • Tabs on the left, styling and no scrolling
      • API
    • Text area (lv_textarea)
      • Overview
      • Parts and Styles
      • Usage
        • Add text
        • Placeholder
        • Delete character
        • Move the cursor
        • Hide the cursor
        • One line mode
        • Password mode
        • Accepted characters
        • Max text length
        • Very long texts
        • Select text
      • Events
      • Keys
      • Example
        • Simple Text area
        • Text area with password field
        • Text auto-formatting
      • API
    • Tile view (lv_tileview)
      • Overview
      • Parts and Styles
      • Usage
        • Add a tile
        • Change tile
      • Events
      • Keys
      • Example
        • Tileview with content
      • API
    • Window (lv_win)
      • Overview
      • Parts and Styles
      • Usage
        • Create a Window
        • Title and buttons
      • Get the parts
      • Events
      • Keys
      • Example
        • Simple window
      • API
  • Layouts
    • Flex
      • Overview
      • Terms
      • Simple interface
        • Flex flow
        • Flex align
        • Flex grow
      • Style interface
        • Internal padding
      • Other features
        • RTL
        • New track
      • Example
        • A simple row and a column layout with flexbox
        • Arrange items in rows with wrap and even spacing
        • Demonstrate flex grow
        • Demonstrate flex grow.
        • Demonstrate column and row gap style properties
        • RTL base direction changes order of the items
      • API
    • Grid
      • Overview
      • Terms
      • Simple interface
        • Grid descriptors
        • Grid items
        • Grid align
        • Sub grid
      • Style interface
        • Internal padding
      • Other features
        • RTL
      • Example
        • A simple grid
        • Demonstrate cell placement and span
        • Demonstrate grid's -free unit-
        • Demonstrate track placement
        • Demonstrate column and row gap
        • Demonstrate RTL direction on grid
      • API
  • 3rd party libraries
    • File System Interfaces
      • Usage
        • Working with common prefixes
        • Caching
      • API
    • BMP decoder
      • Limitations
      • Example
      • Open a BMP image from file
      • API
    • Tiny JPEG Decompressor (TJpgDec)
      • Overview
      • Usage
      • Converter
        • Converting JPEG to C array
      • Example
      • Load a JPG image
      • API
    • libjpeg-turbo decoder
      • Install
      • Add libjpeg-turbo to your project
      • Usage
      • Example
      • Load a JPG image
      • API
    • LodePNG decoder
      • Compress PNG files
      • Example
      • Open a PNG image from file and variable
      • API
    • libpng decoder
      • Install
      • Add libpng to your project
      • Usage
      • Example
      • Open a PNG image from file and variable
      • API
    • GIF decoder
      • Convert GIF files to C array
      • Use GIF images from file
      • Memory requirements
      • Example
      • Open a GIF image from file and variable
      • API
    • FreeType support
      • Add FreeType to your project
        • For UNIX
        • For Embedded Devices
      • Usage
      • Example
      • Open a front with FreeType
      • Learn more
      • API
    • Tiny TTF font engine
      • Usage
      • Example
      • Open a font with Tiny TTF from data array
      • Load a font with Tiny_TTF from file
      • Change font size with Tiny_TTF
      • API
    • QR code
      • Usage
      • Notes
      • Example
      • Create a QR Code
      • API
    • Barcode
      • Usage
      • Notes
      • Example
      • Create a Barcode
      • API
    • Rlottie player
      • Build Rlottie
        • ESP-IDF example at bottom
      • Usage
        • Use Rlottie from file
        • Use Rlottie from raw string data
      • Getting animations
      • Controlling animations
      • ESP-IDF Example
        • Background
        • IDF Setup
        • Rlottie patch file
        • CMakeLists for IDF
        • Additional Rlottie considerations in ESP-IDF
        • Additional changes to make use of SPIRAM
      • Example
      • Load a Lottie animation from raw data
      • Load a Lottie animation from a file
      • API
    • FFmpeg support
      • Install FFmpeg
      • Add FFmpeg to your project
      • Usage
      • Example
      • Decode image
      • Decode video
      • API
    • RLE Compress
      • Benefits
      • Theory
      • Usage
      • Generate RLE compressed binary images
    • Arduino ESP littlefs
      • Usage
      • API
    • Arduino SD
      • Usage
      • API
    • littlefs
      • Usage
      • Example
      • API
  • Others
    • Snapshot
      • Usage
        • Free the Image
        • Use Existing Buffer
      • Example
      • Simple snapshot example
      • API
    • Monkey
      • Usage
      • Example
      • Touchpad monkey example
      • Encoder monkey example
      • Button monkey example
      • API
    • Grid navigation
      • Usage
      • Focusable objects
      • Example
      • Basic grid navigation
      • Grid navigation on a list
      • Nested grid navigations
      • Simple navigation on a list widget
      • Grid navigation for only one axis
      • API
    • File Explorer
      • Usage
        • Quick access
        • Sort
      • Events
      • Example
      • Simple File Explorer
      • Control File Explorer
      • Custom sort
      • API
    • Fragment
      • Usage
        • Create Fragment Class
        • Use lv_fragment_manager
        • Fragment Based Navigation
      • Example
      • Basic fragment usage
      • Stack navigation example
      • API
    • Observer
      • Overview
      • Subject
        • Subject initialization
        • Set subject value
        • Get subject's value
        • Get subject's previous value
      • Observer
        • Subscribe to a subject
        • Unsubscribe from a subject
      • Subject groups
      • Widget binding
        • Base object
        • Label
        • Arc
        • Slider
        • Roller
        • Drop-down
      • Example
        • Bind a slider's value to a label
        • Handling login and its states
        • Set time with 12/24 mode and AM/PM
        • Custom tab view with state management
        • Firmware update process
        • Modular style update on theme change
      • API
    • Image font
      • Usage
      • Example
      • Use emojis in a text.
      • API
    • Pinyin IME
      • Usage
      • Custom dictionary
        • Dictionary format
        • Apply new dictionary
      • Modes
      • Example
      • Pinyin IME 26 key input
      • Pinyin IME 9 key input
      • API
    • OBJ ID
      • Usage
        • Use custom ID generator
        • Dump obj tree
        • Find child by ID
    • Widget Property
      • Usage
        • Property ID
        • Property Value
      • A Step Further
  • API
    • lv_api_map_v9_0.h
      • lv_image_set_align
      • lv_image_get_align
      • lv_button_bind_checked
      • LV_DRAW_BUF_DEFINE
      • _lv_utils_bsearch
      • lv_draw_buf_align_user
      • lv_draw_buf_create_user
      • lv_draw_buf_width_to_stride_user
      • lv_draw_buf_dup_user
      • lv_draw_buf_invalidate_cache_user
      • lv_draw_buf_flush_cache_user
      • lv_draw_buf_destroy_user
    • lv_api_map_v8.h
      • LV_DISP_ROTATION_0
      • LV_DISP_ROTATION_90
      • LV_DISP_ROTATION_180
      • LV_DISP_ROTATION_270
      • LV_DISP_RENDER_MODE_PARTIAL
      • LV_DISP_RENDER_MODE_DIRECT
      • LV_DISP_RENDER_MODE_FULL
      • LV_BTNMATRIX_BTN_NONE
      • LV_BTNMATRIX_CTRL_HIDDEN
      • LV_BTNMATRIX_CTRL_NO_REPEAT
      • LV_BTNMATRIX_CTRL_DISABLED
      • LV_BTNMATRIX_CTRL_CHECKABLE
      • LV_BTNMATRIX_CTRL_CHECKED
      • LV_BTNMATRIX_CTRL_CLICK_TRIG
      • LV_BTNMATRIX_CTRL_POPOVER
      • LV_BTNMATRIX_CTRL_CUSTOM_1
      • LV_BTNMATRIX_CTRL_CUSTOM_2
      • LV_IMGBTN_STATE_RELEASED
      • LV_IMGBTN_STATE_PRESSED
      • LV_IMGBTN_STATE_DISABLED
      • LV_IMGBTN_STATE_CHECKED_RELEASED
      • LV_IMGBTN_STATE_CHECKED_PRESSED
      • LV_IMGBTN_STATE_CHECKED_DISABLED
      • LV_RES_OK
      • LV_RES_INV
      • LV_INDEV_STATE_PR
      • LV_INDEV_STATE_REL
      • lv_obj_del
      • lv_obj_del_async
      • lv_obj_clear_flag
      • lv_obj_clear_state
      • lv_indev_set_disp
      • lv_indev_get_act
      • lv_scr_act
      • lv_disp_remove
      • lv_disp_set_default
      • lv_disp_get_default
      • lv_disp_get_next
      • lv_disp_set_rotation
      • lv_disp_get_hor_res
      • lv_disp_get_ver_res
      • lv_disp_get_physical_hor_res
      • lv_disp_get_physical_ver_res
      • lv_disp_get_offset_x
      • lv_disp_get_offset_y
      • lv_disp_get_rotation
      • lv_disp_get_dpi
      • lv_disp_get_antialiasing
      • lv_disp_flush_ready
      • lv_disp_flush_is_last
      • lv_disp_get_scr_act
      • lv_disp_get_scr_prev
      • lv_disp_load_scr
      • lv_scr_load
      • lv_scr_load_anim
      • lv_disp_get_layer_top
      • lv_disp_get_layer_sys
      • lv_disp_send_event
      • lv_disp_set_theme
      • lv_disp_get_theme
      • lv_disp_get_inactive_time
      • lv_disp_trig_activity
      • lv_disp_enable_invalidation
      • lv_disp_is_invalidation_enabled
      • lv_disp_refr_timer
      • lv_disp_get_refr_timer
      • lv_timer_del
      • lv_anim_del
      • lv_anim_del_all
      • lv_anim_set_ready_cb
      • lv_group_del
      • lv_txt_get_size
      • lv_txt_get_width
      • lv_img_create
      • lv_img_set_src
      • lv_img_set_offset_x
      • lv_img_set_offset_y
      • lv_img_set_angle
      • lv_img_set_pivot
      • lv_img_set_zoom
      • lv_img_set_antialias
      • lv_img_get_src
      • lv_img_get_offset_x
      • lv_img_get_offset_y
      • lv_img_get_angle
      • lv_img_get_pivot
      • lv_img_get_zoom
      • lv_img_get_antialias
      • 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_list_set_btn_text
      • lv_list_get_btn_text
      • lv_list_add_btn
      • lv_btn_create
      • lv_btnmatrix_create
      • lv_btnmatrix_set_map
      • lv_btnmatrix_set_ctrl_map
      • lv_btnmatrix_set_selected_btn
      • lv_btnmatrix_set_btn_ctrl
      • lv_btnmatrix_clear_btn_ctrl
      • lv_btnmatrix_set_btn_ctrl_all
      • lv_btnmatrix_clear_btn_ctrl_all
      • lv_btnmatrix_set_btn_width
      • lv_btnmatrix_set_one_checked
      • lv_btnmatrix_get_map
      • lv_btnmatrix_get_selected_btn
      • lv_btnmatrix_get_btn_text
      • lv_btnmatrix_has_button_ctrl
      • lv_btnmatrix_get_one_checked
      • lv_tabview_get_tab_btns
      • lv_tabview_get_tab_act
      • lv_tabview_set_act
      • lv_tileview_get_tile_act
      • lv_obj_set_tile_id
      • lv_obj_set_tile
      • lv_roller_set_visible_row_cnt
      • lv_roller_get_option_cnt
      • lv_table_set_col_cnt
      • lv_table_set_row_cnt
      • lv_table_get_col_cnt
      • lv_table_get_row_cnt
      • lv_table_set_col_width
      • lv_table_get_col_width
      • lv_dropdown_get_option_cnt
      • lv_obj_get_child_cnt
      • lv_obj_get_disp
      • lv_obj_delete_anim_ready_cb
      • LV_STYLE_ANIM_TIME
      • LV_STYLE_IMG_OPA
      • LV_STYLE_IMG_RECOLOR
      • LV_STYLE_IMG_RECOLOR_OPA
      • LV_STYLE_SHADOW_OFS_X
      • LV_STYLE_SHADOW_OFS_Y
      • LV_STYLE_TRANSFORM_ANGLE
      • lv_obj_get_style_anim_time
      • lv_obj_get_style_img_opa
      • lv_obj_get_style_img_recolor
      • lv_obj_get_style_img_recolor_filtered
      • lv_obj_get_style_img_recolor_opa
      • lv_obj_get_style_shadow_ofs_x
      • lv_obj_get_style_shadow_ofs_y
      • lv_obj_get_style_transform_angle
      • lv_obj_get_style_bg_img_src
      • lv_obj_get_style_bg_img_recolor
      • lv_obj_get_style_bg_img_recolor_opa
      • lv_obj_set_style_anim_time
      • lv_obj_set_style_img_opa
      • lv_obj_set_style_img_recolor
      • lv_obj_set_style_img_recolor_opa
      • lv_obj_set_style_shadow_ofs_x
      • lv_obj_set_style_shadow_ofs_y
      • lv_obj_set_style_transform_zoom
      • lv_obj_set_style_transform_angle
      • lv_obj_set_style_bg_img_src
      • lv_obj_set_style_bg_img_recolor
      • lv_obj_set_style_bg_img_recolor_opa
      • lv_style_set_anim_time
      • lv_style_set_img_opa
      • lv_style_set_img_recolor
      • lv_style_set_img_recolor_opa
      • lv_style_set_shadow_ofs_x
      • lv_style_set_shadow_ofs_y
      • lv_style_set_transform_angle
      • lv_style_set_transform_zoom
      • lv_style_set_bg_img_src
      • lv_style_set_bg_img_recolor
      • lv_style_set_bg_img_recolor_opa
      • lv_keyboard_get_selected_btn
      • lv_keyboard_get_btn_text
      • LV_ZOOM_NONE
      • lv_image_decoder_built_in_open
      • lv_image_decoder_built_in_close
      • LV_IMG_DECLARE
      • lv_coord_t
      • lv_res_t
      • lv_img_dsc_t
      • lv_disp_t
      • lv_disp_rotation_t
      • lv_disp_render_t
      • lv_anim_ready_cb_t
      • lv_scr_load_anim_t
      • lv_btnmatrix_ctrl_t
      • lv_task_handler()
      • lv_obj_move_foreground()
      • lv_obj_move_background()
    • lv_conf_kconfig.h
    • lvgl.h
    • lv_api_map_v9_1.h
      • _LV_EVENT_LAST
      • _lv_obj_t
      • _lv_obj_class_t
      • _lv_event_t
      • _lv_event_code_t
      • _lv_event_mark_deleted
      • lv_obj_add_event
      • _lv_anim_t
      • _LV_STYLE_LAST_BUILT_IN_PROP
      • _LV_FLEX_REVERSE
      • _LV_FLEX_WRAP
      • _LV_FLEX_COLUMN
      • _lv_area_is_equal
      • _lv_area_is_in
      • _lv_area_intersect
      • _lv_area_is_point_on
      • _lv_area_join
      • _lv_image_buf_get_transformed_area
      • _lv_ll_init
      • _lv_ll_ins_head
      • _lv_ll_ins_prev
      • _lv_ll_ins_tail
      • _lv_ll_get_head
      • _lv_ll_get_tail
      • _lv_ll_get_next
      • _lv_ll_get_prev
      • _lv_ll_get_len
      • _lv_ll_move_before
      • _lv_ll_is_empty
      • _lv_ll_clear
      • _lv_ll_remove
      • _lv_ll_chg_list
      • _LV_LL_READ
      • _LV_LL_READ_BACK
      • _lv_obj_scroll_by_raw
      • _lv_obj_get_ext_draw_size
      • _lv_indev_scroll_handler
      • _lv_display_t
      • _lv_display_refr_timer
      • _lv_disp_refr_timer
      • _lv_disp_get_refr_timer
      • _lv_timer_t
      • _lv_inv_area
    • lv_conf_internal.h
      • LV_OS_NONE
      • LV_OS_PTHREAD
      • LV_OS_FREERTOS
      • LV_OS_CMSIS_RTOS2
      • LV_OS_RTTHREAD
      • LV_OS_WINDOWS
      • LV_OS_MQX
      • LV_OS_CUSTOM
      • LV_STDLIB_BUILTIN
      • LV_STDLIB_CLIB
      • LV_STDLIB_MICROPYTHON
      • LV_STDLIB_RTTHREAD
      • LV_STDLIB_CUSTOM
      • LV_DRAW_SW_ASM_NONE
      • LV_DRAW_SW_ASM_NEON
      • LV_DRAW_SW_ASM_HELIUM
      • LV_DRAW_SW_ASM_CUSTOM
      • __LV_TO_STR_AUX
      • __LV_TO_STR
      • LV_TEXTAREA_DEF_PWD_SHOW_TIME
      • LV_USE_LZ4
      • LV_USE_THORVG
    • lv_init.h
      • lv_init()
      • lv_deinit()
      • lv_is_initialized()
    • widgets
      • led
        • lv_led.h
      • bar
        • lv_bar.h
      • calendar
        • lv_calendar_header_dropdown.h
        • lv_calendar.h
        • lv_calendar_header_arrow.h
        • lv_calendar_chinese.h
      • image
        • lv_image.h
      • slider
        • lv_slider.h
      • table
        • lv_table.h
      • chart
        • lv_chart.h
      • lottie
        • lv_lottie.h
      • tabview
        • lv_tabview.h
      • buttonmatrix
        • lv_buttonmatrix.h
      • scale
        • lv_scale.h
      • arc
        • lv_arc.h
      • animimage
        • lv_animimage.h
      • textarea
        • lv_textarea.h
      • msgbox
        • lv_msgbox.h
      • dropdown
        • lv_dropdown.h
      • spinner
        • lv_spinner.h
      • objx_templ
        • lv_objx_templ.h
      • tileview
        • lv_tileview.h
      • canvas
        • lv_canvas.h
      • win
        • lv_win.h
      • imagebutton
        • lv_imagebutton.h
      • roller
        • lv_roller.h
      • property
        • lv_style_properties.h
        • lv_obj_property_names.h
      • checkbox
        • lv_checkbox.h
      • line
        • lv_line.h
      • menu
        • lv_menu.h
      • label
        • lv_label.h
      • keyboard
        • lv_keyboard.h
      • list
        • lv_list.h
      • switch
        • lv_switch.h
      • spinbox
        • lv_spinbox.h
      • span
        • lv_span.h
      • button
        • lv_button.h
    • core
      • lv_obj.h
        • LV_ASSERT_OBJ
        • LV_TRACE_OBJ_CREATE
        • @0
        • @1
        • lv_obj_flag_t
        • @2
        • 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_null_on_delete()
        • lv_obj_set_id()
        • lv_obj_get_id()
        • lv_obj_get_child_by_id()
        • lv_obj_assign_id()
        • lv_obj_free_id()
        • lv_obj_id_compare()
        • lv_obj_stringify_id()
        • lv_objid_builtin_destroy()
        • lv_obj_class
      • lv_obj_style.h
        • lv_style_selector_t
        • lv_style_state_cmp_t
        • 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_has_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_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_refr.h
        • lv_refr_now()
        • lv_obj_redraw()
      • lv_obj_class.h
        • lv_obj_class_event_cb_t
        • lv_obj_class_editable_t
        • lv_obj_class_group_def_t
        • lv_obj_class_theme_inheritable_t
        • lv_obj_class_create_obj()
        • lv_obj_class_init_obj()
        • lv_obj_is_editable()
        • lv_obj_is_group_def()
      • lv_global.h
        • ZERO_MEM_SENTINEL
        • LV_GLOBAL_DEFAULT
        • lv_global_t
        • lv_global
        • inited
        • deinit_in_progress
        • disp_ll
        • disp_refresh
        • disp_default
        • style_trans_ll
        • style_refresh
        • style_custom_table_size
        • style_last_custom_prop_id
        • style_custom_prop_flag_lookup_table
        • group_ll
        • group_default
        • indev_ll
        • indev_active
        • indev_obj_active
        • layout_count
        • layout_list
        • layout_update_mutex
        • memory_zero
        • math_rand_seed
        • event_header
        • event_last_register_id
        • timer_state
        • anim_state
        • tick_state
        • draw_buf_handlers
        • font_draw_buf_handlers
        • image_cache_draw_buf_handlers
        • img_decoder_ll
        • img_cache
        • img_header_cache
        • draw_info
        • sw_circle_cache
        • custom_log_print_cb
        • log_last_log_time
        • theme_simple
        • theme_default
        • theme_mono
        • tlsf_state
        • fsdrv_ll
        • stdio_fs_drv
        • posix_fs_drv
        • fatfs_fs_drv
        • win32_fs_drv
        • littlefs_fs_drv
        • arduino_esp_littlefs_fs_drv
        • arduino_sd_fs_drv
        • ft_context
        • font_fmt_rle
        • span_snippet_stack
        • fe_list_button_style
        • sysmon_mem
        • ime_cand_len
        • objid_array
        • objid_count
        • nuttx_ctx
        • user_data
      • lv_obj_pos.h
        • lv_obj_point_transform_flag_t
        • 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_transform_point_array()
        • 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()
      • 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_length()
        • 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_transform_skew_x()
        • lv_obj_get_style_transform_skew_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_offset_x()
        • lv_obj_get_style_shadow_offset_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_duration()
        • 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_bitmap_mask_src()
        • lv_obj_get_style_rotary_sensitivity()
        • 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_length()
        • 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_transform_skew_x()
        • lv_obj_set_style_transform_skew_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_offset_x()
        • lv_obj_set_style_shadow_offset_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_duration()
        • 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_bitmap_mask_src()
        • lv_obj_set_style_rotary_sensitivity()
        • 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_group.h
        • lv_group_focus_cb_t
        • lv_group_edge_cb_t
        • lv_key_t
        • lv_group_refocus_policy_t
        • 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_obj_by_index()
        • lv_group_get_count()
        • lv_group_by_index()
      • lv_obj_scroll.h
        • lv_scrollbar_mode_t
        • lv_scroll_snap_t
        • lv_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_is_scrolling()
        • lv_obj_update_snap()
        • lv_obj_get_scrollbar_area()
        • lv_obj_scrollbar_invalidate()
        • lv_obj_readjust_scroll()
      • lv_obj_draw.h
        • lv_layer_type_t
        • lv_obj_init_draw_rect_dsc()
        • lv_obj_init_draw_label_dsc()
        • lv_obj_init_draw_image_dsc()
        • lv_obj_init_draw_line_dsc()
        • lv_obj_init_draw_arc_dsc()
        • lv_obj_calculate_ext_draw_size()
        • lv_obj_refresh_ext_draw_size()
      • lv_obj_property.h
        • LV_PROPERTY_TYPE_INVALID
        • LV_PROPERTY_TYPE_INT
        • LV_PROPERTY_TYPE_PRECISE
        • LV_PROPERTY_TYPE_COLOR
        • LV_PROPERTY_TYPE_POINT
        • LV_PROPERTY_TYPE_POINTER
        • LV_PROPERTY_TYPE_IMGSRC
        • LV_PROPERTY_TYPE_TEXT
        • LV_PROPERTY_TYPE_OBJ
        • LV_PROPERTY_TYPE_DISPLAY
        • LV_PROPERTY_TYPE_FONT
        • LV_PROPERTY_TYPE_BOOL
        • LV_PROPERTY_TYPE_SHIFT
        • LV_PROPERTY_ID
        • LV_PROPERTY_ID_TYPE
        • LV_PROPERTY_ID_INDEX
        • LV_OBJ_SET_PROPERTY_ARRAY
        • @3
        • lv_obj_set_property()
        • lv_obj_set_properties()
        • lv_obj_get_property()
        • lv_obj_get_style_property()
        • lv_obj_property_get_id()
        • lv_obj_class_property_get_id()
        • lv_style_property_get_id()
        • lv_property_name_t
        • lv_property_t
        • lv_property_ops_t
      • lv_obj_tree.h
        • lv_obj_tree_walk_cb_t
        • lv_obj_tree_walk_res_t
        • lv_obj_delete()
        • lv_obj_clean()
        • lv_obj_delete_delayed()
        • lv_obj_delete_anim_completed_cb()
        • lv_obj_delete_async()
        • lv_obj_set_parent()
        • lv_obj_swap()
        • lv_obj_move_to_index()
        • lv_obj_get_screen()
        • lv_obj_get_display()
        • lv_obj_get_parent()
        • lv_obj_get_child()
        • lv_obj_get_child_by_type()
        • lv_obj_get_sibling()
        • lv_obj_get_sibling_by_type()
        • lv_obj_get_child_count()
        • lv_obj_get_child_count_by_type()
        • lv_obj_get_index()
        • lv_obj_get_index_by_type()
        • lv_obj_tree_walk()
        • lv_obj_dump_tree()
      • lv_obj_event.h
        • lv_cover_res_t
        • lv_obj_send_event()
        • lv_obj_event_base()
        • lv_event_get_current_target_obj()
        • lv_event_get_target_obj()
        • lv_obj_add_event_cb()
        • lv_obj_get_event_count()
        • lv_obj_get_event_dsc()
        • lv_obj_remove_event()
        • lv_obj_remove_event_cb()
        • lv_obj_remove_event_dsc()
        • lv_obj_remove_event_cb_with_user_data()
        • lv_event_get_indev()
        • lv_event_get_layer()
        • lv_event_get_old_size()
        • lv_event_get_key()
        • lv_event_get_rotary_diff()
        • 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()
    • osal
      • lv_os_none.h
        • lv_mutex_t
        • lv_thread_t
        • lv_thread_sync_t
      • lv_mqx.h
      • lv_pthread.h
        • lv_mutex_t
        • lv_thread_t
        • lv_thread_sync_t
      • lv_freertos.h
      • lv_windows.h
        • lv_thread_t
        • lv_mutex_t
        • lv_thread_sync_t
      • lv_os.h
        • lv_thread_prio_t
        • lv_thread_init()
        • lv_thread_delete()
        • lv_mutex_init()
        • lv_mutex_lock()
        • lv_mutex_lock_isr()
        • lv_mutex_unlock()
        • lv_mutex_delete()
        • lv_thread_sync_init()
        • lv_thread_sync_wait()
        • lv_thread_sync_signal()
        • lv_thread_sync_signal_isr()
        • lv_thread_sync_delete()
        • lv_lock()
        • lv_lock_isr()
        • lv_unlock()
      • lv_rtthread.h
        • lv_thread_t
        • lv_mutex_t
        • lv_thread_sync_t
      • lv_cmsis_rtos2.h
        • lv_thread_t
        • lv_mutex_t
        • lv_thread_sync_t
    • stdlib
      • lv_mem.h
        • lv_mem_pool_t
        • lv_mem_init()
        • lv_mem_deinit()
        • lv_mem_add_pool()
        • lv_mem_remove_pool()
        • lv_malloc()
        • lv_malloc_zeroed()
        • lv_free()
        • lv_realloc()
        • lv_malloc_core()
        • lv_free_core()
        • lv_realloc_core()
        • lv_mem_monitor_core()
        • lv_mem_test_core()
        • lv_mem_test()
        • lv_mem_monitor()
        • lv_mem_monitor_t
      • lv_sprintf.h
        • LV_PRId32
        • LV_PRIu32
        • LV_PRIx32
        • LV_PRIX32
        • lv_snprintf()
        • lv_vsnprintf()
      • lv_string.h
        • lv_memcpy()
        • lv_memset()
        • lv_memmove()
        • lv_memcmp()
        • lv_memzero()
        • lv_strlen()
        • lv_strlcpy()
        • lv_strncpy()
        • lv_strcpy()
        • lv_strcmp()
        • lv_strdup()
        • lv_strcat()
        • lv_strncat()
      • builtin
        • lv_tlsf.h
    • layouts
      • lv_layout.h
        • lv_layout_update_cb_t
        • lv_layout_t
        • lv_layout_register()
      • flex
        • lv_flex.h
      • grid
        • lv_grid.h
    • tick
      • lv_tick.h
        • lv_tick_get_cb_t
        • lv_delay_cb_t
        • lv_tick_inc()
        • lv_tick_get()
        • lv_tick_elaps()
        • lv_delay_ms()
        • lv_tick_set_cb()
        • lv_delay_set_cb()
    • indev
      • lv_indev.h
        • lv_indev_read_cb_t
        • lv_indev_type_t
        • lv_indev_state_t
        • lv_indev_mode_t
        • lv_indev_create()
        • lv_indev_delete()
        • lv_indev_get_next()
        • lv_indev_read()
        • lv_indev_read_timer_cb()
        • lv_indev_enable()
        • lv_indev_active()
        • lv_indev_set_type()
        • lv_indev_set_read_cb()
        • lv_indev_set_user_data()
        • lv_indev_set_driver_data()
        • lv_indev_set_display()
        • lv_indev_set_long_press_time()
        • lv_indev_set_scroll_limit()
        • lv_indev_set_scroll_throw()
        • lv_indev_get_type()
        • lv_indev_get_read_cb()
        • lv_indev_get_state()
        • lv_indev_get_group()
        • lv_indev_get_display()
        • lv_indev_get_user_data()
        • lv_indev_get_driver_data()
        • lv_indev_get_press_moved()
        • lv_indev_reset()
        • lv_indev_stop_processing()
        • 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_active_obj()
        • lv_indev_get_read_timer()
        • lv_indev_set_mode()
        • lv_indev_get_mode()
        • lv_indev_search_obj()
        • lv_indev_add_event_cb()
        • lv_indev_get_event_count()
        • lv_indev_get_event_dsc()
        • lv_indev_remove_event()
        • lv_indev_remove_event_cb_with_user_data()
        • lv_indev_send_event()
        • lv_indev_data_t
      • lv_indev_scroll.h
        • lv_indev_scroll_handler()
        • lv_indev_scroll_throw_handler()
        • lv_indev_scroll_throw_predict()
        • lv_indev_scroll_get_snap_dist()
    • themes
      • lv_theme.h
        • lv_theme_apply_cb_t
        • lv_theme_get_from_obj()
        • lv_theme_apply()
        • lv_theme_set_parent()
        • lv_theme_set_apply_cb()
        • lv_theme_get_font_small()
        • lv_theme_get_font_normal()
        • lv_theme_get_font_large()
        • lv_theme_get_color_primary()
        • lv_theme_get_color_secondary()
      • mono
        • lv_theme_mono.h
      • default
        • lv_theme_default.h
      • simple
        • lv_theme_simple.h
    • others
      • file_explorer
        • lv_file_explorer.h
      • imgfont
        • lv_imgfont.h
      • gridnav
        • lv_gridnav.h
      • observer
        • lv_observer.h
      • fragment
        • lv_fragment.h
      • monkey
        • lv_monkey.h
      • sysmon
        • lv_sysmon.h
      • vg_lite_tvg
        • vg_lite.h
      • ime
        • lv_ime_pinyin.h
      • snapshot
        • lv_snapshot.h
    • draw
      • lv_draw_buf.h
        • LV_STRIDE_AUTO
        • LV_DRAW_BUF_STRIDE
        • LV_DRAW_BUF_SIZE
        • LV_DRAW_BUF_DEFINE_STATIC
        • LV_DRAW_BUF_INIT_STATIC
        • lv_draw_buf_malloc_cb
        • lv_draw_buf_free_cb
        • lv_draw_buf_align_cb
        • lv_draw_buf_cache_operation_cb
        • lv_draw_buf_width_to_stride_cb
        • lv_draw_buf_init_with_default_handlers()
        • lv_draw_buf_handlers_init()
        • lv_draw_buf_get_handlers()
        • lv_draw_buf_get_font_handlers()
        • lv_draw_buf_get_image_handlers()
        • lv_draw_buf_align()
        • lv_draw_buf_align_ex()
        • lv_draw_buf_invalidate_cache()
        • lv_draw_buf_flush_cache()
        • lv_draw_buf_width_to_stride()
        • lv_draw_buf_width_to_stride_ex()
        • lv_draw_buf_clear()
        • lv_draw_buf_copy()
        • lv_draw_buf_create()
        • lv_draw_buf_create_ex()
        • lv_draw_buf_dup()
        • lv_draw_buf_dup_ex()
        • lv_draw_buf_init()
        • lv_draw_buf_reshape()
        • lv_draw_buf_destroy()
        • lv_draw_buf_goto_xy()
        • lv_draw_buf_adjust_stride()
        • lv_draw_buf_premultiply()
        • lv_draw_buf_has_flag()
        • lv_draw_buf_set_flag()
        • lv_draw_buf_clear_flag()
        • lv_draw_buf_from_image()
        • lv_draw_buf_to_image()
        • lv_draw_buf_set_palette()
        • lv_image_buf_set_palette()
        • lv_image_buf_free()
        • lv_draw_buf_t
      • lv_image_dsc.h
        • LV_IMAGE_HEADER_MAGIC
        • lv_image_flags_t
        • lv_image_compress_t
        • lv_image_header_t
        • lv_yuv_plane_t
        • lv_yuv_buf_t
        • lv_image_dsc_t
      • lv_image_decoder.h
        • lv_image_decoder_info_f_t
        • lv_image_decoder_open_f_t
        • lv_image_decoder_get_area_cb_t
        • lv_image_decoder_close_f_t
        • lv_image_src_t
        • 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_add_to_cache()
        • lv_image_decoder_post_process()
      • lv_draw_arc.h
        • lv_draw_arc_dsc_init()
        • lv_draw_task_get_arc_dsc()
        • lv_draw_arc()
        • lv_draw_arc_get_area()
        • lv_draw_arc_dsc_t
      • lv_draw_rect.h
        • LV_RADIUS_CIRCLE
        • lv_draw_rect_dsc_init()
        • lv_draw_fill_dsc_init()
        • lv_draw_task_get_fill_dsc()
        • lv_draw_border_dsc_init()
        • lv_draw_task_get_border_dsc()
        • lv_draw_box_shadow_dsc_init()
        • lv_draw_task_get_box_shadow_dsc()
        • lv_draw_rect()
        • lv_draw_rect_dsc_t
        • lv_draw_fill_dsc_t
        • lv_draw_border_dsc_t
        • lv_draw_box_shadow_dsc_t
      • lv_draw_label.h
        • LV_DRAW_LABEL_NO_TXT_SEL
        • lv_draw_glyph_cb_t
        • lv_draw_label_dsc_init()
        • lv_draw_task_get_label_dsc()
        • lv_draw_glyph_dsc_init()
        • lv_draw_label()
        • lv_draw_character()
        • lv_draw_label_iterate_characters()
        • lv_draw_label_dsc_t
      • lv_draw_line.h
        • lv_draw_line_dsc_init()
        • lv_draw_task_get_line_dsc()
        • lv_draw_line()
        • lv_draw_line_dsc_t
      • lv_draw_image.h
        • lv_draw_image_dsc_t
        • lv_draw_image_core_cb
        • lv_draw_image_dsc_init()
        • lv_draw_task_get_image_dsc()
        • lv_draw_image()
        • lv_draw_layer()
        • lv_image_src_get_type()
        • base
        • src
        • header
        • rotation
        • scale_x
        • scale_y
        • skew_x
        • skew_y
        • pivot
        • recolor
        • recolor_opa
        • opa
        • blend_mode
        • antialias
        • tile
        • sup
        • image_area
        • clip_radius
        • bitmap_mask_src
      • lv_draw_triangle.h
        • lv_draw_triangle_dsc_init()
        • lv_draw_task_get_triangle_dsc()
        • lv_draw_triangle()
        • lv_draw_triangle_dsc_t
      • lv_draw.h
        • LV_DRAW_UNIT_NONE
        • LV_DRAW_UNIT_IDLE
        • lv_draw_task_type_t
        • lv_draw_task_state_t
        • lv_draw_init()
        • lv_draw_deinit()
        • 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_wait_for_finish()
        • lv_draw_dispatch_request()
        • lv_draw_get_unit_count()
        • lv_draw_get_next_available_task()
        • lv_draw_get_dependent_count()
        • lv_draw_layer_create()
        • lv_draw_layer_alloc_buf()
        • lv_draw_layer_go_to_xy()
        • lv_draw_task_get_type()
        • lv_draw_task_get_draw_dsc()
        • lv_draw_task_get_area()
        • lv_layer_t
        • lv_draw_dsc_base_t
      • lv_draw_mask.h
        • lv_draw_mask_rect_dsc_init()
        • lv_draw_task_get_mask_rect_dsc()
        • lv_draw_mask_rect()
      • lv_draw_vector.h
        • vector_draw_task_cb
        • lv_vector_fill_t
        • lv_vector_stroke_cap_t
        • lv_vector_stroke_join_t
        • lv_vector_path_quality_t
        • lv_vector_blend_t
        • lv_vector_path_op_t
        • lv_vector_draw_style_t
        • lv_vector_gradient_spread_t
        • lv_vector_gradient_style_t
        • lv_matrix_transform_point()
        • lv_matrix_transform_path()
        • lv_vector_path_create()
        • lv_vector_path_copy()
        • lv_vector_path_clear()
        • lv_vector_path_delete()
        • lv_vector_path_move_to()
        • lv_vector_path_line_to()
        • lv_vector_path_quad_to()
        • lv_vector_path_cubic_to()
        • lv_vector_path_close()
        • lv_vector_path_get_bounding()
        • lv_vector_path_append_rect()
        • lv_vector_path_append_circle()
        • lv_vector_path_append_arc()
        • lv_vector_path_append_path()
        • lv_vector_dsc_create()
        • lv_vector_dsc_delete()
        • lv_vector_dsc_set_transform()
        • lv_vector_dsc_set_blend_mode()
        • lv_vector_dsc_set_fill_color32()
        • lv_vector_dsc_set_fill_color()
        • lv_vector_dsc_set_fill_opa()
        • lv_vector_dsc_set_fill_rule()
        • lv_vector_dsc_set_fill_image()
        • lv_vector_dsc_set_fill_linear_gradient()
        • lv_vector_dsc_set_fill_radial_gradient()
        • lv_vector_dsc_set_fill_gradient_spread()
        • lv_vector_dsc_set_fill_gradient_color_stops()
        • lv_vector_dsc_set_fill_transform()
        • lv_vector_dsc_set_stroke_color32()
        • lv_vector_dsc_set_stroke_color()
        • lv_vector_dsc_set_stroke_opa()
        • lv_vector_dsc_set_stroke_width()
        • lv_vector_dsc_set_stroke_dash()
        • lv_vector_dsc_set_stroke_cap()
        • lv_vector_dsc_set_stroke_join()
        • lv_vector_dsc_set_stroke_miter_limit()
        • lv_vector_dsc_set_stroke_linear_gradient()
        • lv_vector_dsc_set_stroke_radial_gradient()
        • lv_vector_dsc_set_stroke_gradient_spread()
        • lv_vector_dsc_set_stroke_gradient_color_stops()
        • lv_vector_dsc_set_stroke_transform()
        • lv_vector_dsc_identity()
        • lv_vector_dsc_scale()
        • lv_vector_dsc_rotate()
        • lv_vector_dsc_translate()
        • lv_vector_dsc_skew()
        • lv_vector_dsc_add_path()
        • lv_vector_clear_area()
        • lv_draw_vector()
        • lv_fpoint_t
      • renesas
        • dave2d
      • nxp
        • pxp
        • vglite
      • sw
        • lv_draw_sw_mask.h
        • lv_draw_sw_gradient.h
        • lv_draw_sw.h
        • arm2d
        • blend
      • sdl
        • lv_draw_sdl.h
      • vg_lite
        • lv_draw_vg_lite.h
        • lv_vg_lite_stroke.h
        • lv_vg_lite_math.h
        • lv_vg_lite_grad.h
        • lv_vg_lite_decoder.h
        • lv_vg_lite_pending.h
        • lv_vg_lite_utils.h
        • lv_draw_vg_lite_type.h
        • lv_vg_lite_path.h
    • libs
      • libjpeg_turbo
        • lv_libjpeg_turbo.h
      • rlottie
        • lv_rlottie.h
      • barcode
        • code128.h
        • lv_barcode.h
      • tjpgd
        • tjpgdcnf.h
        • tjpgd.h
        • lv_tjpgd.h
      • libpng
        • lv_libpng.h
      • gif
        • lv_gif.h
        • gifdec.h
        • gifdec_mve.h
      • bmp
        • lv_bmp.h
      • rle
        • lv_rle.h
      • qrcode
        • qrcodegen.h
        • lv_qrcode.h
      • lz4
        • lz4.h
      • tiny_ttf
        • stb_rect_pack.h
        • lv_tiny_ttf.h
        • stb_truetype_htcw.h
      • thorvg
        • tvgSvgSceneBuilder.h
        • tvgSvgPath.h
        • tvgSvgLoaderCommon.h
        • tvgStr.h
        • tvgSwRasterNeon.h
        • tvgRawLoader.h
        • tvgXmlParser.h
        • tvgMath.h
        • tvgTaskScheduler.h
        • tvgLines.h
        • tvgLottieParser.h
        • tvgSvgLoader.h
        • tvgPicture.h
        • tvgLottieBuilder.h
        • tvgSwCommon.h
        • tvgLoadModule.h
        • tvgCommon.h
        • tvgLottieExpressions.h
        • tvgLottieParserHandler.h
        • tvgFrameModule.h
        • tvgScene.h
        • tvgLottieModel.h
        • tvgLottieProperty.h
        • tvgCompressor.h
        • tvgSvgUtil.h
        • tvgShape.h
        • tvgText.h
        • tvgLottieLoader.h
        • tvgSwRenderer.h
        • tvgRender.h
        • thorvg_capi.h
        • tvgSwRasterTexmap.h
        • tvgSwRasterC.h
        • tvgIteratorAccessor.h
        • tvgSwRasterAvx.h
        • thorvg_lottie.h
        • tvgArray.h
        • tvgInlist.h
        • config.h
        • tvgCanvas.h
        • tvgPaint.h
        • tvgLottieInterpolator.h
        • thorvg.h
        • tvgLock.h
        • tvgSaveModule.h
        • tvgSvgCssStyle.h
        • tvgFill.h
        • tvgLoader.h
        • tvgAnimation.h
        • tvgBinaryDesc.h
        • rapidjson
      • bin_decoder
        • lv_bin_decoder.h
      • ffmpeg
        • lv_ffmpeg.h
      • fsdrv
        • lv_fsdrv.h
      • freetype
        • ftmodule.h
        • ftoption.h
        • lv_freetype.h
      • lodepng
        • lv_lodepng.h
        • lodepng.h
    • drivers
      • lv_drivers.h
      • qnx
        • lv_qnx.h
      • x11
        • lv_x11.h
      • glfw
        • lv_opengles_debug.h
        • lv_opengles_texture.h
        • lv_glfw_window.h
        • lv_opengles_driver.h
      • wayland
        • lv_wayland_smm.h
        • lv_wayland.h
      • libinput
        • lv_libinput.h
        • lv_xkb.h
      • sdl
        • lv_sdl_mousewheel.h
        • lv_sdl_window.h
        • lv_sdl_keyboard.h
        • lv_sdl_mouse.h
      • evdev
        • lv_evdev.h
      • display
        • ili9341
        • st7735
        • st7796
        • drm
        • tft_espi
        • renesas_glcdc
        • lcd
        • st7789
        • fb
      • nuttx
        • lv_nuttx_cache.h
        • lv_nuttx_entry.h
        • lv_nuttx_libuv.h
        • lv_nuttx_lcd.h
        • lv_nuttx_touchscreen.h
        • lv_nuttx_image_cache.h
        • lv_nuttx_profiler.h
        • lv_nuttx_fbdev.h
      • windows
        • lv_windows_input.h
        • lv_windows_context.h
        • lv_windows_display.h
    • display
      • lv_display.h
        • LV_HOR_RES
        • LV_VER_RES
        • LV_DPX_CALC
        • LV_DPX
        • lv_display_flush_cb_t
        • lv_display_flush_wait_cb_t
        • lv_display_rotation_t
        • lv_display_render_mode_t
        • lv_screen_load_anim_t
        • lv_display_create()
        • lv_display_delete()
        • 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_buffers()
        • lv_display_set_draw_buffers()
        • lv_display_set_render_mode()
        • lv_display_set_flush_cb()
        • lv_display_set_flush_wait_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_active()
        • lv_display_get_screen_prev()
        • lv_display_get_layer_top()
        • lv_display_get_layer_sys()
        • lv_display_get_layer_bottom()
        • lv_screen_load()
        • lv_screen_load_anim()
        • lv_screen_active()
        • lv_layer_top()
        • lv_layer_sys()
        • lv_layer_bottom()
        • lv_display_add_event_cb()
        • lv_display_get_event_count()
        • lv_display_get_event_dsc()
        • lv_display_delete_event()
        • lv_display_remove_event_cb_with_user_data()
        • lv_display_send_event()
        • lv_display_set_theme()
        • lv_display_get_theme()
        • lv_display_get_inactive_time()
        • lv_display_trigger_activity()
        • lv_display_enable_invalidation()
        • lv_display_is_invalidation_enabled()
        • lv_display_get_refr_timer()
        • lv_display_delete_refr_timer()
        • lv_display_set_user_data()
        • lv_display_set_driver_data()
        • lv_display_get_user_data()
        • lv_display_get_driver_data()
        • lv_display_get_buf_active()
        • lv_display_rotate_area()
        • lv_dpx()
        • lv_display_dpx()
    • misc
      • lv_style.h
        • LV_STYLE_SENTINEL_VALUE
        • LV_STYLE_PROP_FLAG_NONE
        • LV_STYLE_PROP_FLAG_INHERITABLE
        • LV_STYLE_PROP_FLAG_EXT_DRAW_UPDATE
        • LV_STYLE_PROP_FLAG_LAYOUT_UPDATE
        • LV_STYLE_PROP_FLAG_PARENT_LAYOUT_UPDATE
        • LV_STYLE_PROP_FLAG_LAYER_UPDATE
        • LV_STYLE_PROP_FLAG_TRANSFORM
        • LV_STYLE_PROP_FLAG_ALL
        • LV_SCALE_NONE
        • LV_STYLE_CONST_INIT
        • LV_STYLE_CONST_PROPS_END
        • LV_ASSERT_STYLE
        • lv_blend_mode_t
        • lv_text_decor_t
        • lv_border_side_t
        • lv_grad_dir_t
        • lv_grad_extend_t
        • @28
        • lv_style_res_t
        • lv_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_inv
        • lv_gradient_stop_t
        • lv_grad_dsc_t
        • lv_style_value_t
        • lv_style_transition_dsc_t
        • lv_style_const_prop_t
        • lv_style_t
      • lv_rb.h
        • lv_rb_compare_res_t
        • lv_rb_compare_t
        • lv_rb_color_t
        • lv_rb_init()
        • lv_rb_insert()
        • lv_rb_find()
        • lv_rb_remove_node()
        • lv_rb_remove()
        • lv_rb_drop_node()
        • lv_rb_drop()
        • lv_rb_minimum()
        • lv_rb_maximum()
        • lv_rb_minimum_from()
        • lv_rb_maximum_from()
        • lv_rb_destroy()
      • lv_color.h
        • LV_COLOR_NATIVE_WITH_ALPHA_SIZE
        • LV_OPA_MIN
        • LV_OPA_MAX
        • LV_COLOR_FORMAT_GET_BPP
        • LV_COLOR_FORMAT_GET_SIZE
        • LV_COLOR_FORMAT_IS_ALPHA_ONLY
        • LV_COLOR_FORMAT_IS_INDEXED
        • LV_COLOR_FORMAT_IS_YUV
        • LV_COLOR_INDEXED_PALETTE_SIZE
        • LV_COLOR_MAKE
        • LV_OPA_MIX2
        • LV_OPA_MIX3
        • @27
        • lv_color_format_t
        • 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_eq()
        • lv_color32_eq()
        • lv_color_hex()
        • lv_color_make()
        • lv_color32_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_premultiply()
        • lv_color16_premultiply()
        • lv_color_luminance()
        • lv_color16_luminance()
        • lv_color24_luminance()
        • lv_color32_luminance()
        • lv_color_filter_shade
        • lv_color_t
        • lv_color16_t
        • lv_color32_t
        • lv_color_hsv_t
        • lv_color16a_t
      • lv_templ.h
      • lv_bidi.h
        • LV_BIDI_LRO
        • LV_BIDI_RLO
        • lv_base_dir_t
        • lv_bidi_calculate_align()
        • lv_bidi_set_custom_neutrals_static()
      • lv_lru.h
        • lv_lru_free_cb_t
        • lv_lru_item_t
        • lv_lru_t
        • lv_lru_res_t
        • lv_lru_create()
        • lv_lru_delete()
        • lv_lru_set()
        • lv_lru_get()
        • lv_lru_remove()
        • lv_lru_remove_lru_item()
        • items
        • access_count
        • free_memory
        • total_memory
        • average_item_length
        • hash_table_size
        • seed
        • value_free
        • key_free
        • free_items
      • lv_event.h
        • lv_event_cb_t
        • lv_event_list_t
        • lv_event_code_t
        • lv_event_send()
        • lv_event_add()
        • lv_event_remove_dsc()
        • 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_style_gen.h
        • LV_STYLE_CONST_WIDTH
        • LV_STYLE_CONST_MIN_WIDTH
        • LV_STYLE_CONST_MAX_WIDTH
        • LV_STYLE_CONST_HEIGHT
        • LV_STYLE_CONST_MIN_HEIGHT
        • LV_STYLE_CONST_MAX_HEIGHT
        • LV_STYLE_CONST_LENGTH
        • LV_STYLE_CONST_X
        • LV_STYLE_CONST_Y
        • LV_STYLE_CONST_ALIGN
        • LV_STYLE_CONST_TRANSFORM_WIDTH
        • LV_STYLE_CONST_TRANSFORM_HEIGHT
        • LV_STYLE_CONST_TRANSLATE_X
        • LV_STYLE_CONST_TRANSLATE_Y
        • LV_STYLE_CONST_TRANSFORM_SCALE_X
        • LV_STYLE_CONST_TRANSFORM_SCALE_Y
        • LV_STYLE_CONST_TRANSFORM_ROTATION
        • LV_STYLE_CONST_TRANSFORM_PIVOT_X
        • LV_STYLE_CONST_TRANSFORM_PIVOT_Y
        • LV_STYLE_CONST_TRANSFORM_SKEW_X
        • LV_STYLE_CONST_TRANSFORM_SKEW_Y
        • LV_STYLE_CONST_PAD_TOP
        • LV_STYLE_CONST_PAD_BOTTOM
        • LV_STYLE_CONST_PAD_LEFT
        • LV_STYLE_CONST_PAD_RIGHT
        • LV_STYLE_CONST_PAD_ROW
        • LV_STYLE_CONST_PAD_COLUMN
        • LV_STYLE_CONST_MARGIN_TOP
        • LV_STYLE_CONST_MARGIN_BOTTOM
        • LV_STYLE_CONST_MARGIN_LEFT
        • LV_STYLE_CONST_MARGIN_RIGHT
        • LV_STYLE_CONST_BG_COLOR
        • LV_STYLE_CONST_BG_OPA
        • LV_STYLE_CONST_BG_GRAD_COLOR
        • LV_STYLE_CONST_BG_GRAD_DIR
        • LV_STYLE_CONST_BG_MAIN_STOP
        • LV_STYLE_CONST_BG_GRAD_STOP
        • LV_STYLE_CONST_BG_MAIN_OPA
        • LV_STYLE_CONST_BG_GRAD_OPA
        • LV_STYLE_CONST_BG_GRAD
        • LV_STYLE_CONST_BG_IMAGE_SRC
        • LV_STYLE_CONST_BG_IMAGE_OPA
        • LV_STYLE_CONST_BG_IMAGE_RECOLOR
        • LV_STYLE_CONST_BG_IMAGE_RECOLOR_OPA
        • LV_STYLE_CONST_BG_IMAGE_TILED
        • LV_STYLE_CONST_BORDER_COLOR
        • LV_STYLE_CONST_BORDER_OPA
        • LV_STYLE_CONST_BORDER_WIDTH
        • LV_STYLE_CONST_BORDER_SIDE
        • LV_STYLE_CONST_BORDER_POST
        • LV_STYLE_CONST_OUTLINE_WIDTH
        • LV_STYLE_CONST_OUTLINE_COLOR
        • LV_STYLE_CONST_OUTLINE_OPA
        • LV_STYLE_CONST_OUTLINE_PAD
        • LV_STYLE_CONST_SHADOW_WIDTH
        • LV_STYLE_CONST_SHADOW_OFFSET_X
        • LV_STYLE_CONST_SHADOW_OFFSET_Y
        • LV_STYLE_CONST_SHADOW_SPREAD
        • LV_STYLE_CONST_SHADOW_COLOR
        • LV_STYLE_CONST_SHADOW_OPA
        • LV_STYLE_CONST_IMAGE_OPA
        • LV_STYLE_CONST_IMAGE_RECOLOR
        • LV_STYLE_CONST_IMAGE_RECOLOR_OPA
        • LV_STYLE_CONST_LINE_WIDTH
        • LV_STYLE_CONST_LINE_DASH_WIDTH
        • LV_STYLE_CONST_LINE_DASH_GAP
        • LV_STYLE_CONST_LINE_ROUNDED
        • LV_STYLE_CONST_LINE_COLOR
        • LV_STYLE_CONST_LINE_OPA
        • LV_STYLE_CONST_ARC_WIDTH
        • LV_STYLE_CONST_ARC_ROUNDED
        • LV_STYLE_CONST_ARC_COLOR
        • LV_STYLE_CONST_ARC_OPA
        • LV_STYLE_CONST_ARC_IMAGE_SRC
        • LV_STYLE_CONST_TEXT_COLOR
        • LV_STYLE_CONST_TEXT_OPA
        • LV_STYLE_CONST_TEXT_FONT
        • LV_STYLE_CONST_TEXT_LETTER_SPACE
        • LV_STYLE_CONST_TEXT_LINE_SPACE
        • LV_STYLE_CONST_TEXT_DECOR
        • LV_STYLE_CONST_TEXT_ALIGN
        • LV_STYLE_CONST_RADIUS
        • LV_STYLE_CONST_CLIP_CORNER
        • LV_STYLE_CONST_OPA
        • LV_STYLE_CONST_OPA_LAYERED
        • LV_STYLE_CONST_COLOR_FILTER_DSC
        • LV_STYLE_CONST_COLOR_FILTER_OPA
        • LV_STYLE_CONST_ANIM
        • LV_STYLE_CONST_ANIM_DURATION
        • LV_STYLE_CONST_TRANSITION
        • LV_STYLE_CONST_BLEND_MODE
        • LV_STYLE_CONST_LAYOUT
        • LV_STYLE_CONST_BASE_DIR
        • LV_STYLE_CONST_BITMAP_MASK_SRC
        • LV_STYLE_CONST_ROTARY_SENSITIVITY
        • 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_length()
        • 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_transform_skew_x()
        • lv_style_set_transform_skew_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_offset_x()
        • lv_style_set_shadow_offset_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_duration()
        • lv_style_set_transition()
        • lv_style_set_blend_mode()
        • lv_style_set_layout()
        • lv_style_set_base_dir()
        • lv_style_set_bitmap_mask_src()
        • lv_style_set_rotary_sensitivity()
      • lv_profiler.h
        • LV_PROFILER_BEGIN
        • LV_PROFILER_END
        • LV_PROFILER_BEGIN_TAG
        • LV_PROFILER_END_TAG
      • lv_area.h
        • LV_COORD_TYPE_SHIFT
        • LV_COORD_TYPE_MASK
        • LV_COORD_TYPE
        • LV_COORD_PLAIN
        • LV_COORD_TYPE_PX
        • LV_COORD_TYPE_SPEC
        • LV_COORD_TYPE_PX_NEG
        • LV_COORD_IS_PX
        • LV_COORD_IS_SPEC
        • LV_COORD_SET_SPEC
        • LV_COORD_MAX
        • LV_COORD_MIN
        • LV_SIZE_CONTENT
        • LV_PCT_STORED_MAX
        • LV_PCT_POS_MAX
        • LV_PCT
        • LV_COORD_IS_PCT
        • LV_COORD_GET_PCT
        • lv_align_t
        • lv_dir_t
        • lv_area_set()
        • lv_area_copy()
        • lv_area_get_width()
        • lv_area_get_height()
        • lv_area_set_width()
        • lv_area_set_height()
        • lv_area_get_size()
        • lv_area_increase()
        • lv_area_move()
        • lv_area_align()
        • lv_point_transform()
        • lv_point_array_transform()
        • lv_point_from_precise()
        • lv_point_to_precise()
        • lv_point_set()
        • lv_point_precise_set()
        • lv_point_swap()
        • lv_point_precise_swap()
        • lv_pct()
        • lv_pct_to_px()
        • lv_point_t
        • lv_point_precise_t
        • lv_area_t
      • lv_fs.h
        • LV_FS_MAX_FN_LENGTH
        • LV_FS_MAX_PATH_LENGTH
        • LV_FS_CACHE_FROM_BUFFER
        • lv_fs_drv_t
        • lv_fs_res_t
        • lv_fs_mode_t
        • lv_fs_whence_t
        • 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()
        • letter
        • cache_size
        • ready_cb
        • open_cb
        • close_cb
        • read_cb
        • write_cb
        • seek_cb
        • tell_cb
        • dir_open_cb
        • dir_read_cb
        • dir_close_cb
        • user_data
        • lv_fs_file_t
        • lv_fs_dir_t
      • lv_anim.h
        • LV_ANIM_REPEAT_INFINITE
        • LV_ANIM_PLAYTIME_INFINITE
        • _PARA
        • LV_ANIM_SET_EASE_IN_SINE
        • LV_ANIM_SET_EASE_OUT_SINE
        • LV_ANIM_SET_EASE_IN_OUT_SINE
        • LV_ANIM_SET_EASE_IN_QUAD
        • LV_ANIM_SET_EASE_OUT_QUAD
        • LV_ANIM_SET_EASE_IN_OUT_QUAD
        • LV_ANIM_SET_EASE_IN_CUBIC
        • LV_ANIM_SET_EASE_OUT_CUBIC
        • LV_ANIM_SET_EASE_IN_OUT_CUBIC
        • LV_ANIM_SET_EASE_IN_QUART
        • LV_ANIM_SET_EASE_OUT_QUART
        • LV_ANIM_SET_EASE_IN_OUT_QUART
        • LV_ANIM_SET_EASE_IN_QUINT
        • LV_ANIM_SET_EASE_OUT_QUINT
        • LV_ANIM_SET_EASE_IN_OUT_QUINT
        • LV_ANIM_SET_EASE_IN_EXPO
        • LV_ANIM_SET_EASE_OUT_EXPO
        • LV_ANIM_SET_EASE_IN_OUT_EXPO
        • LV_ANIM_SET_EASE_IN_CIRC
        • LV_ANIM_SET_EASE_OUT_CIRC
        • LV_ANIM_SET_EASE_IN_OUT_CIRC
        • LV_ANIM_SET_EASE_IN_BACK
        • LV_ANIM_SET_EASE_OUT_BACK
        • LV_ANIM_SET_EASE_IN_OUT_BACK
        • lv_anim_path_cb_t
        • lv_anim_exec_xcb_t
        • lv_anim_custom_exec_cb_t
        • lv_anim_completed_cb_t
        • lv_anim_start_cb_t
        • lv_anim_get_value_cb_t
        • lv_anim_deleted_cb_t
        • lv_anim_enable_t
        • lv_anim_init()
        • lv_anim_set_var()
        • lv_anim_set_exec_cb()
        • lv_anim_set_duration()
        • 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_completed_cb()
        • lv_anim_set_deleted_cb()
        • lv_anim_set_playback_duration()
        • 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()
        • lv_anim_speed_clamped()
        • 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_bezier3_para_t
        • lv_anim_t
      • lv_matrix.h
        • lv_matrix_identity()
        • lv_matrix_translate()
        • lv_matrix_scale()
        • lv_matrix_rotate()
        • lv_matrix_skew()
        • lv_matrix_multiply()
        • lv_matrix_inverse()
        • lv_matrix_transform_precise_point()
        • lv_matrix_transform_area()
        • lv_matrix_is_identity_or_translation()
        • lv_matrix_t
      • lv_types.h
        • LV_UNUSED
        • _LV_CONCAT
        • LV_CONCAT
        • _LV_CONCAT3
        • LV_CONCAT3
        • LV_FORMAT_ATTRIBUTE
        • lv_uintptr_t
        • lv_intptr_t
        • lv_value_precise_t
        • lv_obj_t
        • lv_state_t
        • lv_part_t
        • lv_opa_t
        • lv_style_prop_t
        • lv_obj_class_t
        • lv_group_t
        • lv_display_t
        • lv_layer_t
        • lv_draw_unit_t
        • lv_draw_task_t
        • lv_indev_t
        • lv_event_t
        • lv_timer_t
        • lv_theme_t
        • lv_anim_t
        • lv_font_t
        • lv_image_decoder_t
        • lv_image_decoder_dsc_t
        • lv_fragment_t
        • lv_fragment_class_t
        • lv_fragment_managed_states_t
        • lv_profiler_builtin_config_t
        • lv_rb_node_t
        • lv_rb_t
        • lv_color_filter_dsc_t
        • lv_event_dsc_t
        • lv_fs_file_cache_t
        • lv_fs_path_ex_t
        • lv_image_decoder_args_t
        • lv_image_cache_data_t
        • lv_image_header_cache_data_t
        • lv_draw_mask_t
        • lv_grad_t
        • lv_draw_label_hint_t
        • lv_draw_glyph_dsc_t
        • lv_draw_image_sup_t
        • lv_draw_mask_rect_dsc_t
        • lv_obj_style_t
        • lv_obj_style_transition_dsc_t
        • lv_hit_test_info_t
        • lv_cover_check_info_t
        • lv_obj_spec_attr_t
        • lv_image_t
        • lv_animimg_t
        • lv_arc_t
        • lv_label_t
        • lv_bar_anim_t
        • lv_bar_t
        • lv_button_t
        • lv_buttonmatrix_t
        • lv_calendar_t
        • lv_canvas_t
        • lv_chart_series_t
        • lv_chart_cursor_t
        • lv_chart_t
        • lv_checkbox_t
        • lv_dropdown_t
        • lv_dropdown_list_t
        • lv_imagebutton_src_info_t
        • lv_imagebutton_t
        • lv_keyboard_t
        • lv_led_t
        • lv_line_t
        • lv_menu_load_page_event_data_t
        • lv_menu_history_t
        • lv_menu_t
        • lv_menu_page_t
        • lv_msgbox_t
        • lv_roller_t
        • lv_scale_section_t
        • lv_scale_t
        • lv_slider_t
        • lv_span_t
        • lv_spangroup_t
        • lv_textarea_t
        • lv_spinbox_t
        • lv_switch_t
        • lv_table_cell_t
        • lv_table_t
        • lv_tabview_t
        • lv_tileview_t
        • lv_tileview_tile_t
        • lv_win_t
        • lv_observer_t
        • lv_monkey_config_t
        • lv_ime_pinyin_t
        • lv_file_explorer_t
        • lv_barcode_t
        • lv_gif_t
        • lv_qrcode_t
        • lv_freetype_outline_vector_t
        • lv_freetype_outline_event_param_t
        • lv_fpoint_t
        • lv_matrix_t
        • lv_vector_path_t
        • lv_vector_gradient_t
        • lv_vector_fill_dsc_t
        • lv_vector_stroke_dsc_t
        • lv_vector_draw_dsc_t
        • lv_draw_vector_task_dsc_t
        • lv_vector_dsc_t
        • lv_xkb_t
        • lv_libinput_event_t
        • lv_libinput_t
        • lv_draw_sw_unit_t
        • lv_draw_sw_mask_common_dsc_t
        • lv_draw_sw_mask_line_param_t
        • lv_draw_sw_mask_angle_param_t
        • lv_draw_sw_mask_radius_param_t
        • lv_draw_sw_mask_fade_param_t
        • lv_draw_sw_mask_map_param_t
        • lv_draw_sw_blend_dsc_t
        • lv_draw_sw_blend_fill_dsc_t
        • lv_draw_sw_blend_image_dsc_t
        • lv_draw_buf_handlers_t
        • lv_rlottie_t
        • lv_ffmpeg_player_t
        • lv_glfw_window_t
        • lv_glfw_texture_t
        • lv_prop_id_t
        • lv_draw_buf_t
        • lv_property_name_t
        • lv_sysmon_backend_data_t
        • lv_sysmon_perf_info_t
        • lv_result_t
      • lv_color_op.h
        • lv_color_filter_cb_t
        • lv_color_mix()
        • lv_color_mix32()
        • lv_color_brightness()
        • lv_color_filter_dsc_init()
        • lv_color_filter_dsc_t
      • lv_palette.h
        • lv_palette_t
        • lv_palette_main()
        • lv_palette_lighten()
        • lv_palette_darken()
      • lv_profiler_builtin.h
      • lv_text_ap.h
        • LV_UNDEF_ARABIC_PERSIAN_CHARS
        • LV_AP_ALPHABET_BASE_CODE
        • LV_AP_END_CHARS_LIST
        • lv_text_ap_calc_bytes_count()
        • lv_text_ap_proc()
      • lv_assert.h
        • LV_ASSERT
        • LV_ASSERT_MSG
        • LV_ASSERT_FORMAT_MSG
        • LV_ASSERT_NULL
        • LV_ASSERT_MALLOC
        • LV_ASSERT_MEM_INTEGRITY
      • lv_async.h
        • lv_async_cb_t
        • lv_async_call()
        • lv_async_call_cancel()
      • lv_utils.h
        • lv_utils_bsearch()
        • lv_draw_buf_save_to_file()
      • lv_math.h
        • LV_TRIGO_SIN_MAX
        • LV_TRIGO_SHIFT
        • LV_BEZIER_VAL_SHIFT
        • LV_BEZIER_VAL_MAX
        • LV_BEZIER_VAL_FLOAT
        • LV_ALIGN_UP
        • LV_ROUND_UP
        • LV_MIN
        • LV_MIN3
        • LV_MIN4
        • LV_MAX
        • LV_MAX3
        • LV_MAX4
        • LV_CLAMP
        • LV_ABS
        • LV_UDIV255
        • LV_IS_SIGNED
        • LV_UMAX_OF
        • LV_SMAX_OF
        • LV_MAX_OF
        • lv_cubic_bezier()
        • lv_bezier3()
        • lv_atan2()
        • lv_sqrt32()
        • lv_sqr()
        • lv_pow()
        • lv_map()
        • lv_rand_set_seed()
        • lv_rand()
        • lv_sqrt_res_t
      • lv_text.h
        • LV_TXT_ENC_UTF8
        • LV_TXT_ENC_ASCII
        • lv_text_flag_t
        • lv_text_align_t
        • lv_text_get_size()
        • lv_text_get_width()
      • lv_anim_timeline.h
        • LV_ANIM_TIMELINE_PROGRESS_MAX
        • lv_anim_timeline_t
        • lv_anim_timeline_create()
        • lv_anim_timeline_delete()
        • lv_anim_timeline_add()
        • lv_anim_timeline_start()
        • lv_anim_timeline_pause()
        • lv_anim_timeline_set_reverse()
        • lv_anim_timeline_set_repeat_count()
        • lv_anim_timeline_set_repeat_delay()
        • lv_anim_timeline_set_progress()
        • lv_anim_timeline_get_playtime()
        • lv_anim_timeline_get_reverse()
        • lv_anim_timeline_get_progress()
        • lv_anim_timeline_get_repeat_count()
        • lv_anim_timeline_get_repeat_delay()
      • lv_ll.h
        • LV_LL_READ
        • LV_LL_READ_BACK
        • lv_ll_node_t
        • lv_ll_init()
        • lv_ll_ins_head()
        • lv_ll_ins_prev()
        • lv_ll_ins_tail()
        • lv_ll_remove()
        • lv_ll_clear_custom()
        • lv_ll_clear()
        • lv_ll_chg_list()
        • lv_ll_get_head()
        • lv_ll_get_tail()
        • lv_ll_get_next()
        • lv_ll_get_prev()
        • lv_ll_get_len()
        • lv_ll_move_before()
        • lv_ll_is_empty()
        • lv_ll_t
      • lv_log.h
        • LV_LOG_LEVEL_TRACE
        • LV_LOG_LEVEL_INFO
        • LV_LOG_LEVEL_WARN
        • LV_LOG_LEVEL_ERROR
        • LV_LOG_LEVEL_USER
        • LV_LOG_LEVEL_NONE
        • LV_LOG_LEVEL_NUM
        • LV_LOG_FILE
        • LV_LOG_LINE
        • LV_LOG_TRACE
        • LV_LOG_INFO
        • LV_LOG_WARN
        • LV_LOG_ERROR
        • LV_LOG_USER
        • LV_LOG
        • lv_log_level_t
        • lv_log_print_g_cb_t
        • lv_log_register_print_cb()
        • lv_log()
        • lv_log_add()
      • lv_array.h
        • LV_ARRAY_DEFAULT_CAPACITY
        • LV_ARRAY_DEFAULT_SHRINK_RATIO
        • lv_array_init()
        • lv_array_resize()
        • lv_array_deinit()
        • lv_array_size()
        • lv_array_capacity()
        • lv_array_is_empty()
        • lv_array_is_full()
        • lv_array_copy()
        • lv_array_clear()
        • lv_array_shrink()
        • lv_array_remove()
        • lv_array_erase()
        • lv_array_concat()
        • lv_array_push_back()
        • lv_array_assign()
        • lv_array_at()
        • lv_array_front()
        • lv_array_back()
        • lv_array_t
      • lv_timer.h
        • LV_NO_TIMER_READY
        • lv_timer_cb_t
        • lv_timer_handler_resume_cb_t
        • 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_auto_delete()
        • 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_get_paused()
      • cache
        • lv_image_header_cache.h
        • lv_cache.h
        • lv_cache_entry.h
        • lv_image_cache.h
        • lv_cache_lru_rb.h
    • font
      • lv_font_fmt_txt.h
        • lv_font_fmt_txt_cmap_type_t
        • lv_font_fmt_txt_bitmap_format_t
        • lv_font_get_bitmap_fmt_txt()
        • lv_font_get_glyph_dsc_fmt_txt()
        • lv_font_fmt_txt_glyph_dsc_t
        • lv_font_fmt_txt_cmap_t
        • lv_font_fmt_txt_kern_pair_t
        • lv_font_fmt_txt_kern_classes_t
        • lv_font_fmt_txt_dsc_t
      • lv_symbol_def.h
        • LV_SYMBOL_BULLET
        • LV_SYMBOL_AUDIO
        • LV_SYMBOL_VIDEO
        • LV_SYMBOL_LIST
        • LV_SYMBOL_OK
        • LV_SYMBOL_CLOSE
        • LV_SYMBOL_POWER
        • LV_SYMBOL_SETTINGS
        • LV_SYMBOL_HOME
        • LV_SYMBOL_DOWNLOAD
        • LV_SYMBOL_DRIVE
        • LV_SYMBOL_REFRESH
        • LV_SYMBOL_MUTE
        • LV_SYMBOL_VOLUME_MID
        • LV_SYMBOL_VOLUME_MAX
        • LV_SYMBOL_IMAGE
        • LV_SYMBOL_TINT
        • LV_SYMBOL_PREV
        • LV_SYMBOL_PLAY
        • LV_SYMBOL_PAUSE
        • LV_SYMBOL_STOP
        • LV_SYMBOL_NEXT
        • LV_SYMBOL_EJECT
        • LV_SYMBOL_LEFT
        • LV_SYMBOL_RIGHT
        • LV_SYMBOL_PLUS
        • LV_SYMBOL_MINUS
        • LV_SYMBOL_EYE_OPEN
        • LV_SYMBOL_EYE_CLOSE
        • LV_SYMBOL_WARNING
        • LV_SYMBOL_SHUFFLE
        • LV_SYMBOL_UP
        • LV_SYMBOL_DOWN
        • LV_SYMBOL_LOOP
        • LV_SYMBOL_DIRECTORY
        • LV_SYMBOL_UPLOAD
        • LV_SYMBOL_CALL
        • LV_SYMBOL_CUT
        • LV_SYMBOL_COPY
        • LV_SYMBOL_SAVE
        • LV_SYMBOL_BARS
        • LV_SYMBOL_ENVELOPE
        • LV_SYMBOL_CHARGE
        • LV_SYMBOL_PASTE
        • LV_SYMBOL_BELL
        • LV_SYMBOL_KEYBOARD
        • LV_SYMBOL_GPS
        • LV_SYMBOL_FILE
        • LV_SYMBOL_WIFI
        • LV_SYMBOL_BATTERY_FULL
        • LV_SYMBOL_BATTERY_3
        • LV_SYMBOL_BATTERY_2
        • LV_SYMBOL_BATTERY_1
        • LV_SYMBOL_BATTERY_EMPTY
        • LV_SYMBOL_USB
        • LV_SYMBOL_BLUETOOTH
        • LV_SYMBOL_TRASH
        • LV_SYMBOL_EDIT
        • LV_SYMBOL_BACKSPACE
        • LV_SYMBOL_SD_CARD
        • LV_SYMBOL_NEW_LINE
        • LV_SYMBOL_DUMMY
        • @16
      • lv_font.h
        • LV_FONT_DECLARE
        • lv_font_glyph_format_t
        • 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_t
      • lv_binfont_loader.h
        • lv_binfont_create()
        • lv_binfont_destroy()
  • Contributing
    • Introduction
    • Ways to contribute
    • Pull request
      • From GitHub
      • From command line
      • Commit message format
    • Developer Certification of Origin (DCO)
      • Overview
      • Accepted licenses and copyright notices
        • Your own work
        • Use code from online source
        • Use MIT licensed code
        • Use GPL licensed code
  • Coding style
    • File template
    • Naming conventions
    • Coding guide
    • Comments
    • API Conventions
    • Formatting
    • pre-commit
    • Hooks
    • Skipping hooks
    • Testing hooks
  • Changelog
    • v9.2.2 29 October 2024
      • Fixes
  • Roadmap
    • v9
      • Schedule
      • Naming and API
      • Architecture
      • Styles
      • Widgets
      • Animations
    • Planned in general
      • CI
      • Architecture
      • Styles
      • Drawing and rendering
      • Widgets
      • Others
    • Ideas
LVGL
  • API
  • draw
  • nxp
  • pxp
  • Edit on GitHub
Previous Next

pxp

  • lv_pxp_cfg.h
    • PXP_ID
    • PXP_IRQ_ID
    • lv_pxp_init()
    • lv_pxp_deinit()
    • lv_pxp_reset()
    • lv_pxp_run()
    • lv_pxp_wait()
    • pxp_cfg_t
  • lv_pxp_osa.h
    • PXP_IRQHandler()
    • pxp_get_default_cfg()
  • lv_draw_pxp.h
    • lv_draw_pxp_unit_t
    • lv_draw_pxp_init()
    • lv_draw_pxp_deinit()
    • lv_draw_pxp_rotate()
    • lv_draw_buf_pxp_init_handlers()
    • lv_draw_pxp_fill()
    • lv_draw_pxp_img()
    • lv_draw_pxp_layer()
  • lv_pxp_utils.h
    • PXP_ASSERT
    • PXP_ASSERT_MSG
    • pxp_get_out_px_format()
    • pxp_get_as_px_format()
    • pxp_get_ps_px_format()
    • pxp_buf_aligned()
Previous Next

© Copyright 2024, LVGL Kft. Last updated on Mar 26, 2025.

Built with Sphinx using a theme provided by Read the Docs.