2023-10-24 11:45:25 +00:00
<!DOCTYPE html>
< html class = "writer-html5" lang = "en" >
< head >
< meta charset = "utf-8" / > < meta name = "generator" content = "Docutils 0.18.1: http://docutils.sourceforge.net/" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< title > Tick interface — LVGL documentation< / title >
< link rel = "stylesheet" href = "../_static/pygments.css" type = "text/css" / >
< link rel = "stylesheet" href = "../_static/css/theme.css" type = "text/css" / >
< link rel = "stylesheet" href = "../_static/css/custom.css" type = "text/css" / >
< link rel = "stylesheet" href = "../_static/css/fontawesome.min.css" type = "text/css" / >
< link rel = "stylesheet" href = "../_static/dark_mode_css/general.css" type = "text/css" / >
< link rel = "stylesheet" href = "../_static/dark_mode_css/dark.css" type = "text/css" / >
< link rel = "shortcut icon" href = "../_static/favicon.png" / >
< link rel = "canonical" href = "https://docs.lvgl.io/master/en/html/porting/tick.html" / >
<!-- [if lt IE 9]>
< script src = "../_static/js/html5shiv.min.js" > < / script >
<![endif]-->
< script src = "../_static/jquery.js?v=5d32c60e" > < / script >
< script src = "../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c" > < / script >
< script src = "../_static/documentation_options.js?v=5929fcd5" > < / script >
< script src = "../_static/doctools.js?v=888ff710" > < / script >
< script src = "../_static/sphinx_highlight.js?v=dc90522c" > < / script >
< script src = "../_static/js/custom.js?v=86bd1a06" > < / script >
< script src = "../_static/js/include_html.js?v=9d403d22" > < / script >
< script src = "../_static/dark_mode_js/default_light.js?v=c2e647ce" > < / script >
< script src = "../_static/dark_mode_js/theme_switcher.js?v=358d3910" > < / script >
< script src = "../_static/js/theme.js" > < / script >
< link rel = "index" title = "Index" href = "../genindex.html" / >
< link rel = "search" title = "Search" href = "../search.html" / >
< link rel = "next" title = "Timer Handler" href = "timer_handler.html" / >
< link rel = "prev" title = "Input device interface" href = "indev.html" / >
<!-- Global site tag (gtag.js) - Google Analytics -->
< script async src = "https://www.googletagmanager.com/gtag/js?id=UA-78811084-3" > < / script >
< script >
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-78811084-3', { 'anonymize_ip': true });
< / script >
< / head >
< body class = "wy-body-for-nav" >
< div class = "wy-grid-for-nav" >
< nav data-toggle = "wy-nav-shift" class = "wy-nav-side" >
< div class = "wy-side-scroll" >
< div class = "wy-side-nav-search" >
< a href = "../index.html" >
< img src = "../_static/logo_lvgl.png" class = "logo" alt = "Logo" / >
< / a >
< div class = "version" >
9.0
< / div >
< div role = "search" >
< form id = "rtd-search-form" class = "wy-form" action = "../search.html" method = "get" >
< input type = "text" name = "q" placeholder = "Search docs" aria-label = "Search docs" / >
< input type = "hidden" name = "check_keywords" value = "yes" / >
< input type = "hidden" name = "area" value = "default" / >
< / form >
< / div >
< / div > < div class = "wy-menu wy-menu-vertical" data-spy = "affix" role = "navigation" aria-label = "Navigation menu" >
< ul class = "current" >
< li class = "toctree-l1" > < a class = "reference internal" href = "../intro/index.html" > Introduction< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../intro/index.html#key-features" > Key features< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../intro/index.html#requirements" > Requirements< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../intro/index.html#license" > License< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../intro/index.html#repository-layout" > Repository layout< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../intro/index.html#release-policy" > Release policy< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#release-cycle" > Release cycle< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#branches" > Branches< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#changelog" > Changelog< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#version-support" > Version support< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../intro/index.html#faq" > FAQ< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#where-can-i-ask-questions" > Where can I ask questions?< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#is-my-mcu-hardware-supported" > Is my MCU/hardware supported?< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#is-my-display-supported" > Is my display supported?< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#lvgl-doesn-t-start-randomly-crashes-or-nothing-is-drawn-on-the-display-what-can-be-the-problem" > LVGL doesn't start, randomly crashes or nothing is drawn on the display. What can be the problem?< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#my-display-driver-is-not-called-what-have-i-missed" > My display driver is not called. What have I missed?< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#why-is-the-display-driver-called-only-once-only-the-upper-part-of-the-display-is-refreshed" > Why is the display driver called only once? Only the upper part of the display is refreshed.< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#why-do-i-see-only-garbage-on-the-screen" > Why do I see only garbage on the screen?< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#why-do-i-see-nonsense-colors-on-the-screen" > Why do I see nonsense colors on the screen?< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#how-to-speed-up-my-ui" > How to speed up my UI?< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#how-to-reduce-flash-rom-usage" > How to reduce flash/ROM usage?< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#how-to-reduce-the-ram-usage" > How to reduce the RAM usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../intro/index.html#how-to-work-with-an-operating-system" > How to work with an operating system?< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../examples.html" > Examples< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../examples.html#get-started" > Get started< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#a-very-simple-hello-world-label" > A very simple < em > hello world< / em > label< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#a-button-with-a-label-and-react-on-click-event" > A button with a label and react on click event< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#create-styles-from-scratch-for-buttons" > Create styles from scratch for buttons< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#create-a-slider-and-write-its-value-on-a-label" > Create a slider and write its value on a label< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../examples.html#styles" > Styles< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#size-styles" > Size styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#background-styles" > Background styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#border-styles" > Border styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#outline-styles" > Outline styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#shadow-styles" > Shadow styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#image-styles" > Image styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#arc-styles" > Arc styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#text-styles" > Text styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#line-styles" > Line styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#transition" > Transition< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#using-multiple-styles" > Using multiple styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#local-styles" > Local styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#add-styles-to-parts-and-states" > Add styles to parts and states< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#extending-the-current-theme" > Extending the current theme< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#opacity-and-transformations" > Opacity and Transformations< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../examples.html#animations" > Animations< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#start-animation-on-an-event" > Start animation on an event< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#playback-animation" > Playback animation< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#animation-timeline" > Animation timeline< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../examples.html#events" > Events< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#button-click-event" > Button click event< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#handle-multiple-events" > Handle multiple events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#event-bubbling" > Event bubbling< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#draw-event" > Draw event< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../examples.html#layouts" > Layouts< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#flex" > Flex< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#a-simple-row-and-a-column-layout-with-flexbox" > A simple row and a column layout with flexbox< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#arrange-items-in-rows-with-wrap-and-even-spacing" > Arrange items in rows with wrap and even spacing< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#demonstrate-flex-grow" > Demonstrate flex grow< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#id2" > Demonstrate flex grow.< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#demonstrate-column-and-row-gap-style-properties" > Demonstrate column and row gap style properties< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#rtl-base-direction-changes-order-of-the-items" > RTL base direction changes order of the items< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#grid" > Grid< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#a-simple-grid" > A simple grid< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#demonstrate-cell-placement-and-span" > Demonstrate cell placement and span< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#demonstrate-grid-s-free-unit" > Demonstrate grid's -free unit-< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#demonstrate-track-placement" > Demonstrate track placement< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#demonstrate-column-and-row-gap" > Demonstrate column and row gap< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#demonstrate-rtl-direction-on-grid" > Demonstrate RTL direction on grid< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../examples.html#scrolling" > Scrolling< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#nested-scrolling" > Nested scrolling< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#snapping" > Snapping< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#floating-button" > Floating button< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#styling-the-scrollbars" > Styling the scrollbars< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#right-to-left-scrolling" > Right to left scrolling< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#translate-on-scroll" > Translate on scroll< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../examples.html#widgets" > Widgets< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#base-object" > Base object< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#base-objects-with-custom-styles" > Base objects with custom styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#make-an-object-draggable" > Make an object draggable< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#arc" > Arc< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-arc" > Simple Arc< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#loader-with-arc" > Loader with Arc< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#bar" > Bar< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-bar" > Simple Bar< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#styling-a-bar" > Styling a bar< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#temperature-meter" > Temperature meter< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#stripe-pattern-and-range-value" > Stripe pattern and range value< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#bar-with-ltr-and-rtl-base-direction" > Bar with LTR and RTL base direction< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#custom-drawer-to-show-the-current-value" > Custom drawer to show the current value< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#bar-with-opposite-direction" > Bar with opposite direction< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#button" > Button< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-buttons" > Simple Buttons< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#styling-buttons" > Styling buttons< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#gummy-button" > Gummy button< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#button-matrix" > Button matrix< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-button-matrix" > Simple Button matrix< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#custom-buttons" > Custom buttons< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#pagination" > Pagination< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#calendar" > Calendar< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#calendar-with-header" > Calendar with header< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#canvas" > Canvas< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#drawing-on-the-canvas-and-rotate" > Drawing on the Canvas and rotate< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#transparent-canvas-with-chroma-keying" > Transparent Canvas with chroma keying< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#draw-a-rectangle-to-the-canvas" > Draw a rectangle to the canvas< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#draw-a-label-to-the-canvas" > Draw a label to the canvas< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#draw-an-arc-to-the-canvas" > Draw an arc to the canvas< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#draw-an-image-to-the-canvas" > Draw an image to the canvas< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#draw-a-line-to-the-canvas" > Draw a line to the canvas< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#chart" > Chart< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#line-chart" > Line Chart< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#axis-ticks-and-labels-with-scrolling" > Axis ticks and labels with scrolling< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#show-the-value-of-the-pressed-points" > Show the value of the pressed points< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#recolor-bars-based-on-their-value" > Recolor bars based on their value< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#faded-area-line-chart-with-custom-division-lines" > Faded area line chart with custom division lines< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#show-cursor-on-the-clicked-point" > Show cursor on the clicked point< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#scatter-chart" > Scatter chart< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#checkbox" > Checkbox< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-checkboxes" > Simple Checkboxes< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#checkboxes-as-radio-buttons" > Checkboxes as radio buttons< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#colorwheel" > Colorwheel< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#dropdown" > Dropdown< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-drop-down-list" > Simple Drop down list< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#drop-down-in-four-directions" > Drop down in four directions< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#menu" > Menu< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#image" > Image< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#image-from-variable-and-symbol" > Image from variable and symbol< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#image-recoloring" > Image recoloring< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#rotate-and-zoom" > Rotate and zoom< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#image-offset-and-styling" > Image offset and styling< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#image-button" > Image button< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-image-button" > Simple Image button< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#keyboard" > Keyboard< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#keyboard-with-text-area" > Keyboard with text area< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#keyboard-with-custom-map" > Keyboard with custom map< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#label" > Label< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#line-wrap-recoloring-and-scrolling" > Line wrap, recoloring and scrolling< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#text-shadow" > Text shadow< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#show-ltr-rtl-and-chinese-texts" > Show LTR, RTL and Chinese texts< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#draw-label-with-gradient-color" > Draw label with gradient color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#customize-circular-scrolling-animation" > Customize circular scrolling animation< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#led" > LED< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#led-with-custom-style" > LED with custom style< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#line" > Line< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-line" > Simple Line< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#list" > List< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-list" > Simple List< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#sorting-a-list-using-up-and-down-buttons" > Sorting a List using up and down buttons< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#id3" > Menu< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-menu" > Simple Menu< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-menu-with-root-btn" > Simple Menu with root btn< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-menu-with-custom-header" > Simple Menu with custom header< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-menu-with-floating-btn-to-add-new-menu-page" > Simple Menu with floating btn to add new menu page< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#complex-menu" > Complex Menu< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#meter" > Meter< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#message-box" > Message box< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-message-box" > Simple Message box< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#roller" > Roller< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-roller" > Simple Roller< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#styling-the-roller" > Styling the roller< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#add-fade-mask-to-roller" > add fade mask to roller< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#scale" > Scale< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#slider" > Slider< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-slider" > Simple Slider< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#slider-with-custom-style" > Slider with custom style< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#slider-with-extended-drawer" > Slider with extended drawer< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#slider-with-opposite-direction" > Slider with opposite direction< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#span" > Span< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#span-with-custom-styles" > Span with custom styles< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#spinbox" > Spinbox< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-spinbox" > Simple Spinbox< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#spinner" > Spinner< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-spinner" > Simple spinner< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#switch" > Switch< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-switch" > Simple Switch< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#table" > Table< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-table" > Simple table< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#lightweighted-list-from-table" > Lightweighted list from table< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#tabview" > Tabview< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-tabview" > Simple Tabview< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#tabs-on-the-left-styling-and-no-scrolling" > Tabs on the left, styling and no scrolling< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#textarea" > Textarea< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-text-area" > Simple Text area< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#text-area-with-password-field" > Text area with password field< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#text-auto-formatting" > Text auto-formatting< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#id4" > Tabview< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#tileview-with-content" > Tileview with content< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../examples.html#window" > Window< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../examples.html#simple-window" > Simple window< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../get-started/index.html" > Get started< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../get-started/quick-overview.html" > Quick overview< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../get-started/quick-overview.html#get-started-in-a-simulator" > Get started in a simulator< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../get-started/quick-overview.html#add-lvgl-into-your-project" > Add LVGL into your project< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../get-started/quick-overview.html#learn-the-basics" > Learn the basics< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../get-started/quick-overview.html#widgets" > Widgets< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../get-started/quick-overview.html#events" > Events< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../get-started/quick-overview.html#parts" > Parts< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../get-started/quick-overview.html#states" > States< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../get-started/quick-overview.html#styles" > Styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../get-started/quick-overview.html#themes" > Themes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../get-started/quick-overview.html#examples" > Examples< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../get-started/quick-overview.html#a-very-simple-hello-world-label" > A very simple < em > hello world< / em > label< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../get-started/quick-overview.html#a-button-with-a-label-and-react-on-click-event" > A button with a label and react on click event< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../get-started/quick-overview.html#create-styles-from-scratch-for-buttons" > Create styles from scratch for buttons< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../get-started/quick-overview.html#create-a-slider-and-write-its-value-on-a-label" > Create a slider and write its value on a label< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../get-started/quick-overview.html#micropython" > Micropython< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../integration/index.html" > Integration and Drivers< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../integration/chip/index.html" > Chip vendors< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/chip/nxp.html" > NXP< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/chip/nxp.html#creating-new-project-with-lvgl" > Creating new project with LVGL< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/chip/nxp.html#hw-acceleration-for-nxp-imx-rt-platforms" > HW acceleration for NXP iMX RT platforms< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/chip/stm32.html" > STM32< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/chip/stm32.html#including-lvgl-in-a-project" > Including LVGL in a Project< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/chip/stm32.html#bare-metal-example" > Bare Metal Example< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/chip/stm32.html#freertos-example" > FreeRTOS Example< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/chip/espressif.html" > Espressif (ESP32 chip series)< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/chip/espressif.html#lvgl-demo-project-for-esp32" > LVGL demo project for ESP32< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/chip/espressif.html#using-lvgl-in-your-esp-idf-project" > Using LVGL in your ESP-IDF project< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/chip/espressif.html#using-lvgl-esp32-drivers-in-esp-idf-project" > Using lvgl_esp32_drivers in ESP-IDF project< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../integration/driver/index.html" > Drivers< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/driver/display/index.html" > Display< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/driver/display/ili9341.html" > ILI9341< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/driver/touchpad/index.html" > Touchpad< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/driver/touchpad/ft6x36.html" > FT6X36< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../integration/framework/index.html" > Frameworks< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/framework/arduino.html" > Arduino< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/arduino.html#get-the-lvgl-arduino-library" > Get the LVGL Arduino library< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/arduino.html#set-up-drivers" > Set up drivers< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/arduino.html#configure-lvgl" > Configure LVGL< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/arduino.html#initialize-and-run-lvgl" > Initialize and run LVGL< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/arduino.html#use-the-examples-and-demos" > Use the examples and demos< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/arduino.html#debugging-and-logging" > Debugging and logging< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/framework/platformio.html" > Platformio< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/framework/tasmota-berry.html" > Tasmota and berry< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/tasmota-berry.html#what-is-tasmota" > What is Tasmota?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/tasmota-berry.html#what-is-berry" > What is Berry?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/tasmota-berry.html#why-lvgl-tasmota-berry" > Why LVGL + Tasmota + Berry?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/tasmota-berry.html#so-what-does-it-look-like" > So what does it look like?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/tasmota-berry.html#how-can-i-use-it" > How can I use it?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/framework/tasmota-berry.html#where-can-i-find-more-information" > Where can I find more information?< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../integration/ide/index.html" > IDEs< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/ide/pc-simulator.html" > Simulator on PC< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/ide/pc-simulator.html#select-an-ide" > Select an IDE< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/ide/pc-simulator.html#set-up-eclipse-cdt" > Set-up Eclipse CDT< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/ide/mdk.html" > MDK< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../integration/os/index.html" > (RT)OS< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/os/nuttx.html" > NuttX RTOS< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/os/nuttx.html#what-is-nuttx" > What is NuttX?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/os/nuttx.html#why-nuttx-lvgl" > Why NuttX + LVGL?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/os/nuttx.html#how-to-get-started-with-nuttx-and-lvgl" > How to get started with NuttX and LVGL?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/os/nuttx.html#where-can-i-find-more-information" > Where can I find more information?< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/os/rt-thread.html" > RT-Thread RTOS< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/os/rt-thread.html#what-is-rt-thread" > What is RT-Thread?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/os/rt-thread.html#how-to-run-lvgl-on-rt-thread" > How to run LVGL on RT-Thread?< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/os/freertos.html" > FreeRTOS< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/os/zephyr.html" > Zephyr< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/os/zephyr.html#what-is-zephyr" > What is Zephyr?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/os/zephyr.html#how-to-run-lvgl-on-zephyr" > How to run LVGL on Zephyr?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/os/zephyr.html#leveraging-zephyr-features" > Leveraging Zephyr Features< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/os/zephyr.html#where-can-i-find-more-information" > Where can I find more information?< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/os/px5.html" > PX5 RTOS< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../integration/bindings/index.html" > Bindings< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/bindings/micropython.html" > Micropython< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/micropython.html#what-is-micropython" > What is Micropython?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/micropython.html#why-micropython-lvgl" > Why Micropython + LVGL?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/micropython.html#so-what-does-it-look-like" > So what does it look like?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/micropython.html#how-can-i-use-it" > How can I use it?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/micropython.html#where-can-i-find-more-information" > Where can I find more information?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/micropython.html#the-micropython-binding-is-auto-generated" > The Micropython Binding is auto generated!< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/bindings/cpp.html" > Cpp< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/bindings/pikascript.html" > PikaScript< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/pikascript.html#what-is-pikascript" > What is PikaScript ?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/pikascript.html#why-pikascript-lvgl" > Why PikaScript + LVGL ?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/pikascript.html#so-how-does-it-look-like" > So how does it look like?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/pikascript.html#how-does-it-work" > How does it work?< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/pikascript.html#how-can-i-use-it" > How can I use it?< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../integration/bindings/javascript.html" > JavaScript< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/javascript.html#table-of-contents" > Table of Contents< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/javascript.html#features" > Features< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/javascript.html#demo" > Demo< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/javascript.html#building" > Building< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/javascript.html#components" > Components< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/javascript.html#font" > Font< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/javascript.html#animation" > Animation< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/javascript.html#style" > Style< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/javascript.html#jsapi" > JSAPI< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../integration/bindings/javascript.html#thanks" > Thanks< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1 current" > < a class = "reference internal" href = "index.html" > Porting< / a > < ul class = "current" >
< li class = "toctree-l2" > < a class = "reference internal" href = "project.html" > Set up a project< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "project.html#get-the-library" > Get the library< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "project.html#add-lvgl-to-your-project" > Add lvgl to your project< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "project.html#automatically-add-files" > Automatically add files< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "project.html#make-and-cmake" > Make and CMake< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "project.html#other-platforms-and-tools" > Other platforms and tools< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "project.html#demos-and-examples" > Demos and Examples< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "project.html#configuration-file" > Configuration file< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "project.html#initialization" > Initialization< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "disp.html" > Display interface< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "disp.html#basic-setup" > Basic setup< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "disp.html#flush-cb" > flush_cb< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "disp.html#draw-buffers" > Draw buffers< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "disp.html#advanced-options" > Advanced options< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "disp.html#resolution" > Resolution< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "disp.html#rotation" > Rotation< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "disp.html#color-format" > Color format< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "disp.html#antialiasing" > Antialiasing< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "disp.html#user-data" > User data< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "disp.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "disp.html#other-options" > Other options< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "disp.html#decoupling-the-display-refresh-timer" > Decoupling the display refresh timer< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "disp.html#further-reading" > Further reading< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "disp.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "indev.html" > Input device interface< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "indev.html#types-of-input-devices" > Types of input devices< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "indev.html#touchpad-mouse-or-any-pointer" > Touchpad, mouse or any pointer< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "indev.html#keypad-or-keyboard" > Keypad or keyboard< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "indev.html#encoder" > Encoder< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "indev.html#button" > Button< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "indev.html#other-features" > Other features< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "indev.html#parameters" > Parameters< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "indev.html#feedback" > Feedback< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "indev.html#associating-with-a-display" > Associating with a display< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "indev.html#buffered-reading" > Buffered reading< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "indev.html#decoupling-the-input-device-read-timer" > Decoupling the input device read timer< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "indev.html#further-reading" > Further reading< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "indev.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2 current" > < a class = "current reference internal" href = "#" > Tick interface< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "timer_handler.html" > Timer Handler< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "timer_handler.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "sleep.html" > Sleep management< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "os.html" > Operating system and interrupts< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "os.html#tasks-and-threads" > Tasks and threads< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "os.html#interrupts" > Interrupts< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "log.html" > Logging< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "log.html#log-level" > Log level< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "log.html#printing-logs" > Printing logs< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "log.html#logging-with-printf" > Logging with printf< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "log.html#custom-log-function" > Custom log function< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "log.html#add-logs" > Add logs< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "log.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "draw.html" > Add custom GPU< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "draw.html#draw-context" > Draw context< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "draw.html#fields" > Fields< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "draw.html#initialization" > Initialization< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "draw.html#software-renderer" > Software renderer< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "draw.html#blend-callback" > Blend callback< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "draw.html#extend-the-software-renderer" > Extend the software renderer< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "draw.html#new-blend-callback" > New blend callback< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "draw.html#new-rectangle-drawer" > New rectangle drawer< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "draw.html#fully-custom-draw-engine" > Fully custom draw engine< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "draw.html#api" > API< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../overview/index.html" > Overview< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/obj.html" > Objects< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/obj.html#attributes" > Attributes< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/obj.html#basic-attributes" > Basic attributes< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/obj.html#specific-attributes" > Specific attributes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/obj.html#working-mechanisms" > Working mechanisms< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/obj.html#parent-child-structure" > Parent-child structure< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/obj.html#moving-together" > Moving together< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/obj.html#visibility-only-on-the-parent" > Visibility only on the parent< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/obj.html#create-and-delete-objects" > Create and delete objects< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/obj.html#screens" > Screens< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/obj.html#create-screens" > Create screens< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/obj.html#get-the-active-screen" > Get the active screen< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/obj.html#load-screens" > Load screens< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/obj.html#layers" > Layers< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/obj.html#handling-multiple-displays" > Handling multiple displays< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/obj.html#parts" > Parts< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/obj.html#states" > States< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/obj.html#snapshot" > Snapshot< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/obj.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/coord.html" > Positions, sizes, and layouts< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/coord.html#overview" > Overview< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/coord.html#units" > Units< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/coord.html#boxing-model" > Boxing model< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/coord.html#important-notes" > Important notes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/coord.html#position" > Position< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/coord.html#simple-way" > Simple way< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/coord.html#align" > Align< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/coord.html#size" > Size< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/coord.html#sizing-the-simple-way" > Sizing the Simple way< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/coord.html#using-styles" > Using styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/coord.html#translation" > Translation< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/coord.html#transformation" > Transformation< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/coord.html#min-and-max-size" > Min and Max size< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/coord.html#layout" > Layout< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/coord.html#layout-overview" > Layout Overview< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/coord.html#built-in-layout" > Built-in layout< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/coord.html#flags" > Flags< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/coord.html#adding-new-layouts" > Adding new layouts< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/coord.html#examples" > Examples< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/coord.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/style.html" > Styles< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#states" > States< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#cascading-styles" > Cascading styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#inheritance" > Inheritance< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#forced-value-inheritance-default-value" > Forced value inheritance/default value< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#parts" > Parts< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#initialize-styles-and-set-get-properties" > Initialize styles and set/get properties< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#add-and-remove-styles-to-a-widget" > Add and remove styles to a widget< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#add-styles" > Add styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#replace-styles" > Replace styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#remove-styles" > Remove styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#report-style-changes" > Report style changes< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#get-a-property-s-value-on-an-object" > Get a property's value on an object< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#local-styles" > Local styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#properties" > Properties< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#typical-background-properties" > Typical background properties< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#transitions" > Transitions< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#opacity-blend-modes-and-transformations" > Opacity, Blend modes and Transformations< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#color-filter" > Color filter< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#themes" > Themes< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#extending-themes" > Extending themes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#examples" > Examples< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#size-styles" > Size styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#background-styles" > Background styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#border-styles" > Border styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#outline-styles" > Outline styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#shadow-styles" > Shadow styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#image-styles" > Image styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#arc-styles" > Arc styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#text-styles" > Text styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#line-styles" > Line styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#transition" > Transition< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#using-multiple-styles" > Using multiple styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#id2" > Local styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#add-styles-to-parts-and-states" > Add styles to parts and states< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#extending-the-current-theme" > Extending the current theme< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style.html#opacity-and-transformations" > Opacity and Transformations< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/style-props.html" > Style properties< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#size-and-position" > Size and position< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#width" > width< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#min-width" > min_width< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#max-width" > max_width< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#height" > height< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#min-height" > min_height< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#max-height" > max_height< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#x" > x< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#y" > y< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#align" > align< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#transform-width" > transform_width< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#transform-height" > transform_height< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#translate-x" > translate_x< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#translate-y" > translate_y< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#transform-zoom" > transform_zoom< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#transform-angle" > transform_angle< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#transform-pivot-x" > transform_pivot_x< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#transform-pivot-y" > transform_pivot_y< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#padding" > Padding< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#pad-top" > pad_top< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#pad-bottom" > pad_bottom< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#pad-left" > pad_left< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#pad-right" > pad_right< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#pad-row" > pad_row< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#pad-column" > pad_column< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#margin" > Margin< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#margin-top" > margin_top< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#margin-bottom" > margin_bottom< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#margin-left" > margin_left< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#margin-right" > margin_right< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#background" > Background< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-color" > bg_color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-opa" > bg_opa< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-grad-color" > bg_grad_color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-grad-dir" > bg_grad_dir< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-main-stop" > bg_main_stop< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-grad-stop" > bg_grad_stop< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-grad" > bg_grad< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-dither-mode" > bg_dither_mode< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-img-src" > bg_img_src< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-img-opa" > bg_img_opa< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-img-recolor" > bg_img_recolor< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-img-recolor-opa" > bg_img_recolor_opa< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#bg-img-tiled" > bg_img_tiled< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#border" > Border< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#border-color" > border_color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#border-opa" > border_opa< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#border-width" > border_width< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#border-side" > border_side< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#border-post" > border_post< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#outline" > Outline< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#outline-width" > outline_width< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#outline-color" > outline_color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#outline-opa" > outline_opa< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#outline-pad" > outline_pad< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#shadow" > Shadow< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#shadow-width" > shadow_width< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#shadow-ofs-x" > shadow_ofs_x< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#shadow-ofs-y" > shadow_ofs_y< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#shadow-spread" > shadow_spread< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#shadow-color" > shadow_color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#shadow-opa" > shadow_opa< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#image" > Image< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#img-opa" > img_opa< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#img-recolor" > img_recolor< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#img-recolor-opa" > img_recolor_opa< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#line" > Line< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#line-width" > line_width< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#line-dash-width" > line_dash_width< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#line-dash-gap" > line_dash_gap< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#line-rounded" > line_rounded< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#line-color" > line_color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#line-opa" > line_opa< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#arc" > Arc< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#arc-width" > arc_width< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#arc-rounded" > arc_rounded< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#arc-color" > arc_color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#arc-opa" > arc_opa< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#arc-img-src" > arc_img_src< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#text" > Text< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#text-color" > text_color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#text-opa" > text_opa< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#text-font" > text_font< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#text-letter-space" > text_letter_space< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#text-line-space" > text_line_space< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#text-decor" > text_decor< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#text-align" > text_align< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/style-props.html#miscellaneous" > Miscellaneous< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#radius" > radius< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#clip-corner" > clip_corner< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#opa" > opa< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#color-filter-dsc" > color_filter_dsc< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#color-filter-opa" > color_filter_opa< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#anim" > anim< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#anim-time" > anim_time< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#anim-speed" > anim_speed< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#transition" > transition< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#blend-mode" > blend_mode< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#layout" > layout< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/style-props.html#base-dir" > base_dir< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/scroll.html" > Scroll< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/scroll.html#overview" > Overview< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#scrollbar" > Scrollbar< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#events" > Events< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/scroll.html#basic-example" > Basic example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/scroll.html#features-of-scrolling" > Features of scrolling< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#scrollable" > Scrollable< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#scroll-chain" > Scroll chain< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#scroll-momentum" > Scroll momentum< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#elastic-scroll" > Elastic scroll< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#snapping" > Snapping< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#scroll-one" > Scroll one< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#scroll-on-focus" > Scroll on focus< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/scroll.html#scroll-manually" > Scroll manually< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/scroll.html#self-size" > Self size< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/scroll.html#examples" > Examples< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#nested-scrolling" > Nested scrolling< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#id1" > Snapping< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#floating-button" > Floating button< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#styling-the-scrollbars" > Styling the scrollbars< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#right-to-left-scrolling" > Right to left scrolling< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/scroll.html#translate-on-scroll" > Translate on scroll< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/scroll.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/layer.html" > Layers< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/layer.html#order-of-creation" > Order of creation< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/layer.html#change-order" > Change order< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/layer.html#top-and-sys-layers" > Top and sys layers< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/layer.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/event.html" > Events< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/event.html#add-events-to-the-object" > Add events to the object< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/event.html#remove-event-s-from-an-object" > Remove event(s) from an object< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/event.html#event-codes" > Event codes< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/event.html#input-device-events" > Input device events< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/event.html#drawing-events" > Drawing events< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/event.html#other-events" > Other events< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/event.html#special-events" > Special events< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/event.html#custom-events" > Custom events< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/event.html#sending-events" > Sending events< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/event.html#refresh-event" > Refresh event< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/event.html#fields-of-lv-event-t" > Fields of lv_event_t< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/event.html#event-bubbling" > Event bubbling< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/event.html#examples" > Examples< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/event.html#button-click-event" > Button click event< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/event.html#handle-multiple-events" > Handle multiple events< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/event.html#id2" > Event bubbling< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/event.html#draw-event" > Draw event< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/event.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/indev.html" > Input devices< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/indev.html#pointers" > Pointers< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/indev.html#cursor" > Cursor< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/indev.html#gestures" > Gestures< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/indev.html#keypad-and-encoder" > Keypad and encoder< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/indev.html#groups" > Groups< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/indev.html#styling" > Styling< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/indev.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/disp.html" > Displays< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/disp.html#multiple-display-support" > Multiple display support< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/disp.html#using-only-one-display" > Using only one display< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/disp.html#mirror-display" > Mirror display< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/disp.html#split-image" > Split image< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/disp.html#screens" > Screens< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/disp.html#transparent-screens" > Transparent screens< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/disp.html#features-of-displays" > Features of displays< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/disp.html#inactivity" > Inactivity< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/disp.html#background" > Background< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/disp.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/color.html" > Colors< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/color.html#creating-colors" > Creating colors< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/color.html#rgb" > RGB< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/color.html#hsv" > HSV< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/color.html#palette" > Palette< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/color.html#modify-and-mix-colors" > Modify and mix colors< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/color.html#built-in-colors" > Built-in colors< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/color.html#opacity" > Opacity< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/color.html#color-types" > Color types< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/color.html#convert-color" > Convert color< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/color.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/font.html" > Fonts< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/font.html#unicode-support" > Unicode support< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/font.html#built-in-fonts" > Built-in fonts< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/font.html#special-fonts" > Special fonts< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/font.html#special-features" > Special features< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/font.html#bidirectional-support" > Bidirectional support< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/font.html#arabic-and-persian-support" > Arabic and Persian support< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/font.html#subpixel-rendering" > Subpixel rendering< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/font.html#compressed-fonts" > Compressed fonts< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/font.html#add-a-new-font" > Add a new font< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/font.html#add-new-symbols" > Add new symbols< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/font.html#load-a-font-at-run-time" > Load a font at run-time< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/font.html#load-a-font-from-a-memory-buffer-at-run-time" > Load a font from a memory buffer at run-time< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/font.html#add-a-new-font-engine" > Add a new font engine< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/font.html#use-font-fallback" > Use font fallback< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/font.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/img.html" > Images< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/img.html#store-images" > Store images< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#variables" > Variables< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#files" > Files< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/img.html#color-formats" > Color formats< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/img.html#add-and-use-images" > Add and use images< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#online-converter" > Online converter< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#manually-create-an-image" > Manually create an image< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#use-images" > Use images< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/img.html#image-decoder" > Image decoder< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#custom-image-formats" > Custom image formats< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#register-an-image-decoder" > Register an image decoder< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#manually-use-an-image-decoder" > Manually use an image decoder< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/img.html#image-caching" > Image caching< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#cache-size" > Cache size< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#value-of-images" > Value of images< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#memory-usage" > Memory usage< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#clean-the-cache" > Clean the cache< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/img.html#custom-cache-algorithm" > Custom cache algorithm< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/img.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/fs.html" > File system< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/fs.html#ready-to-use-drivers" > Ready to use drivers< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/fs.html#adding-a-driver" > Adding a driver< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/fs.html#registering-a-driver" > Registering a driver< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/fs.html#implementing-the-callbacks" > Implementing the callbacks< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/fs.html#other-callbacks" > Other callbacks< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/fs.html#usage-example" > Usage example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/fs.html#use-drives-for-images" > Use drives for images< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/fs.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/anim.html" > Animations< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/anim.html#create-an-animation" > Create an animation< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/anim.html#animation-path" > Animation path< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/anim.html#speed-vs-time" > Speed vs time< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/anim.html#delete-animations" > Delete animations< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/anim.html#timeline" > Timeline< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/anim.html#examples" > Examples< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/anim.html#start-animation-on-an-event" > Start animation on an event< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/anim.html#playback-animation" > Playback animation< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/anim.html#animation-timeline" > Animation timeline< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/anim.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/timer.html" > Timers< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/timer.html#create-a-timer" > Create a timer< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/timer.html#ready-and-reset" > Ready and Reset< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/timer.html#set-parameters" > Set parameters< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/timer.html#repeat-count" > Repeat count< / a > < / li >
2023-10-24 13:18:35 +00:00
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/timer.html#enable-and-disable" > Enable and Disable< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/timer.html#pause-and-resume" > Pause and Resume< / a > < / li >
2023-10-24 11:45:25 +00:00
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/timer.html#measure-idle-time" > Measure idle time< / a > < / li >
2023-10-24 13:18:35 +00:00
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/timer.html#timer-handler-resume-callback" > Timer handler resume callback< / a > < / li >
2023-10-24 11:45:25 +00:00
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/timer.html#asynchronous-calls" > Asynchronous calls< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/timer.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/draw.html" > Drawing< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/draw.html#mechanism-of-screen-refreshing" > Mechanism of screen refreshing< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/draw.html#masking" > Masking< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/draw.html#using-masks" > Using masks< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/draw.html#hook-drawing" > Hook drawing< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/draw.html#main-drawing" > Main drawing< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/draw.html#post-drawing" > Post drawing< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/draw.html#part-drawing" > Part drawing< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/draw.html#others" > Others< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/draw.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/profiler.html" > Profiler< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/profiler.html#introduction" > Introduction< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/profiler.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/profiler.html#configure-profiler" > Configure profiler< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/profiler.html#run-the-test-scenario" > Run the test scenario< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/profiler.html#process-the-logs" > Process the logs< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/profiler.html#performance-analysis" > Performance analysis< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/profiler.html#add-measurement-point" > Add Measurement Point< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/profiler.html#custom-profiler-implementation" > Custom profiler implementation< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/profiler.html#faq" > FAQ< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/profiler.html#perfetto-log-parsing-fails" > Perfetto log parsing fails< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/profiler.html#function-execution-time-displayed-as-0s-in-perfetto" > Function execution time displayed as 0s in Perfetto< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/profiler.html#significant-stuttering-occurs-during-profiling" > Significant stuttering occurs during profiling< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/profiler.html#trace-logs-are-not-being-output" > Trace logs are not being output< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/renderers/index.html" > Renderers and GPUs< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/renderers/sw.html" > Software renderer< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/renderers/sw.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/renderers/sdl.html" > SDL renderer< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/renderers/sdl.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/renderers/arm2d.html" > Arm-2D GPU< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/renderers/arm2d.html#how-to-use" > How to Use< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/renderers/arm2d.html#design-considerations" > Design Considerations< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/renderers/arm2d.html#examples" > Examples< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/renderers/arm2d.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/renderers/pxp.html" > NXP PXP GPU< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/renderers/pxp.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/renderers/stm32_dma2d.html" > DMA2D GPU< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/renderers/stm32_dma2d.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../overview/renderers/vglite.html" > NXP VGLite GPU< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../overview/renderers/vglite.html#api" > API< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../overview/new_widget.html" > New widget< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../widgets/index.html" > Widgets< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/obj.html" > Base object (lv_obj)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/obj.html#overview" > Overview< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/obj.html#coordinates" > Coordinates< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/obj.html#parents-and-children" > Parents and children< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/obj.html#display-and-screens" > Display and Screens< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/obj.html#events" > Events< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/obj.html#styles" > Styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/obj.html#flags" > Flags< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/obj.html#groups" > Groups< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/obj.html#extended-click-area" > Extended click area< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/obj.html#events-1" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/obj.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/obj.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/obj.html#base-objects-with-custom-styles" > Base objects with custom styles< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/obj.html#make-an-object-draggable" > Make an object draggable< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/obj.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/arc.html" > Arc (lv_arc)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/arc.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/arc.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/arc.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/arc.html#value-and-range" > Value and range< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/arc.html#rotation" > Rotation< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/arc.html#mode" > Mode< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/arc.html#change-rate" > Change rate< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/arc.html#knob-offset" > Knob offset< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/arc.html#setting-the-indicator-manually" > Setting the indicator manually< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/arc.html#advanced-hit-test" > Advanced hit test< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/arc.html#place-another-object-to-the-knob" > Place another object to the knob< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/arc.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/arc.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/arc.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/arc.html#simple-arc" > Simple Arc< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/arc.html#loader-with-arc" > Loader with Arc< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/arc.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/animimg.html" > Animation Image (lv_animimg)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/animimg.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/animimg.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/animimg.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/animimg.html#image-sources" > Image sources< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/animimg.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/animimg.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/animimg.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/animimg.html#simple-animation-image" > Simple Animation Image< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/animimg.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/bar.html" > Bar (lv_bar)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/bar.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/bar.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/bar.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/bar.html#value-and-range" > Value and range< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/bar.html#modes" > Modes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/bar.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/bar.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/bar.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/bar.html#simple-bar" > Simple Bar< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/bar.html#styling-a-bar" > Styling a bar< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/bar.html#temperature-meter" > Temperature meter< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/bar.html#stripe-pattern-and-range-value" > Stripe pattern and range value< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/bar.html#bar-with-ltr-and-rtl-base-direction" > Bar with LTR and RTL base direction< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/bar.html#custom-drawer-to-show-the-current-value" > Custom drawer to show the current value< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/bar.html#bar-with-opposite-direction" > Bar with opposite direction< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/bar.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/btn.html" > Button (lv_btn)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btn.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btn.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btn.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btn.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btn.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btn.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/btn.html#simple-buttons" > Simple Buttons< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/btn.html#styling-buttons" > Styling buttons< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/btn.html#gummy-button" > Gummy button< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btn.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/btnmatrix.html" > Button matrix (lv_btnmatrix)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btnmatrix.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btnmatrix.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btnmatrix.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/btnmatrix.html#button-s-text" > Button's text< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/btnmatrix.html#control-buttons" > Control buttons< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/btnmatrix.html#one-check" > One check< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btnmatrix.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btnmatrix.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btnmatrix.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/btnmatrix.html#simple-button-matrix" > Simple Button matrix< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/btnmatrix.html#custom-buttons" > Custom buttons< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/btnmatrix.html#pagination" > Pagination< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/btnmatrix.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/calendar.html" > Calendar (lv_calendar)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/calendar.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/calendar.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/calendar.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/calendar.html#current-date" > Current date< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/calendar.html#shown-date" > Shown date< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/calendar.html#highlighted-days" > Highlighted days< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/calendar.html#name-of-the-days" > Name of the days< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/calendar.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/calendar.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/calendar.html#headers" > Headers< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/calendar.html#arrow-buttons" > Arrow buttons< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/calendar.html#drop-down" > Drop-down< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/calendar.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/calendar.html#calendar-with-header" > Calendar with header< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/calendar.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/chart.html" > Chart (lv_chart)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/chart.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/chart.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/chart.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#chart-type" > Chart type< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#data-series" > Data series< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#modify-the-data" > Modify the data< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#update-modes" > Update modes< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#number-of-points" > Number of points< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#vertical-range" > Vertical range< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#division-lines" > Division lines< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#override-default-start-point-for-series" > Override default start point for series< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#tick-marks-and-labels" > Tick marks and labels< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#zoom" > Zoom< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#cursor" > Cursor< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/chart.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/chart.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/chart.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#line-chart" > Line Chart< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#axis-ticks-and-labels-with-scrolling" > Axis ticks and labels with scrolling< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#show-the-value-of-the-pressed-points" > Show the value of the pressed points< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#recolor-bars-based-on-their-value" > Recolor bars based on their value< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#faded-area-line-chart-with-custom-division-lines" > Faded area line chart with custom division lines< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#show-cursor-on-the-clicked-point" > Show cursor on the clicked point< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/chart.html#scatter-chart" > Scatter chart< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/chart.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/colorwheel.html" > Color wheel (lv_colorwheel)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/colorwheel.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/colorwheel.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/colorwheel.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/colorwheel.html#create-a-color-wheel" > Create a color wheel< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/colorwheel.html#set-color" > Set color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/colorwheel.html#color-mode" > Color mode< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/colorwheel.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/colorwheel.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/colorwheel.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/colorwheel.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/canvas.html" > Canvas (lv_canvas)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/canvas.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/canvas.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/canvas.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#buffer" > Buffer< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#indexed-colors" > Indexed colors< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#drawing" > Drawing< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#transformations" > Transformations< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#blur" > Blur< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/canvas.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/canvas.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/canvas.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#drawing-on-the-canvas-and-rotate" > Drawing on the Canvas and rotate< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#transparent-canvas-with-chroma-keying" > Transparent Canvas with chroma keying< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#draw-a-rectangle-to-the-canvas" > Draw a rectangle to the canvas< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#draw-a-label-to-the-canvas" > Draw a label to the canvas< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#draw-an-arc-to-the-canvas" > Draw an arc to the canvas< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#draw-an-image-to-the-canvas" > Draw an image to the canvas< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/canvas.html#draw-a-line-to-the-canvas" > Draw a line to the canvas< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/canvas.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/checkbox.html" > Checkbox (lv_checkbox)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/checkbox.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/checkbox.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/checkbox.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/checkbox.html#text" > Text< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/checkbox.html#check-uncheck-disable" > Check, uncheck, disable< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/checkbox.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/checkbox.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/checkbox.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/checkbox.html#simple-checkboxes" > Simple Checkboxes< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/checkbox.html#checkboxes-as-radio-buttons" > Checkboxes as radio buttons< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/checkbox.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/dropdown.html" > Drop-down list (lv_dropdown)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/dropdown.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/dropdown.html#parts-and-styles" > Parts and Styles< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/dropdown.html#button" > Button< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/dropdown.html#list" > List< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/dropdown.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/dropdown.html#options" > Options< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/dropdown.html#set-options" > Set options< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/dropdown.html#get-selected-option" > Get selected option< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/dropdown.html#direction" > Direction< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/dropdown.html#symbol" > Symbol< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/dropdown.html#show-selected" > Show selected< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/dropdown.html#manually-open-close" > Manually open/close< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/dropdown.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/dropdown.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/dropdown.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/dropdown.html#simple-drop-down-list" > Simple Drop down list< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/dropdown.html#drop-down-in-four-directions" > Drop down in four directions< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/dropdown.html#menu" > Menu< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/dropdown.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/img.html" > Image (lv_img)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/img.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/img.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/img.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#image-source" > Image source< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#label-as-an-image" > Label as an image< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#transparency" > Transparency< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#palette-and-alpha-index" > Palette and Alpha index< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#recolor" > Recolor< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#auto-size" > Auto-size< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#mosaic" > Mosaic< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#offset" > Offset< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/img.html#transformations" > Transformations< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#size-mode" > Size mode< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#rounded-image" > Rounded image< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/img.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/img.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/img.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#image-from-variable-and-symbol" > Image from variable and symbol< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#image-recoloring" > Image recoloring< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#rotate-and-zoom" > Rotate and zoom< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/img.html#image-offset-and-styling" > Image offset and styling< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/img.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/imgbtn.html" > Image button (lv_imgbtn)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/imgbtn.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/imgbtn.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/imgbtn.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/imgbtn.html#image-sources" > Image sources< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/imgbtn.html#states" > States< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/imgbtn.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/imgbtn.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/imgbtn.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/imgbtn.html#simple-image-button" > Simple Image button< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/imgbtn.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/keyboard.html" > Keyboard (lv_keyboard)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/keyboard.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/keyboard.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/keyboard.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/keyboard.html#modes" > Modes< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/keyboard.html#assign-text-area" > Assign Text area< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/keyboard.html#key-popovers" > Key Popovers< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/keyboard.html#new-keymap" > New Keymap< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/keyboard.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/keyboard.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/keyboard.html#examples" > Examples< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/keyboard.html#keyboard-with-text-area" > Keyboard with text area< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/keyboard.html#keyboard-with-custom-map" > Keyboard with custom map< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/keyboard.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/label.html" > Label (lv_label)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/label.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/label.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/label.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#set-text" > Set text< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#newline" > Newline< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#long-modes" > Long modes< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#text-recolor" > Text recolor< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#text-selection" > Text selection< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#text-alignment" > Text alignment< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#very-long-texts" > Very long texts< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#custom-scrolling-animations" > Custom scrolling animations< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#symbols" > Symbols< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/label.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/label.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/label.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#line-wrap-recoloring-and-scrolling" > Line wrap, recoloring and scrolling< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#text-shadow" > Text shadow< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#show-ltr-rtl-and-chinese-texts" > Show LTR, RTL and Chinese texts< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#draw-label-with-gradient-color" > Draw label with gradient color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/label.html#customize-circular-scrolling-animation" > Customize circular scrolling animation< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/label.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/led.html" > LED (lv_led)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/led.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/led.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/led.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/led.html#color" > Color< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/led.html#brightness" > Brightness< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/led.html#toggle" > Toggle< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/led.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/led.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/led.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/led.html#led-with-custom-style" > LED with custom style< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/led.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/line.html" > Line (lv_line)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/line.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/line.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/line.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/line.html#set-points" > Set points< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/line.html#auto-size" > Auto-size< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/line.html#invert-y" > Invert y< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/line.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/line.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/line.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/line.html#simple-line" > Simple Line< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/line.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/list.html" > List (lv_list)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/list.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/list.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/list.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/list.html#buttons" > Buttons< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/list.html#texts" > Texts< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/list.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/list.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/list.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/list.html#simple-list" > Simple List< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/list.html#sorting-a-list-using-up-and-down-buttons" > Sorting a List using up and down buttons< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/list.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/menu.html" > Menu (lv_menu)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/menu.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/menu.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/menu.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#create-a-menu" > Create a menu< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#header-mode" > Header mode< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#root-back-button-mode" > Root back button mode< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#create-a-menu-page" > Create a menu page< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#set-a-menu-page-in-the-main-area" > Set a menu page in the main area< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#set-a-menu-page-in-the-sidebar" > Set a menu page in the sidebar< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#linking-between-menu-pages" > Linking between menu pages< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#create-a-menu-container-section-separator" > Create a menu container, section, separator< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/menu.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/menu.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/menu.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#simple-menu" > Simple Menu< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#simple-menu-with-root-btn" > Simple Menu with root btn< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#simple-menu-with-custom-header" > Simple Menu with custom header< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#simple-menu-with-floating-btn-to-add-new-menu-page" > Simple Menu with floating btn to add new menu page< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/menu.html#complex-menu" > Complex Menu< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/menu.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/msgbox.html" > Message box (lv_msgbox)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/msgbox.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/msgbox.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/msgbox.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/msgbox.html#create-a-message-box" > Create a message box< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/msgbox.html#get-the-parts" > Get the parts< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/msgbox.html#close-the-message-box" > Close the message box< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/msgbox.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/msgbox.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/msgbox.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/msgbox.html#simple-message-box" > Simple Message box< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/msgbox.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/roller.html" > Roller (lv_roller)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/roller.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/roller.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/roller.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/roller.html#set-options" > Set options< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/roller.html#get-selected-option" > Get selected option< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/roller.html#visible-rows" > Visible rows< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/roller.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/roller.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/roller.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/roller.html#simple-roller" > Simple Roller< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/roller.html#styling-the-roller" > Styling the roller< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/roller.html#add-fade-mask-to-roller" > add fade mask to roller< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/roller.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/scale.html" > Scale (lv_scale)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/scale.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/scale.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/scale.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/scale.html#set-ranges" > Set ranges< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/scale.html#configure-ticks" > Configure ticks< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/scale.html#sections" > Sections< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/scale.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/scale.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/scale.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/scale.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/slider.html" > Slider (lv_slider)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/slider.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/slider.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/slider.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/slider.html#value-and-range" > Value and range< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/slider.html#modes" > Modes< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/slider.html#knob-only-mode" > Knob-only mode< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/slider.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/slider.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/slider.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/slider.html#simple-slider" > Simple Slider< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/slider.html#slider-with-custom-style" > Slider with custom style< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/slider.html#slider-with-extended-drawer" > Slider with extended drawer< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/slider.html#slider-with-opposite-direction" > Slider with opposite direction< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/slider.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/span.html" > Span (lv_span)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/span.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/span.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/span.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/span.html#set-text-and-style" > Set text and style< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/span.html#retrieving-a-span-child" > Retrieving a span child< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/span.html#child-count" > Child Count< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/span.html#text-align" > Text align< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/span.html#modes" > Modes< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/span.html#overflow" > Overflow< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/span.html#first-line-indent" > first line indent< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/span.html#lines" > lines< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/span.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/span.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/span.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/span.html#span-with-custom-styles" > Span with custom styles< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/span.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/spinbox.html" > Spinbox (lv_spinbox)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinbox.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinbox.html#parts-and-styles" > Parts and Styles< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/spinbox.html#value-range-and-step" > Value, range and step< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/spinbox.html#format" > Format< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/spinbox.html#rollover" > Rollover< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinbox.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinbox.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinbox.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/spinbox.html#simple-spinbox" > Simple Spinbox< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinbox.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/spinner.html" > Spinner (lv_spinner)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinner.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinner.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinner.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/spinner.html#create-a-spinner" > Create a spinner< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinner.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinner.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinner.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/spinner.html#simple-spinner" > Simple spinner< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/spinner.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/switch.html" > Switch (lv_switch)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/switch.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/switch.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/switch.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/switch.html#change-state" > Change state< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/switch.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/switch.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/switch.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/switch.html#simple-switch" > Simple Switch< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/switch.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/table.html" > Table (lv_table)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/table.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/table.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/table.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/table.html#set-cell-value" > Set cell value< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/table.html#rows-and-columns" > Rows and Columns< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/table.html#width-and-height" > Width and Height< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/table.html#merge-cells" > Merge cells< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/table.html#scroll" > Scroll< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/table.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/table.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/table.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/table.html#simple-table" > Simple table< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/table.html#lightweighted-list-from-table" > Lightweighted list from table< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/table.html#micropython" > MicroPython< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/table.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/tabview.html" > Tabview (lv_tabview)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tabview.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tabview.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tabview.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/tabview.html#create-a-tab-view" > Create a Tab view< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/tabview.html#add-tabs" > Add tabs< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/tabview.html#rename-tabs" > Rename tabs< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/tabview.html#change-tab" > Change tab< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/tabview.html#get-the-parts" > Get the parts< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tabview.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tabview.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tabview.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/tabview.html#simple-tabview" > Simple Tabview< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/tabview.html#tabs-on-the-left-styling-and-no-scrolling" > Tabs on the left, styling and no scrolling< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tabview.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/textarea.html" > Text area (lv_textarea)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/textarea.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/textarea.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/textarea.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#add-text" > Add text< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#placeholder" > Placeholder< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#delete-character" > Delete character< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#move-the-cursor" > Move the cursor< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#hide-the-cursor" > Hide the cursor< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#one-line-mode" > One line mode< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#password-mode" > Password mode< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#accepted-characters" > Accepted characters< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#max-text-length" > Max text length< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#very-long-texts" > Very long texts< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#select-text" > Select text< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/textarea.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/textarea.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/textarea.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#simple-text-area" > Simple Text area< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#text-area-with-password-field" > Text area with password field< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/textarea.html#text-auto-formatting" > Text auto-formatting< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/textarea.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/tileview.html" > Tile view (lv_tileview)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tileview.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tileview.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tileview.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/tileview.html#add-a-tile" > Add a tile< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/tileview.html#change-tile" > Change tile< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tileview.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tileview.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tileview.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/tileview.html#tileview-with-content" > Tileview with content< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/tileview.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../widgets/win.html" > Window (lv_win)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/win.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/win.html#parts-and-styles" > Parts and Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/win.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/win.html#create-a-window" > Create a Window< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/win.html#title-and-buttons" > Title and buttons< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/win.html#get-the-parts" > Get the parts< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/win.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/win.html#keys" > Keys< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/win.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../widgets/win.html#simple-window" > Simple window< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../widgets/win.html#api" > API< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../layouts/index.html" > Layouts< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../layouts/flex.html" > Flex< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/flex.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/flex.html#terms" > Terms< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/flex.html#simple-interface" > Simple interface< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#flex-flow" > Flex flow< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#flex-align" > Flex align< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#flex-grow" > Flex grow< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/flex.html#style-interface" > Style interface< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#internal-padding" > Internal padding< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/flex.html#other-features" > Other features< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#rtl" > RTL< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#new-track" > New track< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/flex.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#a-simple-row-and-a-column-layout-with-flexbox" > A simple row and a column layout with flexbox< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#arrange-items-in-rows-with-wrap-and-even-spacing" > Arrange items in rows with wrap and even spacing< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#demonstrate-flex-grow" > Demonstrate flex grow< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#id1" > Demonstrate flex grow.< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#demonstrate-column-and-row-gap-style-properties" > Demonstrate column and row gap style properties< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/flex.html#rtl-base-direction-changes-order-of-the-items" > RTL base direction changes order of the items< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/flex.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../layouts/grid.html" > Grid< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/grid.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/grid.html#terms" > Terms< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/grid.html#simple-interface" > Simple interface< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#grid-descriptors" > Grid descriptors< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#grid-items" > Grid items< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#grid-align" > Grid align< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#sub-grid" > Sub grid< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/grid.html#style-interface" > Style interface< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#internal-padding" > Internal padding< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/grid.html#other-features" > Other features< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#rtl" > RTL< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/grid.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#a-simple-grid" > A simple grid< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#demonstrate-cell-placement-and-span" > Demonstrate cell placement and span< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#demonstrate-grid-s-free-unit" > Demonstrate grid's -free unit-< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#demonstrate-track-placement" > Demonstrate track placement< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#demonstrate-column-and-row-gap" > Demonstrate column and row gap< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../layouts/grid.html#demonstrate-rtl-direction-on-grid" > Demonstrate RTL direction on grid< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../layouts/grid.html#api" > API< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../libs/index.html" > 3rd party libraries< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/fs.html" > File System Interfaces< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/fs.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/fs.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/bmp.html" > BMP decoder< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/bmp.html#limitations" > Limitations< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/bmp.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/bmp.html#open-a-bmp-image-from-file" > Open a BMP image from file< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/bmp.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/tjpgd.html" > TJPGD decoder< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tjpgd.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tjpgd.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tjpgd.html#converter" > Converter< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/tjpgd.html#converting-jpg-to-c-array" > Converting JPG to C array< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/tjpgd.html#converting-jpg-to-sjpg" > Converting JPG to SJPG< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tjpgd.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tjpgd.html#load-an-sjpg-image" > Load an SJPG image< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tjpgd.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/libjpeg_turbo.html" > libjpge-turbo decoder< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libjpeg_turbo.html#install" > Install< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libjpeg_turbo.html#add-libjpge-turbo-to-your-project" > Add libjpge-turbo to your project< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libjpeg_turbo.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libjpeg_turbo.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libjpeg_turbo.html#load-an-jpg-image" > Load an JPG image< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libjpeg_turbo.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/lodepng.html" > LODEPNG decoder< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/lodepng.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/lodepng.html#open-a-png-image-from-file-and-variable" > Open a PNG image from file and variable< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/lodepng.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/libpng.html" > libpng decoder< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libpng.html#install" > Install< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libpng.html#add-libpng-to-your-project" > Add libpng to your project< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libpng.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libpng.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libpng.html#open-a-png-image-from-file" > Open a PNG image from file< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/libpng.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/gif.html" > GIF decoder< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/gif.html#convert-gif-files-to-c-array" > Convert GIF files to C array< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/gif.html#use-gif-images-from-file" > Use GIF images from file< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/gif.html#memory-requirements" > Memory requirements< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/gif.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/gif.html#open-a-gif-image-from-file-and-variable" > Open a GIF image from file and variable< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/gif.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/freetype.html" > FreeType support< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/freetype.html#add-freetype-to-your-project" > Add FreeType to your project< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/freetype.html#for-embedded-devices" > For Embedded Devices< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/freetype.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/freetype.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/freetype.html#open-a-front-with-freetype" > Open a front with FreeType< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/freetype.html#learn-more" > Learn more< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/freetype.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/tiny_ttf.html" > Tiny TTF font engine< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tiny_ttf.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tiny_ttf.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tiny_ttf.html#open-a-font-with-tiny-ttf-from-data-array" > Open a font with Tiny TTF from data array< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tiny_ttf.html#load-a-font-with-tiny-ttf-from-file" > Load a font with Tiny_TTF from file< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tiny_ttf.html#change-font-size-with-tiny-ttf" > Change font size with Tiny_TTF< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/tiny_ttf.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/qrcode.html" > QR code< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/qrcode.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/qrcode.html#notes" > Notes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/qrcode.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/qrcode.html#create-a-qr-code" > Create a QR Code< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/qrcode.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/barcode.html" > Barcode< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/barcode.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/barcode.html#notes" > Notes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/barcode.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/barcode.html#create-a-barcode" > Create a Barcode< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/barcode.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/rlottie.html" > Lottie player< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/rlottie.html#build-rlottie" > Build Rlottie< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/rlottie.html#esp-idf-example-at-bottom" > ESP-IDF example at bottom< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/rlottie.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/rlottie.html#use-rlottie-from-file" > Use Rlottie from file< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/rlottie.html#use-rlottie-from-raw-string-data" > Use Rlottie from raw string data< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/rlottie.html#getting-animations" > Getting animations< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/rlottie.html#controlling-animations" > Controlling animations< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/rlottie.html#esp-idf-example" > ESP-IDF Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/rlottie.html#background" > Background< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/rlottie.html#idf-setup" > IDF Setup< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/rlottie.html#rlottie-patch-file" > Rlottie patch file< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/rlottie.html#cmakelists-for-idf" > CMakeLists for IDF< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/rlottie.html#additional-rlottie-considerations-in-esp-idf" > Additional Rlottie considerations in ESP-IDF< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../libs/rlottie.html#additional-changes-to-make-use-of-spiram" > Additional changes to make use of SPIRAM< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/rlottie.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/rlottie.html#load-a-lottie-animation-from-raw-data" > Load a Lottie animation from raw data< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/rlottie.html#load-a-lottie-animation-from-a-file" > Load a Lottie animation from a file< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/rlottie.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../libs/ffmpeg.html" > FFmpeg support< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/ffmpeg.html#install-ffmpeg" > Install FFmpeg< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/ffmpeg.html#add-ffmpeg-to-your-project" > Add FFmpeg to your project< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/ffmpeg.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/ffmpeg.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/ffmpeg.html#decode-image" > Decode image< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/ffmpeg.html#decode-video" > Decode video< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../libs/ffmpeg.html#api" > API< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../others/index.html" > Others< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../others/snapshot.html" > Snapshot< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/snapshot.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/snapshot.html#free-the-image" > Free the Image< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/snapshot.html#use-existing-buffer" > Use Existing Buffer< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/snapshot.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/snapshot.html#simple-snapshot-example" > Simple snapshot example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/snapshot.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../others/monkey.html" > Monkey< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/monkey.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/monkey.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/monkey.html#touchpad-monkey-example" > Touchpad monkey example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/monkey.html#encoder-monkey-example" > Encoder monkey example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/monkey.html#button-monkey-example" > Button monkey example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/monkey.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../others/gridnav.html" > Grid navigation< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/gridnav.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/gridnav.html#focusable-objects" > Focusable objects< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/gridnav.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/gridnav.html#basic-grid-navigation" > Basic grid navigation< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/gridnav.html#grid-navigation-on-a-list" > Grid navigation on a list< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/gridnav.html#nested-grid-navigations" > Nested grid navigations< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/gridnav.html#simple-navigation-on-a-list-widget" > Simple navigation on a list widget< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/gridnav.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../others/file_explorer.html" > File Explorer< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/file_explorer.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/file_explorer.html#quick-access" > Quick access< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/file_explorer.html#sort" > Sort< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/file_explorer.html#event" > Event< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/file_explorer.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/file_explorer.html#simple-file-explorer" > Simple File Explorer< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/file_explorer.html#control-file-explorer" > Control File Explorer< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/file_explorer.html#custom-sort" > Custom sort< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/file_explorer.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../others/fragment.html" > Fragment< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/fragment.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/fragment.html#create-fragment-class" > Create Fragment Class< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/fragment.html#use-lv-fragment-manager" > Use < code class = "docutils literal notranslate" > < span class = "pre" > lv_fragment_manager< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/fragment.html#fragment-based-navigation" > Fragment Based Navigation< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/fragment.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/fragment.html#basic-fragment-usage" > Basic fragment usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/fragment.html#stack-navigation-example" > Stack navigation example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/fragment.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../others/observer.html" > Observer< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/observer.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/observer.html#subject" > Subject< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#subject-initialization" > Subject initialization< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#set-subject-value" > Set subject value< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#get-subject-s-value" > Get subject's value< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#get-subject-s-previous-value" > Get subject's previous value< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/observer.html#id1" > Observer< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#subscribe-to-a-subject" > Subscribe to a subject< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#unsubscribe-from-a-subject" > Unsubscribe from a subject< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/observer.html#subject-groups" > Subject groups< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/observer.html#widget-binding" > Widget binding< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#base-object" > Base object< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#button" > Button< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#label" > Label< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#arc" > Arc< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#slider" > Slider< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#roller" > Roller< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#drop-down" > Drop-down< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/observer.html#example" > Example< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#bind-a-slider-s-value-to-a-label" > Bind a slider's value to a label< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#handling-login-and-its-states" > Handling login and its states< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#set-time-with-12-24-mode-and-am-pm" > Set time with 12/24 mode and AM/PM< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#custom-tab-view-with-state-management" > Custom tab view with state management< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#firmware-update-process" > Firmware update process< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/observer.html#modular-style-update-on-theme-change" > Modular style update on theme change< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/observer.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../others/imgfont.html" > Image font (imgfont)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/imgfont.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/imgfont.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/imgfont.html#use-emojis-in-a-text" > Use emojis in a text.< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/imgfont.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../others/ime_pinyin.html" > Pinyin IME< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/ime_pinyin.html#usage" > Usage< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/ime_pinyin.html#custom-dictionary" > Custom dictionary< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/ime_pinyin.html#dictionary-format" > Dictionary format< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/ime_pinyin.html#apply-new-dictionary" > Apply new dictionary< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/ime_pinyin.html#modes" > Modes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/ime_pinyin.html#example" > Example< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/ime_pinyin.html#pinyin-ime-26-key-input" > Pinyin IME 26 key input< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/ime_pinyin.html#pinyin-ime-9-key-input" > Pinyin IME 9 key input< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/ime_pinyin.html#api" > API< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../others/obj_id.html" > OBJ ID< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../others/obj_id.html#usage" > Usage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/obj_id.html#use-custom-id-generator" > Use custom ID generator< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../others/obj_id.html#dump-obj-tree" > Dump obj tree< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../API/index.html" > API< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/lvgl.html" > lvgl.h< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/lv_api_map.html" > lv_api_map.h< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/lv_api_map.html#_CPPv48lv_res_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_res_t< / span > < / code > < / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/lv_api_map.html#_CPPv412lv_img_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_img_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/lv_api_map.html#_CPPv49lv_disp_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_disp_t< / span > < / code > < / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/lv_api_map.html#_CPPv418lv_disp_rotation_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_disp_rotation_t< / span > < / code > < / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/lv_api_map.html#_CPPv416lv_disp_render_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_disp_render_t< / span > < / code > < / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/lv_api_map.html#_CPPv415lv_task_handlerv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_task_handler()< / span > < / code > < / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/lv_api_map.html#_CPPv422lv_obj_move_foregroundP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_move_foreground()< / span > < / code > < / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/lv_api_map.html#_CPPv422lv_obj_move_backgroundP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_move_background()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/lv_init.html" > lv_init.h< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/lv_init.html#_CPPv47lv_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/lv_init.html#_CPPv49lv_deinitv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_deinit()< / span > < / code > < / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/lv_init.html#_CPPv417lv_is_initializedv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_is_initialized()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/lv_conf_internal.html" > lv_conf_internal.h< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/lv_conf_kconfig.html" > lv_conf_kconfig.h< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/misc/index.html" > misc< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_math.html" > lv_math.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_math.html#_CPPv415lv_cubic_bezier7int32_t7int32_t7int32_t7int32_t7int32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cubic_bezier()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_math.html#_CPPv410lv_bezier37int32_t7int32_t8uint32_t7int32_t7int32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_bezier3()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_math.html#_CPPv48lv_atan2ii" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_atan2()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_math.html#_CPPv46lv_pow7int64_t6int8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_pow()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_math.html#_CPPv46lv_map7int32_t7int32_t7int32_t7int32_t7int32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_map()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_math.html#_CPPv47lv_rand8uint32_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_rand()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_math.html#_CPPv413lv_sqrt_res_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_sqrt_res_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html" > lv_anim_timeline.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html#_CPPv423lv_anim_timeline_createv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_timeline_create()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html#_CPPv423lv_anim_timeline_deleteP18lv_anim_timeline_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_timeline_delete()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html#_CPPv420lv_anim_timeline_addP18lv_anim_timeline_t8uint32_tP9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_timeline_add()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html#_CPPv422lv_anim_timeline_startP18lv_anim_timeline_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_timeline_start()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html#_CPPv421lv_anim_timeline_stopP18lv_anim_timeline_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_timeline_stop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html#_CPPv428lv_anim_timeline_set_reverseP18lv_anim_timeline_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_timeline_set_reverse()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html#_CPPv429lv_anim_timeline_set_progressP18lv_anim_timeline_t8uint16_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_timeline_set_progress()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html#_CPPv429lv_anim_timeline_get_playtimeP18lv_anim_timeline_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_timeline_get_playtime()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html#_CPPv428lv_anim_timeline_get_reverseP18lv_anim_timeline_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_timeline_get_reverse()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html#_CPPv422lv_anim_timeline_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_timeline_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim_timeline.html#_CPPv418lv_anim_timeline_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_timeline_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_ll.html" > lv_ll.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv412lv_ll_node_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_ll_node_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv411_lv_ll_initP7lv_ll_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv415_lv_ll_ins_headP7lv_ll_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_ins_head()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv415_lv_ll_ins_prevP7lv_ll_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_ins_prev()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv415_lv_ll_ins_tailP7lv_ll_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_ins_tail()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv413_lv_ll_removeP7lv_ll_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_remove()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv412_lv_ll_clearP7lv_ll_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_clear()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv415_lv_ll_chg_listP7lv_ll_tP7lv_ll_tPvb" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_chg_list()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv415_lv_ll_get_headPK7lv_ll_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_get_head()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv415_lv_ll_get_tailPK7lv_ll_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_get_tail()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv415_lv_ll_get_nextPK7lv_ll_tPKv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_get_next()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv415_lv_ll_get_prevPK7lv_ll_tPKv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_get_prev()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv414_lv_ll_get_lenPK7lv_ll_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_get_len()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv418_lv_ll_move_beforeP7lv_ll_tPvPv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_move_before()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv415_lv_ll_is_emptyP7lv_ll_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_ll_is_empty()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_ll.html#_CPPv47lv_ll_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_ll_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html" > lv_style_gen.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv418lv_style_set_widthP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv422lv_style_set_min_widthP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_min_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv422lv_style_set_max_widthP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_max_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv419lv_style_set_heightP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_min_heightP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_min_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_max_heightP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_max_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv414lv_style_set_xP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv414lv_style_set_yP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv418lv_style_set_alignP10lv_style_t10lv_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv428lv_style_set_transform_widthP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_transform_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv429lv_style_set_transform_heightP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_transform_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv424lv_style_set_translate_xP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_translate_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv424lv_style_set_translate_yP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_translate_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430lv_style_set_transform_scale_xP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_transform_scale_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430lv_style_set_transform_scale_yP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_transform_scale_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv431lv_style_set_transform_rotationP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_transform_rotation()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430lv_style_set_transform_pivot_xP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_transform_pivot_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430lv_style_set_transform_pivot_yP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_transform_pivot_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv420lv_style_set_pad_topP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_pad_top()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_pad_bottomP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_pad_bottom()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv421lv_style_set_pad_leftP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_pad_left()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv422lv_style_set_pad_rightP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_pad_right()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv420lv_style_set_pad_rowP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_pad_row()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_pad_columnP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_pad_column()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_margin_topP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_margin_top()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv426lv_style_set_margin_bottomP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_margin_bottom()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv424lv_style_set_margin_leftP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_margin_left()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_margin_rightP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_margin_right()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv421lv_style_set_bg_colorP10lv_style_t10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv419lv_style_set_bg_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv426lv_style_set_bg_grad_colorP10lv_style_t10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_grad_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv424lv_style_set_bg_grad_dirP10lv_style_t13lv_grad_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_grad_dir()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_bg_main_stopP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_main_stop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_bg_grad_stopP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_grad_stop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv420lv_style_set_bg_gradP10lv_style_tPK13lv_grad_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_grad()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv427lv_style_set_bg_dither_modeP10lv_style_t16lv_dither_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_dither_mode()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_bg_image_srcP10lv_style_tPKv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_image_src()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_bg_image_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_image_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv429lv_style_set_bg_image_recolorP10lv_style_t10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_image_recolor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433lv_style_set_bg_image_recolor_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_image_recolor_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv427lv_style_set_bg_image_tiledP10lv_style_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_bg_image_tiled()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_border_colorP10lv_style_t10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_border_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_border_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_border_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_border_widthP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_border_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv424lv_style_set_border_sideP10lv_style_t16lv_border_side_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_border_side()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv424lv_style_set_border_postP10lv_style_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_border_post()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv426lv_style_set_outline_widthP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_outline_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv426lv_style_set_outline_colorP10lv_style_t10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_outline_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv424lv_style_set_outline_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_outline_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv424lv_style_set_outline_padP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_outline_pad()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_shadow_widthP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_shadow_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_shadow_ofs_xP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_shadow_ofs_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_shadow_ofs_yP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_shadow_ofs_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv426lv_style_set_shadow_spreadP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_shadow_spread()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_shadow_colorP10lv_style_t10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_shadow_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_shadow_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_shadow_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv422lv_style_set_image_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_image_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv426lv_style_set_image_recolorP10lv_style_t10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_image_recolor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430lv_style_set_image_recolor_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_image_recolor_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_line_widthP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_line_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv428lv_style_set_line_dash_widthP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_line_dash_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv426lv_style_set_line_dash_gapP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_line_dash_gap()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425lv_style_set_line_roundedP10lv_style_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_line_rounded()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_line_colorP10lv_style_t10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_line_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv421lv_style_set_line_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_line_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv422lv_style_set_arc_widthP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_arc_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv424lv_style_set_arc_roundedP10lv_style_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_arc_rounded()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv422lv_style_set_arc_colorP10lv_style_t10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_arc_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv420lv_style_set_arc_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_arc_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv426lv_style_set_arc_image_srcP10lv_style_tPKv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_arc_image_src()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_text_colorP10lv_style_t10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_text_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv421lv_style_set_text_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_text_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv422lv_style_set_text_fontP10lv_style_tPK9lv_font_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_text_font()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430lv_style_set_text_letter_spaceP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_text_letter_space()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv428lv_style_set_text_line_spaceP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_text_line_space()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_text_decorP10lv_style_t15lv_text_decor_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_text_decor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_text_alignP10lv_style_t15lv_text_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_text_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv419lv_style_set_radiusP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_radius()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv424lv_style_set_clip_cornerP10lv_style_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_clip_corner()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv416lv_style_set_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv424lv_style_set_opa_layeredP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_opa_layered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv429lv_style_set_color_filter_dscP10lv_style_tPK21lv_color_filter_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_color_filter_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv429lv_style_set_color_filter_opaP10lv_style_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_color_filter_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv417lv_style_set_animP10lv_style_tPK9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_anim()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv422lv_style_set_anim_timeP10lv_style_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_anim_time()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_anim_speedP10lv_style_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_anim_speed()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_transitionP10lv_style_tPK25lv_style_transition_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_transition()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv423lv_style_set_blend_modeP10lv_style_t15lv_blend_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_blend_mode()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv419lv_style_set_layoutP10lv_style_t8uint16_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_layout()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv421lv_style_set_base_dirP10lv_style_t13lv_base_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_base_dir()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv422lv_style_set_flex_flowP10lv_style_t14lv_flex_flow_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_flex_flow()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv428lv_style_set_flex_main_placeP10lv_style_t15lv_flex_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_flex_main_place()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv429lv_style_set_flex_cross_placeP10lv_style_t15lv_flex_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_flex_cross_place()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv429lv_style_set_flex_track_placeP10lv_style_t15lv_flex_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_flex_track_place()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv422lv_style_set_flex_growP10lv_style_t7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_flex_grow()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434lv_style_set_grid_column_dsc_arrayP10lv_style_tPK10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_grid_column_dsc_array()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430lv_style_set_grid_column_alignP10lv_style_t15lv_grid_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_grid_column_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv431lv_style_set_grid_row_dsc_arrayP10lv_style_tPK10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_grid_row_dsc_array()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv427lv_style_set_grid_row_alignP10lv_style_t15lv_grid_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_grid_row_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433lv_style_set_grid_cell_column_posP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_grid_cell_column_pos()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430lv_style_set_grid_cell_x_alignP10lv_style_t15lv_grid_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_grid_cell_x_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434lv_style_set_grid_cell_column_spanP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_grid_cell_column_span()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430lv_style_set_grid_cell_row_posP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_grid_cell_row_pos()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430lv_style_set_grid_cell_y_alignP10lv_style_t15lv_grid_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_grid_cell_y_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv431lv_style_set_grid_cell_row_spanP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_grid_cell_row_span()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv429_lv_style_const_prop_id_WIDTH" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_WIDTH< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433_lv_style_const_prop_id_MIN_WIDTH" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_MIN_WIDTH< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433_lv_style_const_prop_id_MAX_WIDTH" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_MAX_WIDTH< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430_lv_style_const_prop_id_HEIGHT" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_HEIGHT< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_MIN_HEIGHT" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_MIN_HEIGHT< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_MAX_HEIGHT" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_MAX_HEIGHT< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425_lv_style_const_prop_id_X" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_X< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv425_lv_style_const_prop_id_Y" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_Y< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv429_lv_style_const_prop_id_ALIGN" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_ALIGN< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv439_lv_style_const_prop_id_TRANSFORM_WIDTH" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TRANSFORM_WIDTH< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv440_lv_style_const_prop_id_TRANSFORM_HEIGHT" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TRANSFORM_HEIGHT< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv435_lv_style_const_prop_id_TRANSLATE_X" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TRANSLATE_X< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv435_lv_style_const_prop_id_TRANSLATE_Y" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TRANSLATE_Y< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv441_lv_style_const_prop_id_TRANSFORM_SCALE_X" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TRANSFORM_SCALE_X< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv441_lv_style_const_prop_id_TRANSFORM_SCALE_Y" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TRANSFORM_SCALE_Y< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv442_lv_style_const_prop_id_TRANSFORM_ROTATION" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TRANSFORM_ROTATION< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv441_lv_style_const_prop_id_TRANSFORM_PIVOT_X" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TRANSFORM_PIVOT_X< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv441_lv_style_const_prop_id_TRANSFORM_PIVOT_Y" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TRANSFORM_PIVOT_Y< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv431_lv_style_const_prop_id_PAD_TOP" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_PAD_TOP< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_PAD_BOTTOM" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_PAD_BOTTOM< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv432_lv_style_const_prop_id_PAD_LEFT" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_PAD_LEFT< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433_lv_style_const_prop_id_PAD_RIGHT" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_PAD_RIGHT< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv431_lv_style_const_prop_id_PAD_ROW" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_PAD_ROW< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_PAD_COLUMN" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_PAD_COLUMN< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_MARGIN_TOP" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_MARGIN_TOP< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv437_lv_style_const_prop_id_MARGIN_BOTTOM" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_MARGIN_BOTTOM< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv435_lv_style_const_prop_id_MARGIN_LEFT" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_MARGIN_LEFT< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_MARGIN_RIGHT" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_MARGIN_RIGHT< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv432_lv_style_const_prop_id_BG_COLOR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_COLOR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430_lv_style_const_prop_id_BG_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv437_lv_style_const_prop_id_BG_GRAD_COLOR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_GRAD_COLOR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv435_lv_style_const_prop_id_BG_GRAD_DIR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_GRAD_DIR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_BG_MAIN_STOP" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_MAIN_STOP< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_BG_GRAD_STOP" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_GRAD_STOP< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv431_lv_style_const_prop_id_BG_GRAD" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_GRAD< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv438_lv_style_const_prop_id_BG_DITHER_MODE" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_DITHER_MODE< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_BG_IMAGE_SRC" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_IMAGE_SRC< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_BG_IMAGE_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_IMAGE_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv440_lv_style_const_prop_id_BG_IMAGE_RECOLOR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_IMAGE_RECOLOR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv444_lv_style_const_prop_id_BG_IMAGE_RECOLOR_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_IMAGE_RECOLOR_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv438_lv_style_const_prop_id_BG_IMAGE_TILED" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BG_IMAGE_TILED< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_BORDER_COLOR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BORDER_COLOR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_BORDER_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BORDER_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_BORDER_WIDTH" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BORDER_WIDTH< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv435_lv_style_const_prop_id_BORDER_SIDE" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BORDER_SIDE< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv435_lv_style_const_prop_id_BORDER_POST" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BORDER_POST< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv437_lv_style_const_prop_id_OUTLINE_WIDTH" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_OUTLINE_WIDTH< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv437_lv_style_const_prop_id_OUTLINE_COLOR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_OUTLINE_COLOR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv435_lv_style_const_prop_id_OUTLINE_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_OUTLINE_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv435_lv_style_const_prop_id_OUTLINE_PAD" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_OUTLINE_PAD< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_SHADOW_WIDTH" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_SHADOW_WIDTH< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_SHADOW_OFS_X" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_SHADOW_OFS_X< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_SHADOW_OFS_Y" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_SHADOW_OFS_Y< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv437_lv_style_const_prop_id_SHADOW_SPREAD" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_SHADOW_SPREAD< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_SHADOW_COLOR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_SHADOW_COLOR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_SHADOW_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_SHADOW_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433_lv_style_const_prop_id_IMAGE_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_IMAGE_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv437_lv_style_const_prop_id_IMAGE_RECOLOR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_IMAGE_RECOLOR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv441_lv_style_const_prop_id_IMAGE_RECOLOR_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_IMAGE_RECOLOR_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_LINE_WIDTH" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_LINE_WIDTH< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv439_lv_style_const_prop_id_LINE_DASH_WIDTH" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_LINE_DASH_WIDTH< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv437_lv_style_const_prop_id_LINE_DASH_GAP" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_LINE_DASH_GAP< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv436_lv_style_const_prop_id_LINE_ROUNDED" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_LINE_ROUNDED< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_LINE_COLOR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_LINE_COLOR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv432_lv_style_const_prop_id_LINE_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_LINE_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433_lv_style_const_prop_id_ARC_WIDTH" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_ARC_WIDTH< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv435_lv_style_const_prop_id_ARC_ROUNDED" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_ARC_ROUNDED< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433_lv_style_const_prop_id_ARC_COLOR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_ARC_COLOR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv431_lv_style_const_prop_id_ARC_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_ARC_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv437_lv_style_const_prop_id_ARC_IMAGE_SRC" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_ARC_IMAGE_SRC< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_TEXT_COLOR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TEXT_COLOR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv432_lv_style_const_prop_id_TEXT_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TEXT_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433_lv_style_const_prop_id_TEXT_FONT" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TEXT_FONT< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv441_lv_style_const_prop_id_TEXT_LETTER_SPACE" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TEXT_LETTER_SPACE< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv439_lv_style_const_prop_id_TEXT_LINE_SPACE" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TEXT_LINE_SPACE< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_TEXT_DECOR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TEXT_DECOR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_TEXT_ALIGN" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TEXT_ALIGN< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430_lv_style_const_prop_id_RADIUS" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_RADIUS< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv435_lv_style_const_prop_id_CLIP_CORNER" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_CLIP_CORNER< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv427_lv_style_const_prop_id_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv435_lv_style_const_prop_id_OPA_LAYERED" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_OPA_LAYERED< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv440_lv_style_const_prop_id_COLOR_FILTER_DSC" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_COLOR_FILTER_DSC< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv440_lv_style_const_prop_id_COLOR_FILTER_OPA" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_COLOR_FILTER_OPA< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv428_lv_style_const_prop_id_ANIM" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_ANIM< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433_lv_style_const_prop_id_ANIM_TIME" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_ANIM_TIME< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_ANIM_SPEED" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_ANIM_SPEED< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_TRANSITION" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_TRANSITION< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv434_lv_style_const_prop_id_BLEND_MODE" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BLEND_MODE< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv430_lv_style_const_prop_id_LAYOUT" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_LAYOUT< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv432_lv_style_const_prop_id_BASE_DIR" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_BASE_DIR< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433_lv_style_const_prop_id_FLEX_FLOW" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_FLEX_FLOW< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv439_lv_style_const_prop_id_FLEX_MAIN_PLACE" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_FLEX_MAIN_PLACE< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv440_lv_style_const_prop_id_FLEX_CROSS_PLACE" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_FLEX_CROSS_PLACE< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv440_lv_style_const_prop_id_FLEX_TRACK_PLACE" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_FLEX_TRACK_PLACE< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv433_lv_style_const_prop_id_FLEX_GROW" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_FLEX_GROW< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv445_lv_style_const_prop_id_GRID_COLUMN_DSC_ARRAY" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_GRID_COLUMN_DSC_ARRAY< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv441_lv_style_const_prop_id_GRID_COLUMN_ALIGN" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_GRID_COLUMN_ALIGN< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv442_lv_style_const_prop_id_GRID_ROW_DSC_ARRAY" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_GRID_ROW_DSC_ARRAY< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv438_lv_style_const_prop_id_GRID_ROW_ALIGN" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_GRID_ROW_ALIGN< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv444_lv_style_const_prop_id_GRID_CELL_COLUMN_POS" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_GRID_CELL_COLUMN_POS< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv441_lv_style_const_prop_id_GRID_CELL_X_ALIGN" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_GRID_CELL_X_ALIGN< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv445_lv_style_const_prop_id_GRID_CELL_COLUMN_SPAN" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_GRID_CELL_COLUMN_SPAN< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv441_lv_style_const_prop_id_GRID_CELL_ROW_POS" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_GRID_CELL_ROW_POS< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv441_lv_style_const_prop_id_GRID_CELL_Y_ALIGN" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_GRID_CELL_Y_ALIGN< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style_gen.html#_CPPv442_lv_style_const_prop_id_GRID_CELL_ROW_SPAN" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_const_prop_id_GRID_CELL_ROW_SPAN< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_anim.html" > lv_anim.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv417lv_anim_path_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_path_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv418lv_anim_exec_xcb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_exec_xcb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv424lv_anim_custom_exec_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_custom_exec_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv418lv_anim_ready_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_ready_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv418lv_anim_start_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_start_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv422lv_anim_get_value_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_get_value_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv420lv_anim_deleted_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_deleted_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv422lv_anim_bezier3_para_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_bezier3_para_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv49lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv416lv_anim_enable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_enable_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv418_lv_anim_core_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_anim_core_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv412lv_anim_initP9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv415lv_anim_set_varP9lv_anim_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_var()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv419lv_anim_set_exec_cbP9lv_anim_t18lv_anim_exec_xcb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_exec_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv416lv_anim_set_timeP9lv_anim_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_time()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv417lv_anim_set_delayP9lv_anim_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_delay()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv418lv_anim_set_valuesP9lv_anim_t7int32_t7int32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_values()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv426lv_anim_set_custom_exec_cbP9lv_anim_t24lv_anim_custom_exec_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_custom_exec_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv419lv_anim_set_path_cbP9lv_anim_t17lv_anim_path_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_path_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv420lv_anim_set_start_cbP9lv_anim_t18lv_anim_start_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_start_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv424lv_anim_set_get_value_cbP9lv_anim_t22lv_anim_get_value_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_get_value_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv420lv_anim_set_ready_cbP9lv_anim_t18lv_anim_ready_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_ready_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv422lv_anim_set_deleted_cbP9lv_anim_t20lv_anim_deleted_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_deleted_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv425lv_anim_set_playback_timeP9lv_anim_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_playback_time()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv426lv_anim_set_playback_delayP9lv_anim_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_playback_delay()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv424lv_anim_set_repeat_countP9lv_anim_t8uint16_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_repeat_count()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv424lv_anim_set_repeat_delayP9lv_anim_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_repeat_delay()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv423lv_anim_set_early_applyP9lv_anim_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_early_apply()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv421lv_anim_set_user_dataP9lv_anim_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv425lv_anim_set_bezier3_paramP9lv_anim_t7int16_t7int16_t7int16_t7int16_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_set_bezier3_param()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv413lv_anim_startPK9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_start()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv417lv_anim_get_delayP9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_get_delay()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv420lv_anim_get_playtimeP9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_get_playtime()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv416lv_anim_get_timeP9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_get_time()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv424lv_anim_get_repeat_countP9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_get_repeat_count()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv421lv_anim_get_user_dataP9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_get_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv414lv_anim_deletePv18lv_anim_exec_xcb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_delete()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv418lv_anim_delete_allv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_delete_all()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv411lv_anim_getPv18lv_anim_exec_xcb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_get()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv417lv_anim_get_timerv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_get_timer()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv421lv_anim_custom_deleteP9lv_anim_t24lv_anim_custom_exec_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_custom_delete()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv418lv_anim_custom_getP9lv_anim_t24lv_anim_custom_exec_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_custom_get()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv421lv_anim_count_runningv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_count_running()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv421lv_anim_speed_to_time8uint32_t7int32_t7int32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_speed_to_time()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv416lv_anim_refr_nowv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_refr_now()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv419lv_anim_path_linearPK9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_path_linear()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv420lv_anim_path_ease_inPK9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_path_ease_in()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv421lv_anim_path_ease_outPK9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_path_ease_out()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv424lv_anim_path_ease_in_outPK9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_path_ease_in_out()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv422lv_anim_path_overshootPK9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_path_overshoot()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv419lv_anim_path_bouncePK9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_path_bounce()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv417lv_anim_path_stepPK9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_path_step()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv427lv_anim_path_custom_bezier3PK9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_path_custom_bezier3()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv415lv_anim_state_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_anim_state_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv423_lv_anim_bezier3_para_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_anim_bezier3_para_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_anim.html#_CPPv410_lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_anim_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_color.html" > lv_color.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv48lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_opa_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv417lv_color_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_format_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv49_lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_opa_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv418_lv_color_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_color_format_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv423lv_color_format_get_bpp17lv_color_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_format_get_bpp()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv424lv_color_format_get_size17lv_color_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_format_get_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv425lv_color_format_has_alpha17lv_color_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_format_has_alpha()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv414lv_color_to_3210lv_color_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_to_32()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv415lv_color_to_int10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_to_int()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv417lv_color_from_int8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_from_int()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv411lv_color_eq10lv_color_t10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_eq()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv413lv_color32_eq12lv_color32_t12lv_color32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color32_eq()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv412lv_color_hex8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_hex()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv413lv_color_make7uint8_t7uint8_t7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_make()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv413lv_color_hex38uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_hex3()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv415lv_color_to_u1610lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_to_u16()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv415lv_color_to_u3210lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_to_u32()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv418lv_color_16_16_mix8uint16_t8uint16_t7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_16_16_mix()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv416lv_color_lighten10lv_color_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_lighten()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv415lv_color_darken10lv_color_t8lv_opa_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_darken()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv419lv_color_hsv_to_rgb8uint16_t7uint8_t7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_hsv_to_rgb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv419lv_color_rgb_to_hsv7uint8_t7uint8_t7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_rgb_to_hsv()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv415lv_color_to_hsv10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_to_hsv()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv414lv_color_whitev" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_white()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv414lv_color_blackv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_black()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv421lv_color_filter_shade" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_filter_shade< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv410lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv412lv_color16_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color16_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv412lv_color32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color32_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color.html#_CPPv414lv_color_hsv_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_hsv_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_types.html" > lv_types.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_types.html#_CPPv411lv_result_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_result_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_types.html#_CPPv412lv_uintptr_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_uintptr_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_types.html#_CPPv411lv_intptr_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_intptr_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_types.html#_CPPv412_lv_result_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_result_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_profiler.html" > lv_profiler.h< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_templ.html" > lv_templ.h< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_async.html" > lv_async.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_async.html#_CPPv413lv_async_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_async_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_async.html#_CPPv413lv_async_call13lv_async_cb_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_async_call()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_async.html#_CPPv420lv_async_call_cancel13lv_async_cb_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_async_call_cancel()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_bidi.html" > lv_bidi.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_bidi.html#_CPPv413lv_base_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_base_dir_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_bidi.html#_CPPv414_lv_base_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_base_dir_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_bidi.html#_CPPv423lv_bidi_calculate_alignP15lv_text_align_tP13lv_base_dir_tPKc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_bidi_calculate_align()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_log.html" > lv_log.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_log.html#_CPPv414lv_log_level_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_log_level_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_palette.html" > lv_palette.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_palette.html#_CPPv412lv_palette_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_palette_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_palette.html#_CPPv415lv_palette_main12lv_palette_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_palette_main()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_palette.html#_CPPv418lv_palette_lighten12lv_palette_t7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_palette_lighten()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_palette.html#_CPPv417lv_palette_darken12lv_palette_t7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_palette_darken()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_style.html" > lv_style.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv415lv_blend_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_blend_mode_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv415lv_text_decor_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_text_decor_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv416lv_border_side_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_border_side_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv413lv_grad_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_grad_dir_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv416lv_dither_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_dither_mode_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv415lv_style_prop_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_prop_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv414lv_style_res_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_res_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv416_lv_blend_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_blend_mode_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv416_lv_text_decor_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_decor_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv417_lv_border_side_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_border_side_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv414_lv_grad_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_grad_dir_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv417_lv_dither_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_dither_mode_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv416_lv_style_prop_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_prop_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv415_lv_style_res_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_res_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv413lv_style_initP10lv_style_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv414lv_style_resetP10lv_style_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_reset()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv417lv_style_is_constPK10lv_style_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_is_const()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv422lv_style_register_prop7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_register_prop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv429lv_style_get_num_custom_propsv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_get_num_custom_props()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv420lv_style_remove_propP10lv_style_t15lv_style_prop_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_remove_prop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv417lv_style_set_propP10lv_style_t15lv_style_prop_t16lv_style_value_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_prop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv417lv_style_get_propPK10lv_style_t15lv_style_prop_tP16lv_style_value_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_get_prop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv428lv_style_transition_dsc_initP25lv_style_transition_dsc_tA_K15lv_style_prop_t17lv_anim_path_cb_t8uint32_t8uint32_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_transition_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv425lv_style_prop_get_default15lv_style_prop_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_prop_get_default()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv425lv_style_get_prop_inlinedPK10lv_style_t15lv_style_prop_tP16lv_style_value_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_get_prop_inlined()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv417lv_style_is_emptyPK10lv_style_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_is_empty()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv424_lv_style_get_prop_group15lv_style_prop_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_get_prop_group()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv427_lv_style_prop_lookup_flags15lv_style_prop_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_prop_lookup_flags()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv417lv_style_set_sizeP10lv_style_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv420lv_style_set_pad_allP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_pad_all()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv420lv_style_set_pad_horP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_pad_hor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv420lv_style_set_pad_verP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_pad_ver()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv420lv_style_set_pad_gapP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_pad_gap()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv428lv_style_set_transform_scaleP10lv_style_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_set_transform_scale()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv422lv_style_prop_has_flag15lv_style_prop_t7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_prop_has_flag()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv426lv_style_const_prop_id_inv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_const_prop_id_inv< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv418lv_gradient_stop_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_gradient_stop_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv413lv_grad_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_grad_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv416lv_style_value_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_value_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv425lv_style_transition_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_transition_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv421lv_style_const_prop_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_const_prop_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_style.html#_CPPv410lv_style_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_color_op.html" > lv_color_op.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color_op.html#_CPPv420lv_color_filter_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_filter_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color_op.html#_CPPv421lv_color_filter_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_filter_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color_op.html#_CPPv412lv_color_mix10lv_color_t10lv_color_t7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_mix()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color_op.html#_CPPv414lv_color_mix3212lv_color32_t12lv_color32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_mix32()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color_op.html#_CPPv419lv_color_brightness10lv_color_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_brightness()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color_op.html#_CPPv424lv_color_filter_dsc_initP21lv_color_filter_dsc_t20lv_color_filter_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_color_filter_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_color_op.html#_CPPv422_lv_color_filter_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_color_filter_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_profiler_builtin.html" > lv_profiler_builtin.h< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_event.html" > lv_event.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv413lv_event_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv410lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv415lv_event_code_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_code_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv414_lv_event_pushP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_event_push()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv413_lv_event_popP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_event_pop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv413lv_event_sendP15lv_event_list_tP10lv_event_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_send()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv412lv_event_addP15lv_event_list_t13lv_event_cb_t15lv_event_code_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_add()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv418lv_event_get_countP15lv_event_list_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_count()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv416lv_event_get_dscP15lv_event_list_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv419lv_event_dsc_get_cbP14lv_event_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_dsc_get_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv426lv_event_dsc_get_user_dataP14lv_event_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_dsc_get_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv415lv_event_removeP15lv_event_list_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_remove()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv419lv_event_remove_allP15lv_event_list_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_remove_all()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv419lv_event_get_targetP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_target()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv427lv_event_get_current_targetP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_current_target()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv417lv_event_get_codeP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_code()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv418lv_event_get_paramP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_param()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv422lv_event_get_user_dataP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv422lv_event_stop_bubblingP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_stop_bubbling()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv424lv_event_stop_processingP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_stop_processing()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv420lv_event_register_idv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_register_id()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv422_lv_event_mark_deletedPv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_event_mark_deleted()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv414lv_event_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv415lv_event_list_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_list_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_event.html#_CPPv411_lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_event_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_assert.html" > lv_assert.h< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_cache_builtin.html" > lv_cache_builtin.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache_builtin.html#_CPPv422_lv_cache_builtin_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_cache_builtin_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache_builtin.html#_CPPv422lv_cache_builtin_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_builtin_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_area.html" > lv_area.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv410lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_coord_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv410lv_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_align_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv48lv_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_dir_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv411_lv_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_align_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv49_lv_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_dir_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv411lv_area_setP9lv_area_t10lv_coord_t10lv_coord_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_set()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv412lv_area_copyP9lv_area_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_copy()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv417lv_area_get_widthPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_get_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv418lv_area_get_heightPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_get_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv417lv_area_set_widthP9lv_area_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_set_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv418lv_area_set_heightP9lv_area_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_set_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv416_lv_area_set_posP9lv_area_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_area_set_pos()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv416lv_area_get_sizePK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_get_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv416lv_area_increaseP9lv_area_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_increase()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv412lv_area_moveP9lv_area_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_move()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv418_lv_area_intersectP9lv_area_tPK9lv_area_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_area_intersect()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv413_lv_area_diffA_9lv_area_tPK9lv_area_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_area_diff()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv413_lv_area_joinP9lv_area_tPK9lv_area_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_area_join()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv420_lv_area_is_point_onPK9lv_area_tPK10lv_point_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_area_is_point_on()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv414_lv_area_is_onPK9lv_area_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_area_is_on()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv414_lv_area_is_inPK9lv_area_tPK9lv_area_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_area_is_in()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv415_lv_area_is_outPK9lv_area_tPK9lv_area_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_area_is_out()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv417_lv_area_is_equalPK9lv_area_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_area_is_equal()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv413lv_area_alignPK9lv_area_tP9lv_area_t10lv_align_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv418lv_point_transformP10lv_point_t7int32_t7int32_t7int32_tPK10lv_point_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_point_transform()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv46lv_pct10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_pct()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv412lv_pct_to_px10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_pct_to_px()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv410lv_point_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_point_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv49lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_area.html#_CPPv425lv_area_transform_cache_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_area_transform_cache_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_cache.html" > lv_cache.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv415lv_cache_add_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_add_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv416lv_cache_find_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_find_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv422lv_cache_invalidate_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_invalidate_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv420lv_cache_get_data_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_get_data_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv419lv_cache_release_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_release_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv424lv_cache_set_max_size_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_set_max_size_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv417lv_cache_empty_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_empty_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv419lv_cache_src_type_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_src_type_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv414_lv_cache_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_cache_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv420lv_cache_set_managerP18lv_cache_manager_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_set_manager()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv412lv_cache_add6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_add()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv413lv_cache_findPKv19lv_cache_src_type_t8uint32_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_find()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv419lv_cache_invalidateP16lv_cache_entry_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_invalidate()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv417lv_cache_get_dataP16lv_cache_entry_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_get_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv416lv_cache_releaseP16lv_cache_entry_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_release()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv421lv_cache_set_max_size6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_set_max_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv421lv_cache_get_max_sizev" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_get_max_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv413lv_cache_lockv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_lock()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv415lv_cache_unlockv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_unlock()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv416lv_cache_entry_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_entry_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_cache.html#_CPPv418lv_cache_manager_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cache_manager_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_timer.html" > lv_timer.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv413lv_timer_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_cb_t< / span > < / code > < / a > < / li >
2023-10-24 13:18:35 +00:00
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv428lv_timer_handler_resume_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_handler_resume_cb_t< / span > < / code > < / a > < / li >
2023-10-24 11:45:25 +00:00
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv410lv_timer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv419_lv_timer_core_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_timer_core_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv430lv_timer_handler_run_in_period8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_handler_run_in_period()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv425lv_timer_periodic_handlerv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_periodic_handler()< / span > < / code > < / a > < / li >
2023-10-24 13:18:35 +00:00
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv430lv_timer_handler_set_resume_cb28lv_timer_handler_resume_cb_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_handler_set_resume_cb()< / span > < / code > < / a > < / li >
2023-10-24 11:45:25 +00:00
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv421lv_timer_create_basicv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_create_basic()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv415lv_timer_create13lv_timer_cb_t8uint32_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_create()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv415lv_timer_deleteP10lv_timer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_delete()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv414lv_timer_pauseP10lv_timer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_pause()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv415lv_timer_resumeP10lv_timer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_resume()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv415lv_timer_set_cbP10lv_timer_t13lv_timer_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_set_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv419lv_timer_set_periodP10lv_timer_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_set_period()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv414lv_timer_readyP10lv_timer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_ready()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv425lv_timer_set_repeat_countP10lv_timer_t7int32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_set_repeat_count()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv422lv_timer_set_user_dataP10lv_timer_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_set_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv414lv_timer_resetP10lv_timer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_reset()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv415lv_timer_enableb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_enable()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv417lv_timer_get_idlev" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_get_idle()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv428lv_timer_get_time_until_nextv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_get_time_until_next()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv417lv_timer_get_nextP10lv_timer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_get_next()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv422lv_timer_get_user_dataP10lv_timer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_get_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv411_lv_timer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_timer_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_timer.html#_CPPv416lv_timer_state_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_timer_state_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_text.html" > lv_text.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv414lv_text_flag_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_text_flag_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv415lv_text_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_text_align_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv415_lv_text_flag_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_flag_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv416_lv_text_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_align_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv416lv_text_get_sizeP10lv_point_tPKcPK9lv_font_t10lv_coord_t10lv_coord_t10lv_coord_t14lv_text_flag_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_text_get_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv422_lv_text_get_next_linePKcPK9lv_font_t10lv_coord_t10lv_coord_tP10lv_coord_t14lv_text_flag_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_get_next_line()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv417lv_text_get_widthPKc8uint32_tPK9lv_font_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_text_get_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv412_lv_text_insPc8uint32_tPKc" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_ins()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv412_lv_text_cutPc8uint32_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_cut()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv422_lv_text_set_text_vfmtPKc7va_list" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_set_text_vfmt()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv430_lv_text_encoded_letter_next_2PKcP8uint32_tP8uint32_tP8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_encoded_letter_next_2()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv422_lv_text_is_break_char8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_is_break_char()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv418_lv_text_is_a_word8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_is_a_word()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv421_lv_text_encoded_size" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_encoded_size< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv427_lv_text_unicode_to_encoded" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_unicode_to_encoded< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv424_lv_text_encoded_conv_wc" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_encoded_conv_wc< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv421_lv_text_encoded_next" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_encoded_next< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv421_lv_text_encoded_prev" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_encoded_prev< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv428_lv_text_encoded_get_byte_id" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_encoded_get_byte_id< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv428_lv_text_encoded_get_char_id" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_encoded_get_char_id< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_text.html#_CPPv427_lv_text_get_encoded_length" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_text_get_encoded_length< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_lru.html" > lv_lru.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_lru.html#_CPPv416lv_lru_free_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_lru_free_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_lru.html#_CPPv413lv_lru_item_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_lru_item_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_lru.html#_CPPv412lv_lru_res_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_lru_res_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_lru.html#_CPPv413lv_lru_create6size_t6size_t16lv_lru_free_cb_t16lv_lru_free_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_lru_create()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_lru.html#_CPPv413lv_lru_deleteP8lv_lru_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_lru_delete()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_lru.html#_CPPv410lv_lru_setP8lv_lru_tPKv6size_tPv6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_lru_set()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_lru.html#_CPPv410lv_lru_getP8lv_lru_tPKv6size_tPPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_lru_get()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_lru.html#_CPPv413lv_lru_removeP8lv_lru_tPKv6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_lru_remove()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_lru.html#_CPPv422lv_lru_remove_lru_itemP8lv_lru_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_lru_remove_lru_item()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_lru.html#_CPPv48lv_lru_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_lru_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_utils.html" > lv_utils.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_utils.html#_CPPv417_lv_utils_bsearchPKvPKv8uint32_t8uint32_tPF7int32_tPKvPKvE" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_utils_bsearch()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_fs.html" > lv_fs.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv411lv_fs_res_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_res_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv412lv_fs_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_mode_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv411lv_fs_drv_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_drv_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv412_lv_fs_res_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_fs_res_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv413_lv_fs_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_fs_mode_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv414lv_fs_whence_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_whence_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv411_lv_fs_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_fs_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv414lv_fs_drv_initP11lv_fs_drv_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_drv_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv418lv_fs_drv_registerP11lv_fs_drv_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_drv_register()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv413lv_fs_get_drvc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_get_drv()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv414lv_fs_is_readyc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_is_ready()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv410lv_fs_openP12lv_fs_file_tPKc12lv_fs_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_open()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv427lv_fs_make_path_from_bufferP15lv_fs_path_ex_tcPKv8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_make_path_from_buffer()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv411lv_fs_closeP12lv_fs_file_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_close()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv410lv_fs_readP12lv_fs_file_tPv8uint32_tP8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_read()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv411lv_fs_writeP12lv_fs_file_tPKv8uint32_tP8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_write()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv410lv_fs_seekP12lv_fs_file_t8uint32_t14lv_fs_whence_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_seek()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv410lv_fs_tellP12lv_fs_file_tP8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_tell()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv414lv_fs_dir_openP11lv_fs_dir_tPKc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_dir_open()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv414lv_fs_dir_readP11lv_fs_dir_tPc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_dir_read()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv415lv_fs_dir_closeP11lv_fs_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_dir_close()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv417lv_fs_get_lettersPc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_get_letters()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv413lv_fs_get_extPKc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_get_ext()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv48lv_fs_upPc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_up()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv414lv_fs_get_lastPKc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_get_last()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv412_lv_fs_drv_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_fs_drv_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv418lv_fs_file_cache_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_file_cache_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv412lv_fs_file_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_file_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv415lv_fs_path_ex_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_path_ex_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/misc/lv_fs.html#_CPPv411lv_fs_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_fs_dir_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/misc/lv_text_ap.html" > lv_text_ap.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/themes/index.html" > themes< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/themes/lv_theme.html" > lv_theme.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv419lv_theme_apply_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_theme_apply_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv410lv_theme_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_theme_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv421lv_theme_get_from_objP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_theme_get_from_obj()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv414lv_theme_applyP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_theme_apply()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv419lv_theme_set_parentP10lv_theme_tP10lv_theme_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_theme_set_parent()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv421lv_theme_set_apply_cbP10lv_theme_t19lv_theme_apply_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_theme_set_apply_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv423lv_theme_get_font_smallP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_theme_get_font_small()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv424lv_theme_get_font_normalP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_theme_get_font_normal()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv423lv_theme_get_font_largeP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_theme_get_font_large()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv426lv_theme_get_color_primaryP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_theme_get_color_primary()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv428lv_theme_get_color_secondaryP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_theme_get_color_secondary()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/lv_theme.html#_CPPv411_lv_theme_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_theme_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/themes/default/index.html" > default< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/default/lv_theme_default.html" > lv_theme_default.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/themes/mono/index.html" > mono< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/mono/lv_theme_mono.html" > lv_theme_mono.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/themes/basic/index.html" > basic< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/themes/basic/lv_theme_basic.html" > lv_theme_basic.h< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/font/index.html" > font< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/font/lv_font_loader.html" > lv_font_loader.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_loader.html#_CPPv412lv_font_loadPKc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_load()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_loader.html#_CPPv412lv_font_freeP9lv_font_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_free()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/font/lv_font.html" > lv_font.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font.html#_CPPv415lv_font_subpx_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_subpx_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font.html#_CPPv49lv_font_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font.html#_CPPv416_lv_font_subpx_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_font_subpx_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font.html#_CPPv424lv_font_get_glyph_bitmapPK9lv_font_t8uint32_tP7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_get_glyph_bitmap()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font.html#_CPPv421lv_font_get_glyph_dscPK9lv_font_tP19lv_font_glyph_dsc_t8uint32_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_get_glyph_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font.html#_CPPv423lv_font_get_glyph_widthPK9lv_font_t8uint32_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_get_glyph_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font.html#_CPPv423lv_font_get_line_heightPK9lv_font_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_get_line_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font.html#_CPPv415lv_font_defaultv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_default()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font.html#_CPPv421lv_font_montserrat_14" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_montserrat_14< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font.html#_CPPv419lv_font_glyph_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_glyph_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font.html#_CPPv410_lv_font_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_font_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/font/lv_symbol_def.html" > lv_symbol_def.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_symbol_def.html#_CPPv4Ut1_8" > < code class = "docutils literal notranslate" > < span class = "pre" > @ 8< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/font/lv_font_fmt_txt.html" > lv_font_fmt_txt.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_fmt_txt.html#_CPPv427lv_font_fmt_txt_cmap_type_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_fmt_txt_cmap_type_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_fmt_txt.html#_CPPv428_lv_font_fmt_txt_cmap_type_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_font_fmt_txt_cmap_type_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_fmt_txt.html#_CPPv431lv_font_fmt_txt_bitmap_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_fmt_txt_bitmap_format_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_fmt_txt.html#_CPPv426lv_font_get_bitmap_fmt_txtPK9lv_font_t8uint32_tP7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_get_bitmap_fmt_txt()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_fmt_txt.html#_CPPv429lv_font_get_glyph_dsc_fmt_txtPK9lv_font_tP19lv_font_glyph_dsc_t8uint32_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_get_glyph_dsc_fmt_txt()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_fmt_txt.html#_CPPv427lv_font_fmt_txt_glyph_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_fmt_txt_glyph_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_fmt_txt.html#_CPPv422lv_font_fmt_txt_cmap_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_fmt_txt_cmap_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_fmt_txt.html#_CPPv427lv_font_fmt_txt_kern_pair_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_fmt_txt_kern_pair_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_fmt_txt.html#_CPPv430lv_font_fmt_txt_kern_classes_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_fmt_txt_kern_classes_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/font/lv_font_fmt_txt.html#_CPPv421lv_font_fmt_txt_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_font_fmt_txt_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/draw/index.html" > draw< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/lv_image_buf.html" > lv_image_buf.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_buf.html#_CPPv424lv_image_buf_set_paletteP14lv_image_dsc_t7uint8_t12lv_color32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_buf_set_palette()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_buf.html#_CPPv417lv_image_buf_freeP14lv_image_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_buf_free()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_buf.html#_CPPv434_lv_image_buf_get_transformed_areaP9lv_area_t10lv_coord_t10lv_coord_t10lv_coord_t8uint16_t8uint16_tPK10lv_point_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_image_buf_get_transformed_area()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_buf.html#_CPPv417lv_image_header_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_header_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_buf.html#_CPPv414lv_image_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html" > lv_draw_label.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html#_CPPv420lv_draw_label_hint_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_label_hint_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html#_CPPv419lv_draw_letter_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_letter_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html#_CPPv430lv_draw_letter_bitmap_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_letter_bitmap_format_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html#_CPPv429lv_draw_label_iterate_lettersP14lv_draw_unit_tPK19lv_draw_label_dsc_tPK9lv_area_t19lv_draw_letter_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_label_iterate_letters()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html#_CPPv422lv_draw_label_dsc_initP19lv_draw_label_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_label_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html#_CPPv423lv_draw_letter_dsc_initP19lv_draw_glyph_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_letter_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html#_CPPv413lv_draw_labelP10lv_layer_tPK19lv_draw_label_dsc_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_label()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html#_CPPv414lv_draw_letterP10lv_layer_tP19lv_draw_label_dsc_tPK10lv_point_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_letter()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html#_CPPv421_lv_draw_label_hint_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_draw_label_hint_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html#_CPPv419lv_draw_label_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_label_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_label.html#_CPPv419lv_draw_glyph_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_glyph_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/lv_draw_triangle.html" > lv_draw_triangle.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_triangle.html#_CPPv425lv_draw_triangle_dsc_initP22lv_draw_triangle_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_triangle_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_triangle.html#_CPPv416lv_draw_triangleP11_lv_layer_tPK22lv_draw_triangle_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_triangle()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_triangle.html#_CPPv422lv_draw_triangle_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_triangle_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/lv_draw_mask.html" > lv_draw_mask.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_mask.html#_CPPv426lv_draw_mask_rect_dsc_initP23lv_draw_mask_rect_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_mask_rect_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_mask.html#_CPPv417lv_draw_mask_rectP11_lv_layer_tPK23lv_draw_mask_rect_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_mask_rect()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_mask.html#_CPPv423lv_draw_mask_rect_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_mask_rect_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html" > lv_image_decoder.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv414lv_image_src_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_src_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv425lv_image_decoder_info_f_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_info_f_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv425lv_image_decoder_open_f_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_open_f_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv430lv_image_decoder_get_area_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_get_area_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv426lv_image_decoder_close_f_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_close_f_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv418lv_image_decoder_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv422lv_image_decoder_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv415_lv_image_src_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_image_src_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv422_lv_image_decoder_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_image_decoder_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv425lv_image_decoder_get_infoPKvP17lv_image_header_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_get_info()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv421lv_image_decoder_openP22lv_image_decoder_dsc_tPKv10lv_color_t7int32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_open()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv425lv_image_decoder_get_areaP22lv_image_decoder_dsc_tPK9lv_area_tP9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_get_area()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv422lv_image_decoder_closeP22lv_image_decoder_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_close()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv423lv_image_decoder_createv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_create()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv423lv_image_decoder_deleteP18lv_image_decoder_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_delete()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv425lv_image_decoder_get_nextP18lv_image_decoder_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_get_next()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv428lv_image_decoder_set_info_cbP18lv_image_decoder_t25lv_image_decoder_info_f_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_set_info_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv428lv_image_decoder_set_open_cbP18lv_image_decoder_t25lv_image_decoder_open_f_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_set_open_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv432lv_image_decoder_set_get_area_cbP18lv_image_decoder_t30lv_image_decoder_get_area_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_set_get_area_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv429lv_image_decoder_set_close_cbP18lv_image_decoder_t26lv_image_decoder_close_f_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_set_close_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv430lv_image_decoder_built_in_infoP18lv_image_decoder_tPKvP17lv_image_header_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_built_in_info()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv434lv_image_decoder_built_in_get_areaP18lv_image_decoder_tP22lv_image_decoder_dsc_tPK9lv_area_tP9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_built_in_get_area()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv430lv_image_decoder_built_in_openP18lv_image_decoder_tP22lv_image_decoder_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_built_in_open()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv431lv_image_decoder_built_in_closeP18lv_image_decoder_tP22lv_image_decoder_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_decoder_built_in_close()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv419_lv_image_decoder_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_image_decoder_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_image_decoder.html#_CPPv423_lv_image_decoder_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_image_decoder_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/lv_draw_line.html" > lv_draw_line.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_line.html#_CPPv421lv_draw_line_dsc_initP18lv_draw_line_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_line_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_line.html#_CPPv412lv_draw_lineP11_lv_layer_tPK18lv_draw_line_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_line()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_line.html#_CPPv418lv_draw_line_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_line_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/lv_draw_image.html" > lv_draw_image.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_image.html#_CPPv419lv_draw_image_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_image_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_image.html#_CPPv422lv_draw_image_dsc_initP19lv_draw_image_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_image_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_image.html#_CPPv413lv_draw_imageP11_lv_layer_tPK19lv_draw_image_dsc_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_image()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_image.html#_CPPv413lv_draw_layerP11_lv_layer_tPK19lv_draw_image_dsc_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_layer()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_image.html#_CPPv421lv_image_src_get_typePKv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_image_src_get_type()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_image.html#_CPPv419lv_draw_image_sup_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_image_sup_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_image.html#_CPPv420_lv_draw_image_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_draw_image_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html" > lv_draw_rect.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html#_CPPv421lv_draw_rect_dsc_initP18lv_draw_rect_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_rect_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html#_CPPv421lv_draw_fill_dsc_initP18lv_draw_fill_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_fill_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html#_CPPv423lv_draw_border_dsc_initP20lv_draw_border_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_border_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html#_CPPv427lv_draw_box_shadow_dsc_initP24lv_draw_box_shadow_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_box_shadow_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html#_CPPv425lv_draw_bg_image_dsc_initP22lv_draw_bg_image_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_bg_image_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html#_CPPv412lv_draw_rectP11_lv_layer_tPK18lv_draw_rect_dsc_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_rect()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html#_CPPv418lv_draw_rect_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_rect_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html#_CPPv418lv_draw_fill_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_fill_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html#_CPPv422lv_draw_bg_image_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_bg_image_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html#_CPPv420lv_draw_border_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_border_dsc_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_rect.html#_CPPv424lv_draw_box_shadow_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_box_shadow_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/lv_draw_arc.html" > lv_draw_arc.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_arc.html#_CPPv420lv_draw_arc_dsc_initP17lv_draw_arc_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_arc_dsc_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_arc.html#_CPPv411lv_draw_arcP11_lv_layer_tPK17lv_draw_arc_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_arc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_arc.html#_CPPv420lv_draw_arc_get_area10lv_coord_t10lv_coord_t8uint16_t8uint16_t8uint16_t10lv_coord_tbP9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_arc_get_area()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_arc.html#_CPPv417lv_draw_arc_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_arc_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/lv_draw.html" > lv_draw.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv414lv_draw_task_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_task_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv414lv_draw_unit_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_unit_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv410lv_layer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_layer_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv419lv_draw_task_type_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_task_type_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv420lv_draw_task_state_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_task_state_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv412lv_draw_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv419lv_draw_create_unit6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_create_unit()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv416lv_draw_add_taskP10lv_layer_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_add_task()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv430lv_draw_finalize_task_creationP10lv_layer_tP14lv_draw_task_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_finalize_task_creation()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv416lv_draw_dispatchv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_dispatch()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv422lv_draw_dispatch_layerP13_lv_display_tP10lv_layer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_dispatch_layer()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv433lv_draw_dispatch_wait_for_requestv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_dispatch_wait_for_request()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv424lv_draw_dispatch_requestv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_dispatch_request()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv431lv_draw_get_next_available_taskP10lv_layer_tP14lv_draw_task_t7uint8_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_get_next_available_task()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv420lv_draw_layer_createP10lv_layer_t17lv_color_format_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_layer_create()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv423lv_draw_layer_alloc_bufP10lv_layer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_layer_alloc_buf()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv422lv_draw_layer_go_to_xyP10lv_layer_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_layer_go_to_xy()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv415_lv_draw_task_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_draw_task_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv414lv_draw_mask_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_mask_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv415_lv_draw_unit_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_draw_unit_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv411_lv_layer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_layer_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv418lv_draw_dsc_base_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_dsc_base_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw.html#_CPPv421lv_draw_global_info_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_global_info_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html" > lv_draw_buf.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv421lv_draw_buf_malloc_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_malloc_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv419lv_draw_buf_free_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_free_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv420lv_draw_buf_align_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_align_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv431lv_draw_buf_invalidate_cache_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_invalidate_cache_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv430lv_draw_buf_width_to_stride_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_width_to_stride_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv423lv_draw_buf_go_to_xy_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_go_to_xy_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv420lv_draw_buf_clear_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_clear_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv419lv_draw_buf_copy_cb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_copy_cb< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv426_lv_draw_buf_init_handlersv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_draw_buf_init_handlers()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv424lv_draw_buf_get_handlersv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_get_handlers()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv418lv_draw_buf_malloc6size_t17lv_color_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_malloc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv416lv_draw_buf_freePv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_free()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv417lv_draw_buf_alignPv17lv_color_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv428lv_draw_buf_invalidate_cachePv8uint32_t17lv_color_format_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_invalidate_cache()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv427lv_draw_buf_width_to_stride8uint32_t17lv_color_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_width_to_stride()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv420lv_draw_buf_go_to_xyPKv8uint32_t17lv_color_format_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_go_to_xy()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv417lv_draw_buf_clearPv8uint32_t8uint32_t17lv_color_format_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_clear()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv416lv_draw_buf_copyPv8uint32_t8uint32_tPK9lv_area_tPv8uint32_t8uint32_tPK9lv_area_t17lv_color_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_copy()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/lv_draw_buf.html#_CPPv422lv_draw_buf_handlers_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_draw_buf_handlers_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/nxp/index.html" > nxp< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/nxp/pxp/index.html" > pxp< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/nxp/vglite/index.html" > vglite< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/draw/sw/index.html" > sw< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/sw/lv_draw_sw_mask.html" > lv_draw_sw_mask.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/sw/lv_draw_sw.html" > lv_draw_sw.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/sw/lv_draw_sw_gradient.html" > lv_draw_sw_gradient.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/draw/sw/blend/index.html" > blend< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/display/index.html" > display< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/display/lv_display.html" > lv_display.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv412lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv421lv_display_flush_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_flush_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv421lv_display_rotation_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_rotation_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv424lv_display_render_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_render_mode_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv421lv_screen_load_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_screen_load_anim_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv417lv_display_create10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_create()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv417lv_display_removeP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_remove()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv422lv_display_set_defaultP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_default()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv422lv_display_get_defaultv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_default()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv419lv_display_get_nextP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_next()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv425lv_display_set_resolutionP12lv_display_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_resolution()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv434lv_display_set_physical_resolutionP12lv_display_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_physical_resolution()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv421lv_display_set_offsetP12lv_display_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_offset()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv423lv_display_set_rotationP12lv_display_t21lv_display_rotation_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_rotation()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv418lv_display_set_dpiP12lv_display_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_dpi()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv436lv_display_get_horizontal_resolutionPK12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_horizontal_resolution()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv434lv_display_get_vertical_resolutionPK12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_vertical_resolution()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv445lv_display_get_physical_horizontal_resolutionPK12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_physical_horizontal_resolution()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv443lv_display_get_physical_vertical_resolutionPK12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_physical_vertical_resolution()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv423lv_display_get_offset_xPK12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_offset_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv423lv_display_get_offset_yPK12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_offset_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv423lv_display_get_rotationP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_rotation()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv418lv_display_get_dpiPK12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_dpi()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv427lv_display_set_draw_buffersP12lv_display_tPvPv8uint32_t24lv_display_render_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_draw_buffers()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv423lv_display_set_flush_cbP12lv_display_t21lv_display_flush_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_flush_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv427lv_display_set_color_formatP12lv_display_t17lv_color_format_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_color_format()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv427lv_display_get_color_formatP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_color_format()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv427lv_display_set_antialiasingP12lv_display_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_antialiasing()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv427lv_display_get_antialiasingP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_antialiasing()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv429lv_display_is_double_bufferedP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_is_double_buffered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv425lv_display_get_screen_actP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_screen_act()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv426lv_display_get_screen_prevP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_screen_prev()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv419lv_display_load_scrP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_load_scr()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv424lv_display_get_layer_topP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_layer_top()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv424lv_display_get_layer_sysP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_layer_sys()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv427lv_display_get_layer_bottomP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_layer_bottom()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv419lv_screen_load_animP9_lv_obj_t21lv_screen_load_anim_t8uint32_t8uint32_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_screen_load_anim()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv416lv_screen_activev" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_screen_active()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv412lv_layer_topv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_layer_top()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv412lv_layer_sysv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_layer_sys()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv415lv_layer_bottomv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_layer_bottom()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv414lv_screen_loadP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_screen_load()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv420lv_display_add_eventP12lv_display_t13lv_event_cb_t15lv_event_code_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_add_event()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv426lv_display_get_event_countP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_event_count()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv424lv_display_get_event_dscP12lv_display_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_event_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv423lv_display_remove_eventP12lv_display_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_remove_event()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv421lv_display_send_eventP12lv_display_t15lv_event_code_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_send_event()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv420lv_display_set_themeP12lv_display_tP11_lv_theme_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_theme()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv420lv_display_get_themeP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_theme()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv428lv_display_get_inactive_timePK12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_inactive_time()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv424lv_display_trig_activityP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_trig_activity()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv430lv_display_enable_invalidationP12lv_display_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_enable_invalidation()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv434lv_display_is_invalidation_enabledP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_is_invalidation_enabled()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv426_lv_display_get_refr_timerP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_display_get_refr_timer()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv424lv_display_set_user_dataP12lv_display_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv426lv_display_set_driver_dataP12lv_display_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_set_driver_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv424lv_display_get_user_dataP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv426lv_display_get_driver_dataP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_get_driver_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv46lv_dpx10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_dpx()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/display/lv_display.html#_CPPv414lv_display_dpxPK12lv_display_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_display_dpx()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/stdlib/index.html" > stdlib< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html" > lv_mem.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv413lv_mem_pool_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mem_pool_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv411lv_mem_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mem_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv413lv_mem_deinitv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mem_deinit()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv415lv_mem_add_poolPv6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mem_add_pool()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv418lv_mem_remove_pool13lv_mem_pool_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mem_remove_pool()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv49lv_malloc6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_malloc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv47lv_freePv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_free()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv410lv_reallocPv6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_realloc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv414lv_malloc_core6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_malloc_core()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv412lv_free_corePv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_free_core()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv415lv_realloc_corePv6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_realloc_core()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv419lv_mem_monitor_coreP16lv_mem_monitor_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mem_monitor_core()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv416lv_mem_test_corev" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mem_test_core()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv411lv_mem_testv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mem_test()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv414lv_mem_monitorP16lv_mem_monitor_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mem_monitor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_mem.html#_CPPv416lv_mem_monitor_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mem_monitor_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/stdlib/lv_sprintf.html" > lv_sprintf.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_sprintf.html#_CPPv411lv_snprintfPc6size_tPKcz" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_snprintf()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_sprintf.html#_CPPv412lv_vsnprintfPc6size_tPKc7va_list" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_vsnprintf()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/stdlib/lv_string.html" > lv_string.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_string.html#_CPPv49lv_memcpyPvPKv6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_memcpy()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_string.html#_CPPv49lv_memsetPv7uint8_t6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_memset()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_string.html#_CPPv410lv_memzeroPv6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_memzero()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_string.html#_CPPv49lv_strlenPKc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_strlen()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_string.html#_CPPv410lv_strncpyPcPKc6size_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_strncpy()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_string.html#_CPPv49lv_strcpyPcPKc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_strcpy()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/lv_string.html#_CPPv49lv_strdupPKc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_strdup()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/stdlib/builtin/index.html" > builtin< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/stdlib/builtin/lv_tlsf.html" > lv_tlsf.h< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/widgets/index.html" > widgets< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/slider/index.html" > slider< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/slider/lv_slider.html" > lv_slider.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/label/index.html" > label< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/label/lv_label.html" > lv_label.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/dropdown/index.html" > dropdown< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/dropdown/lv_dropdown.html" > lv_dropdown.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/menu/index.html" > menu< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/menu/lv_menu.html" > lv_menu.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/objx_templ/index.html" > objx_templ< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/objx_templ/lv_objx_templ.html" > lv_objx_templ.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/led/index.html" > led< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/led/lv_led.html" > lv_led.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/arc/index.html" > arc< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/arc/lv_arc.html" > lv_arc.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/list/index.html" > list< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/list/lv_list.html" > lv_list.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/image/index.html" > image< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/image/lv_image.html" > lv_image.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/tabview/index.html" > tabview< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/tabview/lv_tabview.html" > lv_tabview.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/keyboard/index.html" > keyboard< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/keyboard/lv_keyboard.html" > lv_keyboard.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/bar/index.html" > bar< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/bar/lv_bar.html" > lv_bar.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/textarea/index.html" > textarea< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/textarea/lv_textarea.html" > lv_textarea.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/table/index.html" > table< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/table/lv_table.html" > lv_table.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/line/index.html" > line< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/line/lv_line.html" > lv_line.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/switch/index.html" > switch< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/switch/lv_switch.html" > lv_switch.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/animimage/index.html" > animimage< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/animimage/lv_animimage.html" > lv_animimage.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/msgbox/index.html" > msgbox< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/msgbox/lv_msgbox.html" > lv_msgbox.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/calendar/index.html" > calendar< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/calendar/lv_calendar_header_dropdown.html" > lv_calendar_header_dropdown.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/calendar/lv_calendar.html" > lv_calendar.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/calendar/lv_calendar_header_arrow.html" > lv_calendar_header_arrow.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/roller/index.html" > roller< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/roller/lv_roller.html" > lv_roller.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/buttonmatrix/index.html" > buttonmatrix< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/buttonmatrix/lv_buttonmatrix.html" > lv_buttonmatrix.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/scale/index.html" > scale< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/scale/lv_scale.html" > lv_scale.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/span/index.html" > span< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/span/lv_span.html" > lv_span.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/spinbox/index.html" > spinbox< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/spinbox/lv_spinbox.html" > lv_spinbox.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/spinner/index.html" > spinner< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/spinner/lv_spinner.html" > lv_spinner.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/chart/index.html" > chart< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/chart/lv_chart.html" > lv_chart.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/canvas/index.html" > canvas< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/canvas/lv_canvas.html" > lv_canvas.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/imgbtn/index.html" > imgbtn< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/imgbtn/lv_imgbtn.html" > lv_imgbtn.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/win/index.html" > win< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/win/lv_win.html" > lv_win.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/tileview/index.html" > tileview< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/tileview/lv_tileview.html" > lv_tileview.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/checkbox/index.html" > checkbox< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/checkbox/lv_checkbox.html" > lv_checkbox.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/widgets/button/index.html" > button< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/widgets/button/lv_button.html" > lv_button.h< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/layouts/index.html" > layouts< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/layouts/lv_layout.html" > lv_layout.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/layouts/lv_layout.html#_CPPv421lv_layout_update_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_layout_update_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/layouts/lv_layout.html#_CPPv411lv_layout_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_layout_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/layouts/lv_layout.html#_CPPv415_lv_layout_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_layout_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/layouts/lv_layout.html#_CPPv418lv_layout_register21lv_layout_update_cb_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_layout_register()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/layouts/lv_layout.html#_CPPv416_lv_layout_applyP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_layout_apply()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/layouts/lv_layout.html#_CPPv415lv_layout_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_layout_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/layouts/grid/index.html" > grid< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/layouts/grid/lv_grid.html" > lv_grid.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/layouts/flex/index.html" > flex< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/layouts/flex/lv_flex.html" > lv_flex.h< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/others/index.html" > others< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/others/gridnav/index.html" > gridnav< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/others/gridnav/lv_gridnav.html" > lv_gridnav.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/others/snapshot/index.html" > snapshot< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/others/snapshot/lv_snapshot.html" > lv_snapshot.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/others/sysmon/index.html" > sysmon< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/others/sysmon/lv_sysmon.html" > lv_sysmon.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/others/ime/index.html" > ime< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/others/ime/lv_ime_pinyin.html" > lv_ime_pinyin.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/others/fragment/index.html" > fragment< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/others/fragment/lv_fragment.html" > lv_fragment.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/others/imgfont/index.html" > imgfont< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/others/imgfont/lv_imgfont.html" > lv_imgfont.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/others/monkey/index.html" > monkey< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/others/monkey/lv_monkey.html" > lv_monkey.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/others/observer/index.html" > observer< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/others/observer/lv_observer.html" > lv_observer.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/others/file_explorer/index.html" > file_explorer< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/others/file_explorer/lv_file_explorer.html" > lv_file_explorer.h< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/dev/index.html" > dev< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/dev/display/index.html" > display< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/display/fb/index.html" > fb< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/display/tft_espi/index.html" > tft_espi< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/display/drm/index.html" > drm< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/dev/sdl/index.html" > sdl< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/sdl/lv_sdl_mouse.html" > lv_sdl_mouse.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/sdl/lv_sdl_mousewheel.html" > lv_sdl_mousewheel.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/sdl/lv_sdl_window.html" > lv_sdl_window.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/sdl/lv_sdl_keyboard.html" > lv_sdl_keyboard.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/dev/evdev/index.html" > evdev< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/evdev/lv_evdev.html" > lv_evdev.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/dev/nuttx/index.html" > nuttx< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/nuttx/lv_nuttx_entry.html" > lv_nuttx_entry.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/nuttx/lv_nuttx_lcd.html" > lv_nuttx_lcd.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/nuttx/lv_nuttx_touchscreen.html" > lv_nuttx_touchscreen.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/nuttx/lv_nuttx_fbdev.html" > lv_nuttx_fbdev.h< / a > < / li >
2023-10-24 13:39:52 +00:00
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/dev/nuttx/lv_nuttx_libuv.html" > lv_nuttx_libuv.h< / a > < / li >
2023-10-24 11:45:25 +00:00
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/osal/index.html" > osal< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/osal/lv_os.html" > lv_os.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv416lv_thread_prio_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_prio_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv414lv_thread_initP11lv_thread_t16lv_thread_prio_tPFvPvE6size_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv416lv_thread_deleteP11lv_thread_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_delete()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv413lv_mutex_initP10lv_mutex_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mutex_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv413lv_mutex_lockP10lv_mutex_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mutex_lock()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv417lv_mutex_lock_isrP10lv_mutex_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mutex_lock_isr()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv415lv_mutex_unlockP10lv_mutex_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mutex_unlock()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv415lv_mutex_deleteP10lv_mutex_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mutex_delete()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv419lv_thread_sync_initP16lv_thread_sync_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_sync_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv419lv_thread_sync_waitP16lv_thread_sync_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_sync_wait()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv421lv_thread_sync_signalP16lv_thread_sync_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_sync_signal()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os.html#_CPPv421lv_thread_sync_deleteP16lv_thread_sync_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_sync_delete()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/osal/lv_cmsis_rtos2.html" > lv_cmsis_rtos2.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_cmsis_rtos2.html#_CPPv411lv_thread_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_cmsis_rtos2.html#_CPPv410lv_mutex_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mutex_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_cmsis_rtos2.html#_CPPv416lv_thread_sync_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_sync_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/osal/lv_freertos.html" > lv_freertos.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_freertos.html#_CPPv411lv_thread_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_freertos.html#_CPPv410lv_mutex_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mutex_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_freertos.html#_CPPv416lv_thread_sync_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_sync_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/osal/lv_pthread.html" > lv_pthread.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_pthread.html#_CPPv410lv_mutex_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mutex_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_pthread.html#_CPPv411lv_thread_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_pthread.html#_CPPv416lv_thread_sync_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_sync_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/osal/lv_os_none.html" > lv_os_none.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os_none.html#_CPPv410lv_mutex_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_mutex_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os_none.html#_CPPv411lv_thread_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/osal/lv_os_none.html#_CPPv416lv_thread_sync_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_thread_sync_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/core/index.html" > core< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_obj_draw.html" > lv_obj_draw.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_draw.html#_CPPv415lv_layer_type_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_layer_type_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_draw.html#_CPPv425lv_obj_init_draw_rect_dscP9_lv_obj_t8uint32_tP18lv_draw_rect_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_init_draw_rect_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_draw.html#_CPPv426lv_obj_init_draw_label_dscP9_lv_obj_t8uint32_tP19lv_draw_label_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_init_draw_label_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_draw.html#_CPPv426lv_obj_init_draw_image_dscP9_lv_obj_t8uint32_tP19lv_draw_image_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_init_draw_image_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_draw.html#_CPPv425lv_obj_init_draw_line_dscP9_lv_obj_t8uint32_tP18lv_draw_line_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_init_draw_line_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_draw.html#_CPPv424lv_obj_init_draw_arc_dscP9_lv_obj_t8uint32_tP17lv_draw_arc_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_init_draw_arc_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_draw.html#_CPPv430lv_obj_calculate_ext_draw_sizeP9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_calculate_ext_draw_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_draw.html#_CPPv428lv_obj_refresh_ext_draw_sizeP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_refresh_ext_draw_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_draw.html#_CPPv425_lv_obj_get_ext_draw_sizePK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_get_ext_draw_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_draw.html#_CPPv422_lv_obj_get_layer_typePK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_get_layer_type()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html" > lv_obj_tree.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv421lv_obj_tree_walk_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_tree_walk_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv422lv_obj_tree_walk_res_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_tree_walk_res_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv413lv_obj_deleteP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_delete()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv412lv_obj_cleanP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_clean()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv421lv_obj_delete_delayedP9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_delete_delayed()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv427lv_obj_delete_anim_ready_cbP9lv_anim_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_delete_anim_ready_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv419lv_obj_delete_asyncP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_delete_async()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv417lv_obj_set_parentP9_lv_obj_tP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_parent()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv411lv_obj_swapP9_lv_obj_tP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_swap()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv420lv_obj_move_to_indexP9_lv_obj_t7int32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_move_to_index()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv417lv_obj_get_screenPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_screen()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv415lv_obj_get_dispPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_disp()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv417lv_obj_get_parentPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_parent()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv416lv_obj_get_childPK9_lv_obj_t7int32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_child()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv418lv_obj_get_siblingPK9_lv_obj_t7int32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_sibling()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv420lv_obj_get_child_cntPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_child_cnt()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv416lv_obj_get_indexPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_index()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv416lv_obj_tree_walkP9_lv_obj_t21lv_obj_tree_walk_cb_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_tree_walk()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_tree.html#_CPPv416lv_obj_dump_treeP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_dump_tree()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_refr.html" > lv_refr.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_refr.html#_CPPv413_lv_refr_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_refr_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_refr.html#_CPPv411lv_refr_nowP12lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_refr_now()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_refr.html#_CPPv413lv_obj_redrawP10lv_layer_tP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_redraw()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_refr.html#_CPPv412_lv_inv_areaP12lv_display_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_inv_area()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_refr.html#_CPPv428_lv_refr_get_disp_refreshingv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_refr_get_disp_refreshing()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_refr.html#_CPPv422_lv_display_refr_timerP10lv_timer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_display_refr_timer()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_obj.html" > lv_obj.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv410lv_state_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_state_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv49lv_part_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_part_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv413lv_obj_flag_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_flag_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv48lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv411_lv_state_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_state_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv410_lv_part_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_part_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv414_lv_obj_flag_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_flag_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv413lv_obj_createP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_create()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv415lv_obj_add_flagP8lv_obj_t13lv_obj_flag_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_add_flag()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv418lv_obj_remove_flagP8lv_obj_t13lv_obj_flag_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_remove_flag()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv418lv_obj_update_flagP8lv_obj_t13lv_obj_flag_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_update_flag()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv416lv_obj_add_stateP8lv_obj_t10lv_state_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_add_state()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv419lv_obj_remove_stateP8lv_obj_t10lv_state_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_remove_state()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv416lv_obj_set_stateP8lv_obj_t10lv_state_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_state()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv420lv_obj_set_user_dataP8lv_obj_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv415lv_obj_has_flagPK8lv_obj_t13lv_obj_flag_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_has_flag()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv419lv_obj_has_flag_anyPK8lv_obj_t13lv_obj_flag_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_has_flag_any()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv416lv_obj_get_statePK8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_state()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv416lv_obj_has_statePK8lv_obj_t10lv_state_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_has_state()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv416lv_obj_get_groupPK8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_group()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv420lv_obj_get_user_dataP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv425lv_obj_allocate_spec_attrP8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_allocate_spec_attr()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv417lv_obj_check_typePK8lv_obj_tPK14lv_obj_class_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_check_type()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv416lv_obj_has_classPK8lv_obj_tPK14lv_obj_class_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_has_class()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv416lv_obj_get_classPK8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_class()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv415lv_obj_is_validPK8lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_is_valid()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv412lv_obj_class" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_class< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv419_lv_obj_spec_attr_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_spec_attr_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj.html#_CPPv49_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html" > lv_obj_style_gen.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv422lv_obj_get_style_widthPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_get_style_min_widthPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_min_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_get_style_max_widthPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_max_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv423lv_obj_get_style_heightPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_min_heightPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_min_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_max_heightPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_max_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv418lv_obj_get_style_xPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv418lv_obj_get_style_yPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv422lv_obj_get_style_alignPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv432lv_obj_get_style_transform_widthPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_transform_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_get_style_transform_heightPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_transform_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_get_style_translate_xPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_translate_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_get_style_translate_yPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_translate_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_get_style_transform_scale_xPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_transform_scale_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_get_style_transform_scale_yPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_transform_scale_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv435lv_obj_get_style_transform_rotationPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_transform_rotation()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_get_style_transform_pivot_xPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_transform_pivot_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_get_style_transform_pivot_yPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_transform_pivot_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv424lv_obj_get_style_pad_topPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_pad_top()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_pad_bottomPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_pad_bottom()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv425lv_obj_get_style_pad_leftPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_pad_left()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_get_style_pad_rightPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_pad_right()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv424lv_obj_get_style_pad_rowPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_pad_row()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_pad_columnPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_pad_column()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_margin_topPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_margin_top()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_get_style_margin_bottomPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_margin_bottom()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_get_style_margin_leftPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_margin_left()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_margin_rightPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_margin_right()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv425lv_obj_get_style_bg_colorPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_get_style_bg_color_filteredPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_color_filtered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv423lv_obj_get_style_bg_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_get_style_bg_grad_colorPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_grad_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv439lv_obj_get_style_bg_grad_color_filteredPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_grad_color_filtered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_get_style_bg_grad_dirPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_grad_dir()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_bg_main_stopPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_main_stop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_bg_grad_stopPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_grad_stop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv424lv_obj_get_style_bg_gradPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_grad()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv431lv_obj_get_style_bg_dither_modePK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_dither_mode()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_bg_image_srcPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_image_src()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_bg_image_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_image_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_get_style_bg_image_recolorPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_image_recolor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv442lv_obj_get_style_bg_image_recolor_filteredPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_image_recolor_filtered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv437lv_obj_get_style_bg_image_recolor_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_image_recolor_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv431lv_obj_get_style_bg_image_tiledPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_bg_image_tiled()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_border_colorPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_border_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv438lv_obj_get_style_border_color_filteredPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_border_color_filtered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_border_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_border_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_border_widthPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_border_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_get_style_border_sidePK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_border_side()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_get_style_border_postPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_border_post()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_get_style_outline_widthPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_outline_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_get_style_outline_colorPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_outline_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv439lv_obj_get_style_outline_color_filteredPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_outline_color_filtered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_get_style_outline_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_outline_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_get_style_outline_padPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_outline_pad()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_shadow_widthPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_shadow_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_shadow_ofs_xPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_shadow_ofs_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_shadow_ofs_yPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_shadow_ofs_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_get_style_shadow_spreadPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_shadow_spread()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_shadow_colorPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_shadow_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv438lv_obj_get_style_shadow_color_filteredPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_shadow_color_filtered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_shadow_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_shadow_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_get_style_image_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_image_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_get_style_image_recolorPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_image_recolor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv439lv_obj_get_style_image_recolor_filteredPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_image_recolor_filtered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_get_style_image_recolor_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_image_recolor_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_line_widthPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_line_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv432lv_obj_get_style_line_dash_widthPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_line_dash_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_get_style_line_dash_gapPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_line_dash_gap()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_get_style_line_roundedPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_line_rounded()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_line_colorPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_line_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv436lv_obj_get_style_line_color_filteredPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_line_color_filtered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv425lv_obj_get_style_line_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_line_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_get_style_arc_widthPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_arc_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_get_style_arc_roundedPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_arc_rounded()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_get_style_arc_colorPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_arc_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv435lv_obj_get_style_arc_color_filteredPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_arc_color_filtered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv424lv_obj_get_style_arc_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_arc_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_get_style_arc_image_srcPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_arc_image_src()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_text_colorPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_text_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv436lv_obj_get_style_text_color_filteredPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_text_color_filtered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv425lv_obj_get_style_text_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_text_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_get_style_text_fontPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_text_font()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_get_style_text_letter_spacePK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_text_letter_space()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv432lv_obj_get_style_text_line_spacePK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_text_line_space()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_text_decorPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_text_decor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_text_alignPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_text_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv423lv_obj_get_style_radiusPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_radius()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_get_style_clip_cornerPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_clip_corner()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv420lv_obj_get_style_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_get_style_opa_layeredPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_opa_layered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_get_style_color_filter_dscPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_color_filter_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_get_style_color_filter_opaPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_color_filter_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv421lv_obj_get_style_animPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_anim()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_get_style_anim_timePK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_anim_time()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_anim_speedPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_anim_speed()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_transitionPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_transition()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_get_style_blend_modePK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_blend_mode()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv423lv_obj_get_style_layoutPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_layout()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv425lv_obj_get_style_base_dirPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_base_dir()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_get_style_flex_flowPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_flex_flow()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv432lv_obj_get_style_flex_main_placePK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_flex_main_place()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_get_style_flex_cross_placePK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_flex_cross_place()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_get_style_flex_track_placePK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_flex_track_place()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_get_style_flex_growPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_flex_grow()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv438lv_obj_get_style_grid_column_dsc_arrayPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_grid_column_dsc_array()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_get_style_grid_column_alignPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_grid_column_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv435lv_obj_get_style_grid_row_dsc_arrayPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_grid_row_dsc_array()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv431lv_obj_get_style_grid_row_alignPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_grid_row_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv437lv_obj_get_style_grid_cell_column_posPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_grid_cell_column_pos()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_get_style_grid_cell_x_alignPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_grid_cell_x_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv438lv_obj_get_style_grid_cell_column_spanPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_grid_cell_column_span()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_get_style_grid_cell_row_posPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_grid_cell_row_pos()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_get_style_grid_cell_y_alignPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_grid_cell_y_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv435lv_obj_get_style_grid_cell_row_spanPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_grid_cell_row_span()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv422lv_obj_set_style_widthP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_set_style_min_widthP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_min_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_set_style_max_widthP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_max_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv423lv_obj_set_style_heightP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_min_heightP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_min_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_max_heightP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_max_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv418lv_obj_set_style_xP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv418lv_obj_set_style_yP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv422lv_obj_set_style_alignP9_lv_obj_t10lv_align_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv432lv_obj_set_style_transform_widthP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_transform_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_set_style_transform_heightP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_transform_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_set_style_translate_xP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_translate_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_set_style_translate_yP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_translate_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_set_style_transform_scale_xP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_transform_scale_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_set_style_transform_scale_yP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_transform_scale_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv435lv_obj_set_style_transform_rotationP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_transform_rotation()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_set_style_transform_pivot_xP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_transform_pivot_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_set_style_transform_pivot_yP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_transform_pivot_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv424lv_obj_set_style_pad_topP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_pad_top()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_pad_bottomP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_pad_bottom()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv425lv_obj_set_style_pad_leftP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_pad_left()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_set_style_pad_rightP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_pad_right()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv424lv_obj_set_style_pad_rowP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_pad_row()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_pad_columnP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_pad_column()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_margin_topP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_margin_top()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_set_style_margin_bottomP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_margin_bottom()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_set_style_margin_leftP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_margin_left()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_margin_rightP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_margin_right()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv425lv_obj_set_style_bg_colorP9_lv_obj_t10lv_color_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv423lv_obj_set_style_bg_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_set_style_bg_grad_colorP9_lv_obj_t10lv_color_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_grad_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_set_style_bg_grad_dirP9_lv_obj_t13lv_grad_dir_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_grad_dir()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_bg_main_stopP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_main_stop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_bg_grad_stopP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_grad_stop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv424lv_obj_set_style_bg_gradP9_lv_obj_tPK13lv_grad_dsc_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_grad()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv431lv_obj_set_style_bg_dither_modeP9_lv_obj_t16lv_dither_mode_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_dither_mode()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_bg_image_srcP9_lv_obj_tPKv19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_image_src()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_bg_image_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_image_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_set_style_bg_image_recolorP9_lv_obj_t10lv_color_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_image_recolor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv437lv_obj_set_style_bg_image_recolor_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_image_recolor_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv431lv_obj_set_style_bg_image_tiledP9_lv_obj_tb19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_bg_image_tiled()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_border_colorP9_lv_obj_t10lv_color_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_border_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_border_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_border_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_border_widthP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_border_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_set_style_border_sideP9_lv_obj_t16lv_border_side_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_border_side()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_set_style_border_postP9_lv_obj_tb19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_border_post()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_set_style_outline_widthP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_outline_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_set_style_outline_colorP9_lv_obj_t10lv_color_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_outline_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_set_style_outline_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_outline_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_set_style_outline_padP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_outline_pad()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_shadow_widthP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_shadow_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_shadow_ofs_xP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_shadow_ofs_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_shadow_ofs_yP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_shadow_ofs_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_set_style_shadow_spreadP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_shadow_spread()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_shadow_colorP9_lv_obj_t10lv_color_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_shadow_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_shadow_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_shadow_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_set_style_image_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_image_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_set_style_image_recolorP9_lv_obj_t10lv_color_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_image_recolor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_set_style_image_recolor_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_image_recolor_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_line_widthP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_line_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv432lv_obj_set_style_line_dash_widthP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_line_dash_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_set_style_line_dash_gapP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_line_dash_gap()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv429lv_obj_set_style_line_roundedP9_lv_obj_tb19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_line_rounded()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_line_colorP9_lv_obj_t10lv_color_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_line_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv425lv_obj_set_style_line_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_line_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_set_style_arc_widthP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_arc_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_set_style_arc_roundedP9_lv_obj_tb19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_arc_rounded()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_set_style_arc_colorP9_lv_obj_t10lv_color_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_arc_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv424lv_obj_set_style_arc_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_arc_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv430lv_obj_set_style_arc_image_srcP9_lv_obj_tPKv19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_arc_image_src()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_text_colorP9_lv_obj_t10lv_color_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_text_color()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv425lv_obj_set_style_text_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_text_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_set_style_text_fontP9_lv_obj_tPK9lv_font_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_text_font()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_set_style_text_letter_spaceP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_text_letter_space()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv432lv_obj_set_style_text_line_spaceP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_text_line_space()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_text_decorP9_lv_obj_t15lv_text_decor_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_text_decor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_text_alignP9_lv_obj_t15lv_text_align_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_text_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv423lv_obj_set_style_radiusP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_radius()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_set_style_clip_cornerP9_lv_obj_tb19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_clip_corner()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv420lv_obj_set_style_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv428lv_obj_set_style_opa_layeredP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_opa_layered()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_set_style_color_filter_dscP9_lv_obj_tPK21lv_color_filter_dsc_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_color_filter_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_set_style_color_filter_opaP9_lv_obj_t8lv_opa_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_color_filter_opa()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv421lv_obj_set_style_animP9_lv_obj_tPK9lv_anim_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_anim()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_set_style_anim_timeP9_lv_obj_t8uint32_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_anim_time()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_anim_speedP9_lv_obj_t8uint32_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_anim_speed()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_transitionP9_lv_obj_tPK25lv_style_transition_dsc_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_transition()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv427lv_obj_set_style_blend_modeP9_lv_obj_t15lv_blend_mode_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_blend_mode()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv423lv_obj_set_style_layoutP9_lv_obj_t8uint16_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_layout()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv425lv_obj_set_style_base_dirP9_lv_obj_t13lv_base_dir_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_base_dir()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_set_style_flex_flowP9_lv_obj_t14lv_flex_flow_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_flex_flow()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv432lv_obj_set_style_flex_main_placeP9_lv_obj_t15lv_flex_align_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_flex_main_place()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_set_style_flex_cross_placeP9_lv_obj_t15lv_flex_align_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_flex_cross_place()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv433lv_obj_set_style_flex_track_placeP9_lv_obj_t15lv_flex_align_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_flex_track_place()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv426lv_obj_set_style_flex_growP9_lv_obj_t7uint8_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_flex_grow()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv438lv_obj_set_style_grid_column_dsc_arrayP9_lv_obj_tPK10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_grid_column_dsc_array()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_set_style_grid_column_alignP9_lv_obj_t15lv_grid_align_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_grid_column_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv435lv_obj_set_style_grid_row_dsc_arrayP9_lv_obj_tPK10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_grid_row_dsc_array()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv431lv_obj_set_style_grid_row_alignP9_lv_obj_t15lv_grid_align_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_grid_row_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv437lv_obj_set_style_grid_cell_column_posP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_grid_cell_column_pos()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_set_style_grid_cell_x_alignP9_lv_obj_t15lv_grid_align_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_grid_cell_x_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv438lv_obj_set_style_grid_cell_column_spanP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_grid_cell_column_span()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_set_style_grid_cell_row_posP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_grid_cell_row_pos()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv434lv_obj_set_style_grid_cell_y_alignP9_lv_obj_t15lv_grid_align_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_grid_cell_y_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style_gen.html#_CPPv435lv_obj_set_style_grid_cell_row_spanP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_grid_cell_row_span()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_obj_class.html" > lv_obj_class.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_class.html#_CPPv423lv_obj_class_event_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_class_event_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_class.html#_CPPv414lv_obj_class_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_class_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_class.html#_CPPv423lv_obj_class_editable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_class_editable_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_class.html#_CPPv424lv_obj_class_group_def_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_class_group_def_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_class.html#_CPPv432lv_obj_class_theme_inheritable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_class_theme_inheritable_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_class.html#_CPPv423lv_obj_class_create_objPK15_lv_obj_class_tP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_class_create_obj()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_class.html#_CPPv421lv_obj_class_init_objP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_class_init_obj()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_class.html#_CPPv416_lv_obj_destructP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_destruct()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_class.html#_CPPv418lv_obj_is_editableP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_is_editable()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_class.html#_CPPv419lv_obj_is_group_defP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_is_group_def()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_class.html#_CPPv415_lv_obj_class_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_class_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_obj_style.html" > lv_obj_style.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv419lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_style_selector_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv421_lv_style_state_cmp_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_style_state_cmp_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv418_lv_obj_style_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_style_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv416lv_obj_add_styleP9_lv_obj_tPK10lv_style_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_add_style()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv420lv_obj_replace_styleP9_lv_obj_tPK10lv_style_tPK10lv_style_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_replace_style()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv419lv_obj_remove_styleP9_lv_obj_tPK10lv_style_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_remove_style()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv423lv_obj_remove_style_allP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_remove_style_all()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv426lv_obj_report_style_changeP10lv_style_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_report_style_change()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv420lv_obj_refresh_styleP9_lv_obj_t9lv_part_t15lv_style_prop_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_refresh_style()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv427lv_obj_enable_style_refreshb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_enable_style_refresh()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv421lv_obj_get_style_propPK9_lv_obj_t9lv_part_t15lv_style_prop_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_prop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv427lv_obj_set_local_style_propP9_lv_obj_t15lv_style_prop_t16lv_style_value_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_local_style_prop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv427lv_obj_get_local_style_propP9_lv_obj_t15lv_style_prop_tP16lv_style_value_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_local_style_prop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv430lv_obj_remove_local_style_propP9_lv_obj_t15lv_style_prop_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_remove_local_style_prop()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv432_lv_obj_style_apply_color_filterPK9_lv_obj_t8uint32_t16lv_style_value_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_style_apply_color_filter()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv431_lv_obj_style_create_transitionP9_lv_obj_t9lv_part_t10lv_state_t10lv_state_tPK30_lv_obj_style_transition_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_style_create_transition()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv427_lv_obj_style_state_compareP9_lv_obj_t10lv_state_t10lv_state_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_style_state_compare()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv414lv_obj_fade_inP9_lv_obj_t8uint32_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_fade_in()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv415lv_obj_fade_outP9_lv_obj_t8uint32_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_fade_out()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv431lv_obj_style_get_selector_state19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_style_get_selector_state()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv430lv_obj_style_get_selector_part19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_style_get_selector_part()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv424lv_obj_set_style_pad_allP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_pad_all()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv424lv_obj_set_style_pad_horP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_pad_hor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv424lv_obj_set_style_pad_verP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_pad_ver()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv427lv_obj_set_style_margin_allP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_margin_all()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv427lv_obj_set_style_margin_horP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_margin_hor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv427lv_obj_set_style_margin_verP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_margin_ver()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv424lv_obj_set_style_pad_gapP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_pad_gap()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv421lv_obj_set_style_sizeP9_lv_obj_t10lv_coord_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv432lv_obj_set_style_transform_scaleP9_lv_obj_t10lv_coord_t19lv_style_selector_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_style_transform_scale()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv427lv_obj_get_style_space_leftPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_space_left()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv428lv_obj_get_style_space_rightPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_space_right()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv426lv_obj_get_style_space_topPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_space_top()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv429lv_obj_get_style_space_bottomPK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_space_bottom()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv433lv_obj_calculate_style_text_alignPK9_lv_obj_t9lv_part_tPKc" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_calculate_style_text_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv439lv_obj_get_style_transform_scale_x_safePK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_transform_scale_x_safe()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv439lv_obj_get_style_transform_scale_y_safePK9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_transform_scale_y_safe()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv430lv_obj_get_style_opa_recursivePK9_lv_obj_t9lv_part_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_style_opa_recursive()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv415_lv_obj_style_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_style_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_style.html#_CPPv430_lv_obj_style_transition_dsc_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_style_transition_dsc_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html" > lv_obj_pos.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv414lv_obj_set_posP9_lv_obj_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_pos()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv412lv_obj_set_xP9_lv_obj_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv412lv_obj_set_yP9_lv_obj_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv415lv_obj_set_sizeP9_lv_obj_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv416lv_obj_refr_sizeP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_refr_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv416lv_obj_set_widthP9_lv_obj_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv417lv_obj_set_heightP9_lv_obj_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv424lv_obj_set_content_widthP9_lv_obj_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_content_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv425lv_obj_set_content_heightP9_lv_obj_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_content_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv417lv_obj_set_layoutP9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_layout()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv427lv_obj_is_layout_positionedPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_is_layout_positioned()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv427lv_obj_mark_layout_as_dirtyP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_mark_layout_as_dirty()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv420lv_obj_update_layoutPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_update_layout()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv416lv_obj_set_alignP9_lv_obj_t10lv_align_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv412lv_obj_alignP9_lv_obj_t10lv_align_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_align()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv415lv_obj_align_toP9_lv_obj_tPK9_lv_obj_t10lv_align_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_align_to()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv413lv_obj_centerP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_center()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv417lv_obj_get_coordsPK9_lv_obj_tP9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_coords()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv412lv_obj_get_xPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv413lv_obj_get_x2PK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_x2()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv412lv_obj_get_yPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv413lv_obj_get_y2PK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_y2()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv420lv_obj_get_x_alignedPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_x_aligned()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv420lv_obj_get_y_alignedPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_y_aligned()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv416lv_obj_get_widthPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv417lv_obj_get_heightPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv424lv_obj_get_content_widthPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_content_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv425lv_obj_get_content_heightPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_content_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv425lv_obj_get_content_coordsPK9_lv_obj_tP9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_content_coords()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv421lv_obj_get_self_widthPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_self_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv422lv_obj_get_self_heightPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_self_height()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv424lv_obj_refresh_self_sizeP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_refresh_self_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv415lv_obj_refr_posP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_refr_pos()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv414lv_obj_move_toP9_lv_obj_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_move_to()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv423lv_obj_move_children_byP9_lv_obj_t10lv_coord_t10lv_coord_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_move_children_by()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv422lv_obj_transform_pointPK9_lv_obj_tP10lv_point_tbb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_transform_point()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv427lv_obj_get_transformed_areaPK9_lv_obj_tP9lv_area_tbb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_transformed_area()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv422lv_obj_invalidate_areaPK9_lv_obj_tPK9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_invalidate_area()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv417lv_obj_invalidatePK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_invalidate()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv422lv_obj_area_is_visiblePK9_lv_obj_tP9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_area_is_visible()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv417lv_obj_is_visiblePK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_is_visible()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv425lv_obj_set_ext_click_areaP9_lv_obj_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_ext_click_area()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv421lv_obj_get_click_areaPK9_lv_obj_tP9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_click_area()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv415lv_obj_hit_testP9_lv_obj_tPK10lv_point_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_hit_test()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv414lv_clamp_width10lv_coord_t10lv_coord_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_clamp_width()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_pos.html#_CPPv415lv_clamp_height10lv_coord_t10lv_coord_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_clamp_height()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html" > lv_obj_scroll.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv419lv_scrollbar_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_scrollbar_mode_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv416lv_scroll_snap_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_scroll_snap_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv420_lv_scrollbar_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_scrollbar_mode_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv417_lv_scroll_snap_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_scroll_snap_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv425lv_obj_set_scrollbar_modeP9_lv_obj_t19lv_scrollbar_mode_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_scrollbar_mode()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv421lv_obj_set_scroll_dirP9_lv_obj_t8lv_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_scroll_dir()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv424lv_obj_set_scroll_snap_xP9_lv_obj_t16lv_scroll_snap_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_scroll_snap_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv424lv_obj_set_scroll_snap_yP9_lv_obj_t16lv_scroll_snap_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_set_scroll_snap_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv425lv_obj_get_scrollbar_modePK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scrollbar_mode()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv421lv_obj_get_scroll_dirPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scroll_dir()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv424lv_obj_get_scroll_snap_xPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scroll_snap_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv424lv_obj_get_scroll_snap_yPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scroll_snap_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv419lv_obj_get_scroll_xPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scroll_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv419lv_obj_get_scroll_yPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scroll_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv421lv_obj_get_scroll_topP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scroll_top()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv424lv_obj_get_scroll_bottomP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scroll_bottom()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv422lv_obj_get_scroll_leftP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scroll_left()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv423lv_obj_get_scroll_rightP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scroll_right()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv421lv_obj_get_scroll_endP9_lv_obj_tP10lv_point_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scroll_end()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv416lv_obj_scroll_byP9_lv_obj_t10lv_coord_t10lv_coord_t16lv_anim_enable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_scroll_by()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv424lv_obj_scroll_by_boundedP9_lv_obj_t10lv_coord_t10lv_coord_t16lv_anim_enable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_scroll_by_bounded()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv416lv_obj_scroll_toP9_lv_obj_t10lv_coord_t10lv_coord_t16lv_anim_enable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_scroll_to()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv418lv_obj_scroll_to_xP9_lv_obj_t10lv_coord_t16lv_anim_enable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_scroll_to_x()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv418lv_obj_scroll_to_yP9_lv_obj_t10lv_coord_t16lv_anim_enable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_scroll_to_y()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv421lv_obj_scroll_to_viewP9_lv_obj_t16lv_anim_enable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_scroll_to_view()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv431lv_obj_scroll_to_view_recursiveP9_lv_obj_t16lv_anim_enable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_scroll_to_view_recursive()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv421_lv_obj_scroll_by_rawP9_lv_obj_t10lv_coord_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_obj_scroll_by_raw()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv419lv_obj_is_scrollingPK9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_is_scrolling()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv418lv_obj_update_snapP9_lv_obj_t16lv_anim_enable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_update_snap()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv425lv_obj_get_scrollbar_areaP9_lv_obj_tP9lv_area_tP9lv_area_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_scrollbar_area()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv427lv_obj_scrollbar_invalidateP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_scrollbar_invalidate()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_scroll.html#_CPPv422lv_obj_readjust_scrollP9_lv_obj_t16lv_anim_enable_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_readjust_scroll()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_global.html" > lv_global.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_global.html#_CPPv411lv_global_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_global_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_global.html#_CPPv49lv_global" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_global< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_global.html#_CPPv412_lv_global_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_global_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_obj_event.html" > lv_obj_event.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv414lv_cover_res_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cover_res_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv417lv_obj_send_eventP9_lv_obj_t15lv_event_code_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_send_event()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv417lv_obj_event_basePK15_lv_obj_class_tP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_event_base()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv431lv_event_get_current_target_objP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_current_target_obj()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv423lv_event_get_target_objP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_target_obj()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv416lv_obj_add_eventP9_lv_obj_t13lv_event_cb_t15lv_event_code_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_add_event()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv422lv_obj_get_event_countP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_event_count()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv420lv_obj_get_event_dscP9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_get_event_dsc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv419lv_obj_remove_eventP9_lv_obj_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_remove_event()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv422lv_obj_remove_event_cbP9_lv_obj_t13lv_event_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_obj_remove_event_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv418lv_event_get_indevP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_indev()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv418lv_event_get_layerP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_layer()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv421lv_event_get_old_sizeP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_old_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv416lv_event_get_keyP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_key()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv424lv_event_get_scroll_animP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_scroll_anim()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv426lv_event_set_ext_draw_sizeP10lv_event_t10lv_coord_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_set_ext_draw_size()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv427lv_event_get_self_size_infoP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_self_size_info()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv426lv_event_get_hit_test_infoP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_hit_test_info()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv423lv_event_get_cover_areaP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_cover_area()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv422lv_event_set_cover_resP10lv_event_t14lv_cover_res_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_set_cover_res()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv422lv_event_get_draw_taskP10lv_event_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_event_get_draw_task()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv418lv_hit_test_info_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_hit_test_info_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_obj_event.html#_CPPv421lv_cover_check_info_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_cover_check_info_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/core/lv_group.html" > lv_group.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv48lv_key_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_key_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv419lv_group_focus_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_focus_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv418lv_group_edge_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_edge_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv410lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv49_lv_key_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_key_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv425lv_group_refocus_policy_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_refocus_policy_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv414_lv_group_initv" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_group_init()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv415lv_group_createv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_create()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv415lv_group_deleteP10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_delete()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv420lv_group_set_defaultP10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_set_default()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv420lv_group_get_defaultv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_get_default()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv416lv_group_add_objP10lv_group_tP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_add_obj()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv417lv_group_swap_objP9_lv_obj_tP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_swap_obj()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv419lv_group_remove_objP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_remove_obj()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv424lv_group_remove_all_objsP10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_remove_all_objs()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv418lv_group_focus_objP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_focus_obj()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv419lv_group_focus_nextP10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_focus_next()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv419lv_group_focus_prevP10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_focus_prev()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv421lv_group_focus_freezeP10lv_group_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_focus_freeze()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv418lv_group_send_dataP10lv_group_t8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_send_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv421lv_group_set_focus_cbP10lv_group_t19lv_group_focus_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_set_focus_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv420lv_group_set_edge_cbP10lv_group_t18lv_group_edge_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_set_edge_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv427lv_group_set_refocus_policyP10lv_group_t25lv_group_refocus_policy_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_set_refocus_policy()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv420lv_group_set_editingP10lv_group_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_set_editing()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv417lv_group_set_wrapP10lv_group_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_set_wrap()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv420lv_group_get_focusedPK10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_get_focused()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv421lv_group_get_focus_cbPK10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_get_focus_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv420lv_group_get_edge_cbPK10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_get_edge_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv420lv_group_get_editingPK10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_get_editing()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv417lv_group_get_wrapP10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_get_wrap()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv422lv_group_get_obj_countP10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_get_obj_count()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv418lv_group_get_countv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_get_count()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv417lv_group_by_index8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_group_by_index()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/core/lv_group.html#_CPPv411_lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_group_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/tick/index.html" > tick< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/tick/lv_tick.html" > lv_tick.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv416lv_tick_get_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_tick_get_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv411lv_tick_inc8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_tick_inc()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv411lv_tick_getv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_tick_get()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv413lv_tick_elaps8uint32_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_tick_elaps()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv414lv_tick_set_cb16lv_tick_get_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_tick_set_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv415lv_tick_state_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_tick_state_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/libs/index.html" > libs< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/freetype/index.html" > freetype< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/freetype/lv_freetype.html" > lv_freetype.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/freetype/ftoption.html" > ftoption.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/freetype/ftmodule.html" > ftmodule.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/fsdrv/index.html" > fsdrv< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/fsdrv/lv_fsdrv.html" > lv_fsdrv.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/gif/index.html" > gif< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/gif/lv_gif.html" > lv_gif.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/gif/gifdec.html" > gifdec.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/ffmpeg/index.html" > ffmpeg< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/ffmpeg/lv_ffmpeg.html" > lv_ffmpeg.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/tjpgd/index.html" > tjpgd< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/tjpgd/lv_tjpgd.html" > lv_tjpgd.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/tjpgd/tjpgdcnf.html" > tjpgdcnf.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/tjpgd/tjpgd.html" > tjpgd.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/barcode/index.html" > barcode< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/barcode/lv_barcode.html" > lv_barcode.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/barcode/code128.html" > code128.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/qrcode/index.html" > qrcode< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/qrcode/qrcodegen.html" > qrcodegen.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/qrcode/lv_qrcode.html" > lv_qrcode.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/tiny_ttf/index.html" > tiny_ttf< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/tiny_ttf/lv_tiny_ttf.html" > lv_tiny_ttf.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/tiny_ttf/stb_rect_pack.html" > stb_rect_pack.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/tiny_ttf/stb_truetype_htcw.html" > stb_truetype_htcw.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/rlottie/index.html" > rlottie< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/rlottie/lv_rlottie.html" > lv_rlottie.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/libpng/index.html" > libpng< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/libpng/lv_libpng.html" > lv_libpng.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/libjpeg_turbo/index.html" > libjpeg_turbo< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/libjpeg_turbo/lv_libjpeg_turbo.html" > lv_libjpeg_turbo.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/lodepng/index.html" > lodepng< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/lodepng/lv_lodepng.html" > lv_lodepng.h< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/lodepng/lodepng.html" > lodepng.h< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/libs/bmp/index.html" > bmp< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/libs/bmp/lv_bmp.html" > lv_bmp.h< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../API/indev/index.html" > indev< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/indev/lv_indev_scroll.html" > lv_indev_scroll.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev_scroll.html#_CPPv424_lv_indev_scroll_handlerP10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_indev_scroll_handler()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev_scroll.html#_CPPv430_lv_indev_scroll_throw_handlerP10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > _lv_indev_scroll_throw_handler()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev_scroll.html#_CPPv429lv_indev_scroll_throw_predictP10lv_indev_t8lv_dir_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_scroll_throw_predict()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev_scroll.html#_CPPv429lv_indev_scroll_get_snap_distP8lv_obj_tP10lv_point_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_scroll_get_snap_dist()< / span > < / code > < / a > < / li >
< / ul >
< / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../API/indev/lv_indev.html" > lv_indev.h< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv410lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv418lv_indev_read_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_read_cb_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv415lv_indev_type_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_type_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv416lv_indev_state_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_state_t< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv415lv_indev_createv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_create()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv415lv_indev_deleteP10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_delete()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv417lv_indev_get_nextP10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_next()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv413lv_indev_readP10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_read()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv422lv_indev_read_timer_cbP10lv_timer_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_read_timer_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv415lv_indev_enableP10lv_indev_tb" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_enable()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv416lv_indev_get_actv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_act()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv417lv_indev_set_typeP10lv_indev_t15lv_indev_type_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_set_type()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv420lv_indev_set_read_cbP10lv_indev_t18lv_indev_read_cb_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_set_read_cb()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv422lv_indev_set_user_dataP10lv_indev_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_set_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv424lv_indev_set_driver_dataP10lv_indev_tPv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_set_driver_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv417lv_indev_get_typePK10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_type()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv418lv_indev_get_statePK10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_state()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv418lv_indev_get_groupPK10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_group()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv417lv_indev_get_dispPK10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_disp()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv417lv_indev_set_dispP10lv_indev_tP13_lv_display_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_set_disp()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv422lv_indev_get_user_dataPK10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_user_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv424lv_indev_get_driver_dataPK10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_driver_data()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv414lv_indev_resetP10lv_indev_tP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_reset()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv425lv_indev_reset_long_pressP10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_reset_long_press()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv419lv_indev_set_cursorP10lv_indev_tP9_lv_obj_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_set_cursor()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv418lv_indev_set_groupP10lv_indev_tP10lv_group_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_set_group()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv426lv_indev_set_button_pointsP10lv_indev_tA_K10lv_point_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_set_button_points()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv418lv_indev_get_pointPK10lv_indev_tP10lv_point_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_point()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv424lv_indev_get_gesture_dirPK10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_gesture_dir()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv416lv_indev_get_keyPK10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_key()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv423lv_indev_get_scroll_dirPK10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_scroll_dir()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv423lv_indev_get_scroll_objPK10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_scroll_obj()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv417lv_indev_get_vectPK10lv_indev_tP10lv_point_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_vect()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv421lv_indev_wait_releaseP10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_wait_release()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv420lv_indev_get_obj_actv" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_obj_act()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv423lv_indev_get_read_timerP10lv_indev_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_get_read_timer()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv419lv_indev_search_objP9_lv_obj_tP10lv_point_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_search_obj()< / span > < / code > < / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../API/indev/lv_indev.html#_CPPv415lv_indev_data_t" > < code class = "docutils literal notranslate" > < span class = "pre" > lv_indev_data_t< / span > < / code > < / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../CONTRIBUTING.html" > Contributing< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CONTRIBUTING.html#introduction" > Introduction< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CONTRIBUTING.html#pull-request" > Pull request< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#from-github" > From GitHub< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#from-command-line" > From command line< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#commit-message-format" > Commit message format< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CONTRIBUTING.html#developer-certification-of-origin-dco" > Developer Certification of Origin (DCO)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#accepted-licenses-and-copyright-notices" > Accepted licenses and copyright notices< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "../CONTRIBUTING.html#your-own-work" > Your own work< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../CONTRIBUTING.html#use-code-from-online-source" > Use code from online source< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../CONTRIBUTING.html#use-mit-licensed-code" > Use MIT licensed code< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "../CONTRIBUTING.html#use-gpl-licensed-code" > Use GPL licensed code< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CONTRIBUTING.html#ways-to-contribute" > Ways to contribute< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#give-lvgl-a-star" > Give LVGL a Star< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#tell-what-you-have-achieved" > Tell what you have achieved< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#write-examples" > Write examples< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#improve-the-docs" > Improve the docs< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#report-bugs" > Report bugs< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#send-fixes" > Send fixes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#join-the-conversations-in-the-forum" > Join the conversations in the Forum< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#add-features" > Add features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#become-a-maintainer" > Become a maintainer< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CONTRIBUTING.html#move-your-project-repository-under-lvgl-organization" > Move your project repository under LVGL organization< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../CODING_STYLE.html" > Coding style< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CODING_STYLE.html#file-format" > File format< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CODING_STYLE.html#naming-conventions" > Naming conventions< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CODING_STYLE.html#coding-guide" > Coding guide< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CODING_STYLE.html#comments" > Comments< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CODING_STYLE.html#formatting" > Formatting< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CODING_STYLE.html#pre-commit" > pre-commit< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CODING_STYLE.html#hooks" > Hooks< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CODING_STYLE.html#skipping-hooks" > Skipping hooks< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CODING_STYLE.html#testing-hooks" > Testing hooks< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../CHANGELOG.html" > Changelog< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-3-7-3-may-2023" > v8.3.7 3 May 2023< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features" > New Features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#fixes" > Fixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-3-6-3-april-2023" > v8.3.6 3 April 2023< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#id7" > New Features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#performance" > Performance< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#id8" > Fixes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#examples" > Examples< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#docs" > Docs< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#ci-and-tests" > CI and tests< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#others" > Others< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-3-5-7-february-2023" > v8.3.5 7 February 2023< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#id9" > Performance< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#id10" > Fixes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#id11" > Examples< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#id12" > Docs< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#id13" > CI and tests< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#id14" > Others< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-3-4-15-december-2022" > v8.3.4 15 December 2022< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#id15" > New Features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#fixes-1" > Fixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-3-3-06-october-2022" > v8.3.3 06 October 2022< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-3-2-27-september-2022" > v8.3.2 27 September 2022< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#fixes-2" > Fixes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#docs-1" > Docs< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#ci-and-tests-1" > CI and tests< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#others-1" > Others< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-3-1-25-july-2022" > v8.3.1 25 July 2022< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#fixes-3" > Fixes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#examples-1" > Examples< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#docs-2" > Docs< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-3-0-6-july-2022" > v8.3.0 6 July 2022< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#overview" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-1" > New Features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#performance-1" > Performance< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#fixes-4" > Fixes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#examples-2" > Examples< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#docs-3" > Docs< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#ci-and-tests-2" > CI and tests< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-2-0-31-january-2022" > v8.2.0 31 January 2022< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#overview-1" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#breaking-changes" > Breaking Changes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#architectural" > Architectural< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-2" > New Features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#performance-2" > Performance< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#fixes-5" > Fixes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#examples-3" > Examples< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#docs-4" > Docs< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#ci-and-tests-3" > CI and tests< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-1-0-10-november-2021" > v8.1.0 10 November 2021< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#overview-2" > Overview< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#breaking-changes-1" > Breaking Changes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#architectural-1" > Architectural< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-3" > New Features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#performance-3" > Performance< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#fixes-6" > Fixes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#examples-4" > Examples< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#docs-5" > Docs< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#ci-and-tests-4" > CI and tests< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#others-2" > Others< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-0-2-16-07-2021" > v8.0.2 (16.07.2021)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-0-1-14-06-2021" > v8.0.1 (14.06.2021)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v8-0-0-01-06-2021" > v8.0.0 (01.06.2021)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#directory-structure" > Directory structure< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#widget-changes" > Widget changes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-scrolling" > New scrolling< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-layouts" > New layouts< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#styles" > Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#events" > Events< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#driver-changes" > Driver changes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#other-changes" > Other changes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-release-policy" > New release policy< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#migrating-from-v7-to-v8" > Migrating from v7 to v8< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-11-0-16-03-2021" > v7.11.0 (16.03.2021)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-4" > New features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-10-1-16-02-2021" > v7.10.1 (16.02.2021)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-1" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-10-0-02-02-2021" > v7.10.0 (02.02.2021)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-5" > New features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-2" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-9-1-19-01-2021" > v7.9.1 (19.01.2021)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-3" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-9-0-05-01-2021" > v7.9.0 (05.01.2021)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-6" > New features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-4" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-8-1-15-12-2020" > v7.8.1 (15.12.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-5" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-8-0-01-12-2020" > v7.8.0 (01.12.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-7" > New features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-6" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-7-2-17-11-2020" > v7.7.2 (17.11.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-7" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-7-1-03-11-2020" > v7.7.1 (03.11.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-8" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-7-0-20-10-2020" > v7.7.0 (20.10.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-8" > New features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-9" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-6-1-06-10-2020" > v7.6.1 (06.10.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-10" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-6-0-22-09-2020" > v7.6.0 (22.09.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-9" > New features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-11" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-5-0-15-09-2020" > v7.5.0 (15.09.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-10" > New features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-12" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-4-0-01-09-2020" > v7.4.0 (01.09.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-11" > New features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-13" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-3-1-18-08-2020" > v7.3.1 (18.08.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-14" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-3-0-04-08-2020" > v7.3.0 (04.08.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-12" > New features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-15" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-2-0-21-07-2020" > v7.2.0 (21.07.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-13" > New features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-16" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-1-0-07-07-2020" > v7.1.0 (07.07.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-features-14" > New features< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-17" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-0-2-16-06-2020" > v7.0.2 (16.06.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-18" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-0-1-01-06-2020" > v7.0.1 (01.06.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#bugfixes-19" > Bugfixes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../CHANGELOG.html#v7-0-0-18-05-2020" > v7.0.0 (18.05.2020)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#documentation" > Documentation< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#legal-changes" > Legal changes< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-drawing-system" > New drawing system< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-style-system" > New style system< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#gpu-integration" > GPU integration< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#renames" > Renames< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#reworked-and-improved-object" > Reworked and improved object< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-object-types" > New object types< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#others-3" > Others< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#demos" > Demos< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#new-release-policy-1" > New release policy< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../CHANGELOG.html#migrating-from-v6-to-v7" > Migrating from v6 to v7< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "../ROADMAP.html" > Roadmap< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "../ROADMAP.html#planned-for-v9" > Planned for v9< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#naming-and-api" > Naming and API< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#architecture" > Architecture< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#styles" > Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#widgets" > Widgets< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#drawing-and-rendering" > Drawing and rendering< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#animations" > Animations< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../ROADMAP.html#planned-in-general" > Planned in general< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#ci" > CI< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#id1" > Architecture< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#id2" > Styles< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#id3" > Drawing and rendering< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#id4" > Widgets< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "../ROADMAP.html#others" > Others< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "../ROADMAP.html#ideas" > Ideas< / a > < / li >
< / ul >
< / li >
< / ul >
< / div >
< / div >
< / nav >
< section data-toggle = "wy-nav-shift" class = "wy-nav-content-wrap" > < nav class = "wy-nav-top" aria-label = "Mobile navigation menu" >
< i data-toggle = "wy-nav-top" class = "fa fa-bars" > < / i >
< a href = "../index.html" > LVGL< / a >
< / nav >
< div class = "wy-nav-content" >
< div class = "rst-content" >
< div role = "navigation" aria-label = "Page navigation" >
< ul class = "wy-breadcrumbs" >
< li > < a href = "../index.html" class = "icon icon-home" aria-label = "Home" > < / a > < / li >
< li class = "breadcrumb-item" > < a href = "index.html" > Porting< / a > < / li >
< li class = "breadcrumb-item active" > Tick interface< / li >
< li class = "wy-breadcrumbs-aside" >
2023-10-24 18:59:54 +00:00
< a href = "https://github.com/lvgl/lvgl/blob/f273475d285608b20aa9d70e4988af667e8b0f63/docs/porting/tick.rst" class = "fa fa-github" > Edit on GitHub< / a >
2023-10-24 11:45:25 +00:00
< / li >
< / ul > < div class = "rst-breadcrumbs-buttons" role = "navigation" aria-label = "Sequential page navigation" >
< a href = "indev.html" class = "btn btn-neutral float-left" title = "Input device interface" accesskey = "p" > < span class = "fa fa-arrow-circle-left" aria-hidden = "true" > < / span > Previous< / a >
< a href = "timer_handler.html" class = "btn btn-neutral float-right" title = "Timer Handler" accesskey = "n" > Next < span class = "fa fa-arrow-circle-right" aria-hidden = "true" > < / span > < / a >
< / div >
< hr / >
< / div >
< div role = "main" class = "document" itemscope = "itemscope" itemtype = "http://schema.org/Article" >
< div itemprop = "articleBody" >
< section id = "tick-interface" >
< span id = "tick" > < / span > < h1 > Tick interface< a class = "headerlink" href = "#tick-interface" title = "Link to this heading" > < / a > < / h1 >
< p > LVGL needs a system tick to know elapsed time for animations and other
tasks.< / p >
< p > If you want to use a custom function to < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv411lv_tick_getv" title = "lv_tick_get" > < code class = "xref cpp cpp-func docutils literal notranslate" > < span class = "pre" > lv_tick_get()< / span > < / code > < / a > , you can
register a " tick_get_cb" with < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv414lv_tick_set_cb16lv_tick_get_cb_t" title = "lv_tick_set_cb" > < code class = "xref cpp cpp-func docutils literal notranslate" > < span class = "pre" > lv_tick_set_cb()< / span > < / code > < / a > .< / p >
< p > For example:< / p >
< div class = "highlight-c notranslate" > < div class = "highlight" > < pre > < span > < / span > < span class = "n" > lv_tick_set_cb< / span > < span class = "p" > (< / span > < span class = "n" > SDL_GetTicks< / span > < span class = "p" > );< / span >
< / pre > < / div >
< / div >
< p > You need to call the < span class = "cpp-expr sig sig-inline cpp" > < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv411lv_tick_inc8uint32_t" title = "lv_tick_inc" > < span class = "n" > lv_tick_inc< / span > < / a > < span class = "p" > (< / span > < span class = "n" > tick_period< / span > < span class = "p" > )< / span > < / span > function periodically
and provide the call period in milliseconds. For example,
< span class = "cpp-expr sig sig-inline cpp" > < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv411lv_tick_inc8uint32_t" title = "lv_tick_inc" > < span class = "n" > lv_tick_inc< / span > < / a > < span class = "p" > (< / span > < span class = "m" > 1< / span > < span class = "p" > )< / span > < / span > when calling every millisecond.< / p >
< p > < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv411lv_tick_inc8uint32_t" title = "lv_tick_inc" > < code class = "xref cpp cpp-func docutils literal notranslate" > < span class = "pre" > lv_tick_inc()< / span > < / code > < / a > should be called in a higher priority routine than
< a class = "reference internal" href = "../API/lv_api_map.html#_CPPv415lv_task_handlerv" title = "lv_task_handler" > < code class = "xref cpp cpp-func docutils literal notranslate" > < span class = "pre" > lv_task_handler()< / span > < / code > < / a > (e.g. in an interrupt) to precisely know the
elapsed milliseconds even if the execution of < a class = "reference internal" href = "../API/lv_api_map.html#_CPPv415lv_task_handlerv" title = "lv_task_handler" > < code class = "xref cpp cpp-func docutils literal notranslate" > < span class = "pre" > lv_task_handler()< / span > < / code > < / a > takes
more time.< / p >
< p > With FreeRTOS < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv411lv_tick_inc8uint32_t" title = "lv_tick_inc" > < code class = "xref cpp cpp-func docutils literal notranslate" > < span class = "pre" > lv_tick_inc()< / span > < / code > < / a > can be called in < code class = "docutils literal notranslate" > < span class = "pre" > vApplicationTickHook< / span > < / code > .< / p >
< p > On Linux based operating systems (e.g. on Raspberry Pi) < a class = "reference internal" href = "../API/tick/lv_tick.html#_CPPv411lv_tick_inc8uint32_t" title = "lv_tick_inc" > < code class = "xref cpp cpp-func docutils literal notranslate" > < span class = "pre" > lv_tick_inc()< / span > < / code > < / a >
can be called in a thread like below:< / p >
< div class = "highlight-c notranslate" > < div class = "highlight" > < pre > < span > < / span > < span class = "kt" > void< / span > < span class = "w" > < / span > < span class = "o" > *< / span > < span class = "w" > < / span > < span class = "nf" > tick_thread< / span > < span class = "w" > < / span > < span class = "p" > (< / span > < span class = "kt" > void< / span > < span class = "w" > < / span > < span class = "o" > *< / span > < span class = "n" > args< / span > < span class = "p" > )< / span >
< span class = "p" > {< / span >
< span class = "w" > < / span > < span class = "k" > while< / span > < span class = "p" > (< / span > < span class = "mi" > 1< / span > < span class = "p" > )< / span > < span class = "w" > < / span > < span class = "p" > {< / span >
< span class = "w" > < / span > < span class = "n" > usleep< / span > < span class = "p" > (< / span > < span class = "mi" > 5< / span > < span class = "o" > *< / span > < span class = "mi" > 1000< / span > < span class = "p" > );< / span > < span class = "w" > < / span > < span class = "cm" > /*Sleep for 5 millisecond*/< / span >
< span class = "w" > < / span > < span class = "n" > lv_tick_inc< / span > < span class = "p" > (< / span > < span class = "mi" > 5< / span > < span class = "p" > );< / span > < span class = "w" > < / span > < span class = "cm" > /*Tell LVGL that 5 milliseconds were elapsed*/< / span >
< span class = "w" > < / span > < span class = "p" > }< / span >
< span class = "p" > }< / span >
< / pre > < / div >
< / div >
< section id = "api" >
< h2 > API< a class = "headerlink" href = "#api" title = "Link to this heading" > < / a > < / h2 >
< p > < a class = "reference internal" href = "../API/tick/lv_tick.html#lv-tick" > < span class = "std std-ref" > lv_tick.h< / span > < / a > < / p >
< / section >
< / section >
< / div >
< / div >
< footer > < div class = "rst-footer-buttons" role = "navigation" aria-label = "Footer" >
< a href = "indev.html" class = "btn btn-neutral float-left" title = "Input device interface" accesskey = "p" rel = "prev" > < span class = "fa fa-arrow-circle-left" aria-hidden = "true" > < / span > Previous< / a >
< a href = "timer_handler.html" class = "btn btn-neutral float-right" title = "Timer Handler" accesskey = "n" rel = "next" > Next < span class = "fa fa-arrow-circle-right" aria-hidden = "true" > < / span > < / a >
< / div >
< hr / >
< div role = "contentinfo" >
< p > © Copyright 2023, LVGL Kft.
< span class = "lastupdated" > Last updated on Oct 24, 2023.
< / span > < / p >
< / div >
Built with < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > using a
< a href = "https://github.com/readthedocs/sphinx_rtd_theme" > theme< / a >
provided by < a href = "https://readthedocs.org" > Read the Docs< / a > .
< / footer >
< / div >
< / div >
< / section >
< / div >
< script >
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
< / script >
< style >
.wy-side-nav-search > div[role="search"] {
color: black;
}
< / style >
< script type = "text/javascript" >
$(document).ready(function() {
$(".toggle > *").hide();
$(".toggle .header").show();
$(".toggle .header").click(function() {
$(this).parent().children().not(".header").toggle(400);
$(this).parent().children(".header").toggleClass("open");
})
});
< / script >
< script type = "text/javascript" >
function add_version_selector()
{
return fetch("https://raw.githubusercontent.com/lvgl/docs_compiled/gh-pages/versionlist.txt")
.then(res => res.text())
.then(text => {
const versions = text.split("\n").filter(version => version.trim().length > 0);
let p = document.getElementById("rtd-search-form").parentElement;
p.innerHTML = `
< select name = "versions" id = "versions" onchange = "ver_sel()" style = "border-radius:5px; margin-bottom:15px" >
${versions.map(version => {
let versionName = "";
if(version == "master") versionName = "master (latest)";
else versionName = "v" + ((version.indexOf(".") != -1) ? version : (version + " (latest minor)"));
return `< option value = "${version}" > ${versionName}< / option > `;
})}
< / select > ` + p.innerHTML;
});
}
function ver_sel()
{
var x = document.getElementById("versions").value;
window.location.href = window.location.protocol + "//" + window.location.host + "/" + x + "/";
}
document.addEventListener('DOMContentLoaded', (event) => {
add_version_selector().then(() => {
var value = window.location.pathname.split('/')[1];
document.getElementById("versions").value = value;
});
})
document.addEventListener('DOMContentLoaded', (event) => {
function onIntersection(entries) {
entries.forEach(entry => {
let currentlyLoaded = entry.target.getAttribute("data-is-loaded") == "true";
let shouldBeLoaded = entry.intersectionRatio > 0;
if(currentlyLoaded != shouldBeLoaded) {
entry.target.setAttribute("data-is-loaded", shouldBeLoaded);
if(shouldBeLoaded) {
let iframe = document.createElement("iframe");
iframe.src = entry.target.getAttribute("data-real-src");
entry.target.appendChild(iframe);
} else {
let iframe = entry.target.querySelector("iframe");
iframe.parentNode.removeChild(iframe);
}
}
});
}
const config = {
rootMargin: '600px 0px',
threshold: 0.01
};
let observer = new IntersectionObserver(onIntersection, config);
document.querySelectorAll(".lv-example").forEach(iframe => {
observer.observe(iframe);
});
});
< / script >
< / body >
< / html >