We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1aad8e commit b84fd8eCopy full SHA for b84fd8e
1 file changed
09.scratch/s2m.py
@@ -112,11 +112,11 @@ def loop():
112
except IndexError:
113
continue
114
if image_key in image_dict:
115
- display.show(image_dict.get(image_key), wait=False)
+ display.show(image_dict.get(image_key),[0,0,255])
116
117
# scroll text command
118
elif cmd_id == 's':
119
- display.scroll(str(cmd_list[1]), wait=False)
+ display.scroll(str(cmd_list[1]),[0,0,255])
120
121
# write pixel command
122
elif cmd_id == 'p':
0 commit comments