Lines Matching full:lvgl

7 LVGL (Light and Versatile Graphics Library) is a free and open-source graphics
39 Basically, every modern controller which is able to drive a display is suitable to run LVGL. The mi…
64 The LVGL project (including all repositories) is licensed under the `MIT license <https://github.co…
67 …`My projects <https://forum.lvgl.io/c/my-projects/10>`__ category of the forum or a private messag…
69 Although you can get LVGL for free there is a massive amount of work behind it. It's created by a g…
71 To make the LVGL project sustainable, please consider :ref:`contributing` to the project.
72 …ng See :ref:`contributing` such as simply writing a tweet about you using LVGL, fixing bugs, trans…
78 All repositories of the LVGL project are hosted on `GitHub <https://github.com/lvgl>`_.
82lvgl <https://github.com/lvgl/lvgl>`__: The library itself with many `examples <https://github.com…
83 * `lv_drivers <https://github.com/lvgl/lv_drivers>`__: Display and input device drivers
84 * `blog <https://github.com/lvgl/blog>`__: Source of the `blog's site <https://blog.lvgl.io>`__
85 * `sim <https://github.com/lvgl/sim>`__: Source of the `online simulator's site <https://sim.lvgl.i…
86 * `lv_port_* <https://github.com/lvgl?q=lv_port&type=&language=>`__: LVGL ports to development boar…
87 * `lv_binding_* <https://github.com/lvgl?q=lv_binding&type=&language=l>`__: Bindings to other langu…
167 You can ask questions in the forum: https://forum.lvgl.io/.
169 We use `GitHub issues <https://github.com/lvgl/lvgl/issues>`_ for development related discussion.
178 …ort, SPI, RGB interface or anything else and fulfills the :ref:`requirements` is supported by LVGL.
191 LVGL needs just one simple driver function to copy an array of pixels into a given area of the disp…
192 If you can do this with your display then you can use it with LVGL.
206 LVGL doesn't start, randomly crashes or nothing is drawn on the display. What can be the problem?
210 * Be sure your display works without LVGL. E.g. paint it to red on start up.
238 There is probably a bug in your display driver. Try the following code without using LVGL. You shou…
267 The configured LVGL color format is probably not compatible with your display's color format. Check…
278 - Keep the display buffer in internal RAM (not in external SRAM) because LVGL uses it a lot and it …
297 How do I use LVGL with an operating system?
301 you must ensure that no LVGL function call be called while another LVGL call is in