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 9846796 commit df1c8eaCopy full SHA for df1c8ea
adafruit_display_text/bitmap_label.py
100644
100755
@@ -119,8 +119,9 @@ def __init__(
119
scale = kwargs["scale"]
120
kwargs.pop(
121
"scale"
122
- ) # Do not change scale of self Group, use this value to set scale of
123
- # local_group
+ ) # Do not change scale of self Group, use this value to set scale of local_group
+ else:
124
+ scale = 1 # Set default scale=1
125
126
# instance the Group
127
# self Group will contain a single local_group which contains one TileGrid which contains
0 commit comments