8000 Additional rotation detail · eric321/circuitpython@0d235d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d235d7

Browse files
committed
Additional rotation detail
1 parent df9b39f commit 0d235d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/environment.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,5 @@ CIRCUITPY_DISPLAY_ROTATION
117117
Selects the correct screen rotation (0, 90, 180 or 270) for the particular board variant.
118118
If the CIRCUITPY_DISPLAY_ROTATION parameter is set the display will be initialized
119119
during power up with the selected rotation, otherwise the display will be initialized with
120-
a rotation of 0.
120+
a rotation of 0. Attempting to initialize the screen with a rotation other than 0,
121+
90, 180 or 270 is not supported and will result in an unexpected screen rotation.

0 commit comments

Comments
 (0)
0