feat(disp): port DRM driver from lv_drivers (#4253)

This commit is contained in:
Johannes Marbach
2023-05-29 13:48:15 +02:00
committed by GitHub
parent ec2acbe091
commit 0a62fd692e
7 changed files with 935 additions and 0 deletions

1
lvgl.h
View File

@@ -110,6 +110,7 @@ extern "C" {
#include "src/dev/sdl/lv_sdl_mousewheel.h"
#include "src/dev/sdl/lv_sdl_keyboard.h"
#include "src/dev/disp/drm/lv_linux_drm.h"
#include "src/dev/disp/fb/lv_linux_fbdev.h"
#include "src/lvgl_private.h"