nuttx-apps/graphics/lvgl
Abdelatif Guettouche 99ec1bec61 examples/lvgl & graphics/lvgl: Use the usual Q variable for quiet instead of @.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
2021-06-01 09:07:31 -05:00
..
.gitignore
Kconfig graphics/lvgl: Add config to enable LVGL Performance Monitor 2021-04-08 07:59:23 -03:00
lv_conf.h graphics/lvgl: Add config to enable LVGL Performance Monitor 2021-04-08 07:59:23 -03:00
lv_fs_interface.c lvgl: Add file system interface. 2021-01-03 08:04:34 -06:00
lv_fs_interface.h lvgl: Add file system interface. 2021-01-03 08:04:34 -06:00
lv_tick_interface.c
lv_tick_interface.h
Make.defs
Makefile examples/lvgl & graphics/lvgl: Use the usual Q variable for quiet instead of @. 2021-06-01 09:07:31 -05:00
README.md

Graphics / lvgl LVGL

Usage

Import with #include <lvgl/lvgl.h> or #include <lvgl.h>.

Upstream example ported to NuttX is present at examples/lvgldemo.

LVGL can be used with framebuffer device. To find example boards with this preconfigured, search for CONFIG_GRAPHICS_LVGL=y in defconfig files. All of them have also CONFIG_VIDEO_FB=y present.

As a second option, LVGL can talk to a display driver and explicitly draw line by line. For this case, there is no preconfigured board present. Go to Porting section of upstream documentation for more hints.

Resources