Lines Matching full:lvgl
5 The `LVGL library <https://github.com/lvgl/lvgl>`__ is directly available as Arduino libraries.
7 Note that you need to choose a board powerful enough to run LVGL and
8 your GUI. See the :ref:`requirements of LVGL <requirements>`.
10 For example ESP32 is a good candidate to create UI's with LVGL.
12 …here <https://github.com/arduino/ArduinoCore-mbed>`__), which provides built-in LVGL compatibility.
14 Get the LVGL Arduino library
17 LVGL can be installed via the Arduino IDE Library Manager or as a .ZIP library.
19 You can `Download <https://github.com/lvgl/lvgl/archive/refs/heads/master.zip>`__
20 the latest version of LVGL from GitHub and simply copy it to Arduino's
36 Configure LVGL
39 LVGL has its own configuration file called ``lv_conf.h``. When LVGL is
43 2. Go to ``lvgl`` and copy ``lv_conf_template.h`` as ``lv_conf.h`` into the Arduino Libraries direc…
53 |-lvgl
59 Initialize and run LVGL
62 Take a look at `LVGL_Arduino.ino <https://github.com/lvgl/lvgl/blob/master/examples/arduino/LVGL_Ar…
63 to see how to initialize LVGL. ``TFT_eSPI`` is used as the display driver.
66 LVGL and call an example.
77 need to copy ``lvgl/examples`` to ``lvgl/src/examples``. Similarly for
78 the demos ``lvgl/demos`` to ``lvgl/src/demos``.
84 LVGL can display debug information in case of trouble. In the