feat(drivers): add x11 driver (display/input) support (#4795)

Co-authored-by: Gregor Copoix <gregor.copoix@ithinx.io>
This commit is contained in:
gcopoix
2023-11-15 14:08:03 +01:00
committed by GitHub
parent 89d9ee1270
commit 5267c0b9f4
24 changed files with 1050 additions and 42 deletions

2
lvgl.h
View File

@@ -118,6 +118,8 @@ extern "C" {
#include "src/dev/sdl/lv_sdl_mousewheel.h"
#include "src/dev/sdl/lv_sdl_keyboard.h"
#include "src/dev/x11/lv_x11.h"
#include "src/dev/display/drm/lv_linux_drm.h"
#include "src/dev/display/fb/lv_linux_fbdev.h"