Skip to content

Commit

Permalink
Merge pull request #103 from martinohanlon/dev
Browse files Browse the repository at this point in the history
doc updates
  • Loading branch information
Martin O'Hanlon authored Feb 22, 2018
2 parents 6ff5ae6 + 290c44b commit afaac7d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
Empty file modified clients/android/gradle/wrapper/gradle-wrapper.jar
100755 → 100644
Empty file.
Empty file modified clients/android/gradlew
100755 → 100644
Empty file.
Empty file modified clients/android/gradlew.bat
100755 → 100644
Empty file.
12 changes: 6 additions & 6 deletions docs/bluedotpythonapp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The app is included in the bluedot Python library:

2. Run the Blue Dot app::

python3 -m bluedot.app
bluedotapp

3. Select your Raspberry Pi from the paired devices list

Expand All @@ -30,23 +30,23 @@ Options

To get help with the Blue Dot app options::

python3 -m bluedot.app --help
bluedotapp --help

If you have more than 1 bluetooth device you can use ``--device`` to use a particular device::

python3 -m bluedot.app --device hci1
bluedotapp --device hci1

You can specify the server to connect to at startup by using the ``--server`` option::

python3 -m bluedot.app --server myraspberrypi
bluedotapp --server myraspberrypi

The screen size of the Blue Dot app can be changed using the ``width`` and ``height`` options and specifying the number of pixels::

python3 -m bluedot.app --width 500 --height 500
bluedotapp --width 500 --height 500

The app can also be used full screen, if no ``width`` or ``height`` is given the screen will be sized to the current resolution of the screen::

python3 -m bluedot.app --fullscreen
bluedotapp --fullscreen

.. |bluedotpython| image:: images/bluedotpython.png
:alt: Screenshot of Blue Dot python app
Expand Down
2 changes: 2 additions & 0 deletions docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Create :file:`.pypirc` credentials file::
Build for deployment::

python3 setup.py sdist
python3 setup.py bdist_wheel
python setup.py bdist_wheel

Deploy to `PyPI`_::

Expand Down

0 comments on commit afaac7d

Please sign in to comment.