9and3r 10 роки тому
батько
коміт
4354c42d79
1 змінених файлів з 13 додано та 6 видалено
  1. 13 6
      README.rst

+ 13 - 6
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 <http://raspberrypi.stackexchange.com/a/12967>`_ 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
 ====