Update README.md

This commit is contained in:
AykoPoel 2015-01-05 16:36:34 +01:00
parent 4564b4909f
commit ac8b86e347
1 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,8 @@ Autorotate: autorotate.py run with python2 needs
autorotate.py
=============
Script for managing autorotation of the screen and deaktivation of the touchscreen through the pen.
Script for managing autorotation of the screen and deactivation of the touchscreen through the pen.
Instalation
-----------
@ -16,6 +17,15 @@ Instalation
Usage
-----
Start script:
```
$ python2 path/to/autorotate.py
```
Deactivate/reactivate autorotation:
```
$ python2 path/to/changeautorotatestatus.py
```
Deactivate/reactivate touch:
```
$ python2 path/to/touch.py
```