From 90fd3d83169906aa17805d9d9582cb601945b939 Mon Sep 17 00:00:00 2001 From: Richard Goodwin Date: Mon, 9 Jan 2017 21:27:13 +0000 Subject: [PATCH] Updated Install and configure Touchscreen Drivers (RPi) (markdown) --- Install-and-configure-Touchscreen-Drivers-(RPi).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-and-configure-Touchscreen-Drivers-(RPi).md b/Install-and-configure-Touchscreen-Drivers-(RPi).md index 6463870..1a80bdb 100644 --- a/Install-and-configure-Touchscreen-Drivers-(RPi).md +++ b/Install-and-configure-Touchscreen-Drivers-(RPi).md @@ -83,5 +83,5 @@ And this should be visible if you enter the following: **Note:** that if the new Input Event appears as anything other than /dev/input/event4 you will need to edit /raylib/src/core.c and change the #DEFAULT_TOUCH_DEV setting towards the top of the file, and re-build RayLib -To run ts_uinput as a daemon automatically, each time the RPi is re-booted, you will need to place the ts_uint startup script in /etc/rc.local just above the default section that prints the IP address, and omit 'sudo' from the front as scripts in rc.local run as root. +To run ts_uinput as a daemon automatically, each time the RPi is re-booted, you will need to place the ts_uinput startup script in /etc/rc.local just above the default section that prints the IP address, and omit 'sudo' from the front as scripts in rc.local run as root.