Skip to content

Commit f6a9b8e

Browse files
authored
Update adafruit_progressbar.py
add requested comment
1 parent 17d33fc commit f6a9b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_progressbar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def __init__(
8080
self._palette[1] = outline_color
8181
self._palette[2] = bar_color
8282

83+
# _width and _height are already in use for blinka TileGrid
8384
self._bar_width = width
8485
self._bar_height = height
8586

0 commit comments

Comments
 (0)