Skip to content

Commit

Permalink
document rotate option (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Oct 22, 2017
1 parent a0709bc commit b88ef2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ matrices::

$ python examples/matrix_demo.py -h
usage: matrix_demo.py [-h] [--cascaded CASCADED]
[--block-orientation {0, 90, -90}]
[--block-orientation {0,90,-90}] [--rotate {0,1,2,3}]

matrix_demo arguments

Expand All @@ -150,6 +150,8 @@ matrices::
--block-orientation {0, 90, -90}
Corrects block orientation when wired vertically
(default: 0)
--rotate {0,1,2,3} Rotate display 0=0°, 1=90°, 2=180°, 3=270° (default:
0)

Similarly, there is a basic demo of the capabilities of the
:py:class:`luma.led_matrix.virtual.sevensegment` wrapper::
Expand Down

0 comments on commit b88ef2c

Please sign in to comment.