Lines Matching full:is
4 LVGL (Light and Versatile Graphics Library) is a free and open-source graphics library providing ev…
22 - Documentation is available online and as PDF
26 Basically, every modern controller which is able to drive a display is suitable to run LVGL. The mi…
29 <li>> 16 MHz clock speed is recommended</li>
30 <li> Flash/ROM: > 64 kB for the very essential components (> 180 kB is recommended)</li>
34 <li> Stack: > 2kB (> 8 kB is recommended)</li>
35 <li> Dynamic data (heap): > 4 KB (> 48 kB is recommended if using several objects).
37 …tal resolution"</em> pixels (> 10 × <em>"Horizontal resolution"</em> is recommended) </li>
50 The LVGL project (including all repositories) is licensed under [MIT license](https://github.com/lv…
55 Although you can get LVGL for free there is a massive amount of work behind it. It's created by a g…
99 Starting from v8, every minor release is supported for 1 year.
117 You should use them only if your question or issue is tightly related to the development of the lib…
121 ### Is my MCU/hardware supported?
122 …U which is capable of driving a display via parallel port, SPI, RGB interface or anything else and…
130 ### Is my display supported?
144 ### LVGL doesn't start, randomly crashes or nothing is drawn on the display. What can be the proble…
154 ### My display driver is not called. What have I missed?
159 ### Why is the display driver called only once? Only the upper part of the display is refreshed.
189 Probably LVGL's color format is not compatible with your display's color format. Check `LV_COLOR_DE…
209 - Reduce `LV_MEM_SIZE` in *lv_conf.h*. This memory is used when you create objects like buttons, la…