mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
doc/common/LightGrid: existing pixels do not re-orient
This is currently a limitation of the implementation, and may be changed later on.
This commit is contained in:
@@ -552,6 +552,9 @@ class LightMatrix:
|
||||
def orientation(self, up):
|
||||
"""Sets the orientation of the light matrix display.
|
||||
|
||||
Only new displayed images and pixels are affected. The existing display
|
||||
contents remain unchanged.
|
||||
|
||||
Arguments:
|
||||
top (Side): Which side of the light matrix display is "up" in your
|
||||
design. Choose ``Side.TOP``, ``Side.LEFT``, ``Side.RIGHT``,
|
||||
|
||||
Reference in New Issue
Block a user