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 4de30a0 commit c4a6546Copy full SHA for c4a6546
examples/macropad_display_image.py
@@ -8,5 +8,7 @@
8
9
macropad = MacroPad()
10
11
+macropad.display_image("blinka.bmp")
12
+
13
while True:
- macropad.display_image("blinka.bmp")
14
+ pass
0 commit comments