Loading README.md +13 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,19 @@ However, support for this seems to be very flaky, often doesn't work at all, and </details> <details> <summary>Make touch device available at <code>/dev/input/touchscreen</code></summary> You don't need to do this, you can also just access `/dev/input/event0`, but you can do this. Add `/etc/udev/rules.d/95-touchscreen.rules`: ``` SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{name}=="ADS7846 Touchscreen", SYMLINK+="input/touchscreen" ``` </details> ### Software Install dependencies (`tmux` and `vim` are not necessary, but might be helpful): Loading Loading
README.md +13 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,19 @@ However, support for this seems to be very flaky, often doesn't work at all, and </details> <details> <summary>Make touch device available at <code>/dev/input/touchscreen</code></summary> You don't need to do this, you can also just access `/dev/input/event0`, but you can do this. Add `/etc/udev/rules.d/95-touchscreen.rules`: ``` SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{name}=="ADS7846 Touchscreen", SYMLINK+="input/touchscreen" ``` </details> ### Software Install dependencies (`tmux` and `vim` are not necessary, but might be helpful): Loading