tree: 7d216c15b6b2164833fcfddd1ea0ca4ec5ff6d7a [path history] [tgz]
  1. .gitignore
  2. Kconfig
  3. lv_conf.h
  4. lv_fs_interface.c
  5. lv_fs_interface.h
  6. lv_tick_interface.c
  7. lv_tick_interface.h
  8. Make.defs
  9. Makefile
  10. README.md
graphics/lvgl/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