get touch control example working through /dev/input/event0

This commit is contained in:
Michael Mikovsky
2026-05-03 10:24:54 -06:00
parent a476e5b6d8
commit 8257b14b55
3 changed files with 144 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[package]
name = "touch"
version = "0.1.0"
edition = "2024"
[dependencies]
evdev = "0.13.2"