From 4354c42d795a9ded1376284a4850f5c3caf523ae Mon Sep 17 00:00:00 2001 From: 9and3r <9and3r@gmail.com> Date: Tue, 26 May 2015 15:56:39 +0200 Subject: [PATCH] Update README.rst --- README.rst | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 4f866d4..9a68d93 100644 --- a/README.rst +++ b/README.rst @@ -138,12 +138,12 @@ You can use GPIO buttons to controll mopidy touchscreen. To do that set the conf You can choose what pins to use: - - ``touchscreen/gpio``: If you want to use gpio buttons. If this is set to false other gpio configuration values will be ignored. - - ``touchscreen/gpio_left``: Pin used to simulate left key press. - - ``touchscreen/gpio_right``: Pin used to simulate right key press. - - ``touchscreen/gpio_up``: Pin used to simulate up key press. - - ``touchscreen/gpio_down``: Pin used to simulate down key press. - - ``touchscreen/gpio_enter``: Pin used to simulate enter key press. +- ``touchscreen/gpio``: If you want to use gpio buttons. If this is set to false other gpio configuration values will be ignored. +- ``touchscreen/gpio_left``: Pin used to simulate left key press. +- ``touchscreen/gpio_right``: Pin used to simulate right key press. +- ``touchscreen/gpio_up``: Pin used to simulate up key press. +- ``touchscreen/gpio_down``: Pin used to simulate down key press. +- ``touchscreen/gpio_enter``: Pin used to simulate enter key press. All pins numbers are in BCM mode. You can check `here `_ to see the numbers for your board. @@ -151,6 +151,13 @@ The buttons must be connected to GROUND. Pin - Button - Ground +How To Use +========== + +You can use it with a touchscreen or mouse clicking on the icons. +In case you are using a keyboard use arrow keys to navigate and enter to select. +The GPIO buttons simulate keyboard keys so the use is exactly the same as using a keyboard. + Help ====