8000 Clarify rotation parameter · ihassin/circuitpython@845783a · GitHub
[go: up one dir, main page]

Skip to content

Commit 845783a

Browse files
committed
Clarify rotation parameter
1 parent 03068a9 commit 845783a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/Display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
//| :param int height: Height in pixels
8686
//| :param int colstart: The index if the first visible column
8787
//| :param int rowstart: The index if the first visible row
88-
//| :param int rotation: The rotation of the display in 90 degree increments
88+
//| :param int rotation: The rotation of the display in degrees clockwise. Must be in 90 degree increments (0, 90, 180, 270)
8989
//| :param int color_depth: The number of bits of color per pixel transmitted. (Some displays
9090
//| support 18 bit but 16 is easier to transmit. The last bit is extrapolated.)
9191
//| :param int set_column_command: Command used to set the start and end columns to update

0 commit comments

Comments
 (0)
0