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 @@ Windows Display/Inputs driver
Overview
-------------
The **Windows** display/input `driver <https://github.com/lvgl/lvgl/src/dev/windows>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in a Windows Win32 window.
The **Windows** display/input `driver <https://github.com/lvgl/lvgl/src/drivers/windows>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in a Windows Win32 window.
The main purpose for this driver is for testing/debugging the LVGL application in a **Windows** simulation window via **simulator mode**, or developing a standard **Windows** desktop application with LVGL via **application mode**.