refactor(driver): rename dev to drivers + Arduino update (#5377)

This commit is contained in:
Gabor Kiss-Vamosi
2024-01-18 14:29:39 +01:00
committed by GitHub
parent f2cb462be3
commit 0a0f4b484d
61 changed files with 153 additions and 126 deletions

View File

@@ -5,7 +5,7 @@ X11 Display/Inputs driver
Overview
-------------
| The **X11** display/input `driver <https://github.com/lvgl/lvgl/src/dev/x11>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in an X11 desktop window.
| The **X11** display/input `driver <https://github.com/lvgl/lvgl/src/drivers/x11>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in an X11 desktop window.
| It is an alternative to **Wayland**, **XCB**, **SDL** or **Qt**.
The main purpose for this driver is for testing/debugging the LVGL application in a **Linux** simulation window.