We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66dcd0c commit 28b782dCopy full SHA for 28b782d
1 file changed
lib/ism330dl/examples/spirit_level.py
@@ -70,7 +70,6 @@ def fill_circle(fbuf, x0, y0, r, c):
70
clamped_ax = max(-1.0, min(1.0, ax))
71
clamped_ay = max(-1.0, min(1.0, ay))
72
73
-
74
# Axis Mapping & Inversion:
75
# We swap X and Y to match the display's physical orientation.
76
# The negative sign on 'ay' inverts the axis so the indicator
0 commit comments