We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff41a3 commit c8e9f55Copy full SHA for c8e9f55
adafruit_button/sprite_button.py
@@ -72,7 +72,7 @@ def __init__(
72
label_font=label_font,
73
label_color=label_color,
74
selected_label=selected_label,
75
- label_scale=label_scale
+ label_scale=label_scale,
76
)
77
78
self._bmp, self._bmp_palette = load(bmp_path)
0 commit comments