mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated Install and configure Touchscreen Drivers (RPi) (markdown)
@ -70,6 +70,8 @@ Once calibrated, the touchscreen can be tested using:
|
||||
|
||||
sudo TSLIB_FBDEVICE=/dev/fb1 TSLIB_TSDEVICE=/dev/input/event3 TSLIB_CALIBFILE=/etc/pointercal TSLIB_CONFFILE=/etc/ts.conf TSLIB_PLUGINDIR=/usr/local/lib/ts ts_test
|
||||
|
||||
## Contract with RayLib
|
||||
|
||||
Then, to create the input event stream that is going to be read by RayLib, run the following:
|
||||
|
||||
sudo TSLIB_FBDEVICE=/dev/fb1 TSLIB_TSDEVICE=/dev/input/event3 TSLIB_CALIBFILE=/etc/pointercal TSLIB_CONFFILE=/etc/ts.conf TSLIB_PLUGINDIR=/usr/local/lib/ts ts_uinput -v -d
|
||||
|
||||
Reference in New Issue
Block a user