feat(disp): update nuttx disp framebuffer (#4591)

Signed-off-by: rongyichang <rongyichang@xiaomi.com>
This commit is contained in:
terry.rong
2023-09-25 16:59:41 +08:00
committed by GitHub
parent 27357d5139
commit 064a844d74
9 changed files with 345 additions and 27 deletions

1
lvgl.h
View File

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