You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The space in the tuple: `:param (float, float) text_anchor_point:` mangles the display:
`float) text_anchor_point ((float,)` instead of `text_anchor_point ((float,float)) `
Fixed formatting by looking at other source code (anchor_point in adafruit_display_text), not tested.
0 commit comments