Skip to content

Commit

Permalink
Clarify rotation parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Feb 1, 2019
1 parent 03068a9 commit 845783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-bindings/displayio/Display.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 845783a

Please sign in to comment.