Skip to content

Commit 8986d63

Browse files
authored
Merge pull request #14 from kattni/display-image-fix
Update display image demo.
2 parents ae8f775 + c4a6546 commit 8986d63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/macropad_display_image.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88

99
macropad = MacroPad()
1010

11+
macropad.display_image("blinka.bmp")
12+
1113
while True:
12-
macropad.display_image("blinka.bmp")
14+
pass

0 commit comments

Comments
 (0)