From 1d8dcf7a42c5837e65159e4f4684cb532935057a Mon Sep 17 00:00:00 2001 From: Terje Skjaeveland Date: Tue, 22 Sep 2015 15:32:48 +0200 Subject: [PATCH] RPi: Add instructions for official touch display --- doc/sources/installation/installation-rpi.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/sources/installation/installation-rpi.rst b/doc/sources/installation/installation-rpi.rst index a5cd13b7d..2cc2b0a65 100644 --- a/doc/sources/installation/installation-rpi.rst +++ b/doc/sources/installation/installation-rpi.rst @@ -93,6 +93,21 @@ HDMI, use:: Check the :doc:`guide/environment` documentation to see all the possible value. +Using Official RPi touch display +-------------------------------- + +If you are using the official Raspberry Pi touch display, you need to +configure Kivy to use it as an input source. To do this, edit the file +``~/.kivy/config.ini`` and go to the ``[input]`` section. Add this: + +:: + + mouse = mouse + mtdev_%(name)s = probesysfs,provider=mtdev + hid_%(name)s = probesysfs,provider=hidinput + +For more information about configuring Kivy, see :ref:`configure kivy` + Where to go ? -------------