feat(nuttx): add libuv mode for nuttx dev and poll for nuttx fbdev (#4683)

Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
This commit is contained in:
bjsylvia
2023-10-24 21:00:47 +08:00
committed by GitHub
parent 4bc07a8552
commit d98e7b27cb
14 changed files with 536 additions and 107 deletions

1
lvgl.h
View File

@@ -122,6 +122,7 @@ extern "C" {
#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/dev/nuttx/lv_nuttx_libuv.h"
#include "src/dev/evdev/lv_evdev.h"