Lines Matching full:lvgl
4 LVGL Basics
7 LVGL (Light and Versatile Graphics Library) is a free and open-source graphics
17 Overview of LVGL's Data Flow
22 :alt: LVGL Data Flow
26 Overview of LVGL Data Flow
32 for each. The :ref:`tick_interface` tells LVGL what time is it. :ref:`timer_handler`
33 drives LVGL's timers which, in turn, perform all of LVGL's time-related tasks:
49 and other things), and delete them when they are no longer needed. LVGL takes care
69 to be used by LVGL.
103 After LVGL is initialized (see :ref:`initializing_lvgl`), to create an interactive
104 user interface, an application next creates a tree of Widgets that LVGL can render to
107 Widgets are "intelligent" LVGL graphical elements such as :ref:`Base Widgets
202 - lvgl/src/widgets/slider/lv_slider.h
206 - https://github.com/lvgl/lvgl/blob/master/src/widgets/slider/lv_slider.h .
408 LVGL can even be used with :ref:`micropython`.
414 import lvgl as lv
431 There are several good ways ways to gain deeper knowledge of LVGL. Here is one
437 2. Check out the `Online Demos`_ to see LVGL in action. (3 minutes)
439 4. Set up an LVGL :ref:`simulator`. (10 minutes)
441 6. Add LVGL to your project. See :ref:`add_lvgl_to_your_project` or check out
446 10. Read the :ref:`contributing` guide to see how you can help to improve LVGL. (15 minutes)
449 .. _online demos: https://lvgl.io/demos
450 .. _ready-to-use projects: https://github.com/lvgl?q=lv_port_&type=&language=
451 .. _forum: https://forum.lvgl.io/
461 the Widget Tree needed to make LVGL render the examples shown. Each example assumes
462 a LVGL has undergone normal initialization, meaning that a ``lv_display_t`` object