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:
Laurens Valk
2020-11-06 15:22:00 +01:00
parent e92fd1f05b
commit 22a057d6e3
+3
View File
@@ -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``,