We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03068a9 commit 845783aCopy full SHA for 845783a
1 file changed
shared-bindings/displayio/Display.c
@@ -85,7 +85,7 @@
85
//| :param int height: Height in pixels
86
//| :param int colstart: The index if the first visible column
87
//| :param int rowstart: The index if the first visible row
88
-//| :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)
89
//| :param int color_depth: The number of bits of color per pixel transmitted. (Some displays
90
//| support 18 bit but 16 is easier to transmit. The last bit is extrapolated.)
91
//| :param int set_column_command: Command used to set the start and end columns to update
0 commit comments