feat(dev): port evdev input driver (#4672)

This commit is contained in:
Niklas Fiekas
2023-10-20 23:57:11 +02:00
committed by GitHub
parent 85798af3cd
commit 3dbb103c42
6 changed files with 306 additions and 0 deletions
+4
View File
@@ -1319,6 +1319,10 @@ menu "LVGL configuration"
config LV_USE_TFT_ESPI
bool "Use TFT_eSPI driver"
default n
config LV_USE_EVDEV
bool "Use evdev input driver"
default n
endmenu
menu "Examples"