8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9b39f commit 0d235d7Copy full SHA for 0d235d7
docs/environment.rst
@@ -117,4 +117,5 @@ CIRCUITPY_DISPLAY_ROTATION
117
Selects the correct screen rotation (0, 90, 180 or 270) for the particular board variant.
118
If the CIRCUITPY_DISPLAY_ROTATION parameter is set the display will be initialized
119
during power up with the selected rotation, otherwise the display will be initialized with
120
-a rotation of 0.
+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