We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad17c00 commit 6c3f7a1Copy full SHA for 6c3f7a1
1 file changed
animatedledstrip/rotation.py
@@ -34,7 +34,7 @@ def __init__(self,
34
self.z_rotation: float = z_rotation
35
36
if rotation_order is None:
37
- self.rotation_order = ['ROTATE_X', 'ROTATE_Z']
+ self.rotation_order = ['ROTATE_Z', 'ROTATE_X']
38
else:
39
self.rotation_order = rotation_order
40
@@ -61,7 +61,7 @@ def __init__(self,
61
62
63
64
65
66
67
0 commit comments