diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-02-01 09:33:33 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-02-01 09:33:33 -0800 |
| commit | 845783a4572e919658b4c320cb1359f2c7ebbadd (patch) | |
| tree | a30a6e54291addfcc9fda5f58f369b8fd9cfb87c | |
| parent | 03068a93884e5d0c7bd5b937e0362b379bb2ac9a (diff) | |
Clarify rotation parameter
| -rw-r--r-- | shared-bindings/displayio/Display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/displayio/Display.c b/shared-bindings/displayio/Display.c index 91ced1dd3..adc121bc5 100644 --- a/shared-bindings/displayio/Display.c +++ b/shared-bindings/displayio/Display.c @@ -85,7 +85,7 @@ //| :param int height: Height in pixels //| :param int colstart: The index if the first visible column //| :param int rowstart: The index if the first visible row -//| :param int rotation: The rotation of the display in 90 degree increments +//| :param int rotation: The rotation of the display in degrees clockwise. Must be in 90 degree increments (0, 90, 180, 270) //| :param int color_depth: The number of bits of color per pixel transmitted. (Some displays //| support 18 bit but 16 is easier to transmit. The last bit is extrapolated.) //| :param int set_column_command: Command used to set the start and end columns to update |
