feat(dev): add nuttx lcd driver (#4377)

Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
This commit is contained in:
Peter Bee
2023-07-17 14:03:33 +08:00
committed by GitHub
parent b78d4dc04b
commit 2cdd41345a
6 changed files with 314 additions and 0 deletions

1
lvgl.h
View File

@@ -115,6 +115,7 @@ extern "C" {
#include "src/dev/disp/drm/lv_linux_drm.h"
#include "src/dev/disp/fb/lv_linux_fbdev.h"
#include "src/dev/disp/lcd/lv_nuttx_lcd.h"
#include "src/dev/input/touchscreen/lv_nuttx_touchscreen.h"