diff --git a/pybricks/_common.py b/pybricks/_common.py index 035d75d..f82a1e4 100644 --- a/pybricks/_common.py +++ b/pybricks/_common.py @@ -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``,