Verified Commit b01719d6 authored by Jakob Moser's avatar Jakob Moser
Browse files

Mention udev rules

parent f1b14fd4
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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):