Badge bugfix

This commit is contained in:
ZodiusInfuser 2022-02-23 20:14:57 +00:00 committed by Phil Howard
parent 73839a4ee9
commit 5b3d9ce046
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ def draw_badge():
# Replace with drawing an image
display.pen(15)
display.thickness(1)
display.rectangle(WIDTH - IMAGE_WIDTH, 0, IMAGE_WIDTH, HEIGHT)
# Draw a border around the image