Skip to content

Commit f113a4e

Browse files
committed
* fix app usb pose mario background is not clean
1 parent ac07b35 commit f113a4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/app_usb_pose_mario/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ def main(disp):
284284
scale = 0.6
285285
msg += "\n\npress button to exit"
286286
img = image.Image(screen.width(), screen.height())
287+
img.clear()
287288
img.draw_string(2, 2, msg, image.COLOR_WHITE, font="hershey_complex_small", scale=scale)
288289
screen.show(img)
289290
while not app.need_exit():

0 commit comments

Comments
 (0)