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

View File

@@ -782,6 +782,9 @@
/*Interface for TFT_eSPI*/
#define LV_USE_TFT_ESPI 0
/*Driver for evdev input devices*/
#define LV_USE_EVDEV 0
/*==================
* EXAMPLES
*==================*/