feat(driver): add NuttX fbdev and touchscreen support (#4360)

This commit is contained in:
Peter Bee
2023-07-14 02:31:33 +08:00
committed by GitHub
parent 4f0e5c8970
commit 0aa856aeb7
8 changed files with 407 additions and 23 deletions

2
lvgl.h
View File

@@ -116,6 +116,8 @@ extern "C" {
#include "src/dev/disp/drm/lv_linux_drm.h"
#include "src/dev/disp/fb/lv_linux_fbdev.h"
#include "src/dev/input/touchscreen/lv_nuttx_touchscreen.h"
/*********************
* DEFINES
*********************/