feat(nuttx): refactor Nuttx porting layer (#4634)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com> Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
This commit is contained in:
7
lvgl.h
7
lvgl.h
@@ -118,10 +118,11 @@ 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"
|
||||
#include "src/dev/nuttx/lv_nuttx_entry.h"
|
||||
#include "src/dev/nuttx/lv_nuttx_fbdev.h"
|
||||
#include "src/dev/nuttx/lv_nuttx_touchscreen.h"
|
||||
#include "src/dev/nuttx/lv_nuttx_lcd.h"
|
||||
|
||||
#include "src/core/lv_global.h"
|
||||
/*********************
|
||||
|
||||
Reference in New Issue
Block a user