Skip to content

Commit b84fd8e

Browse files
committed
fix s2m fit bpi bit.
1 parent f1aad8e commit b84fd8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

09.scratch/s2m.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ def loop():
112112
except IndexError:
113113
continue
114114
if image_key in image_dict:
115-
display.show(image_dict.get(image_key), wait=False)
115+
display.show(image_dict.get(image_key),[0,0,255])
116116

117117
# scroll text command
118118
elif cmd_id == 's':
119-
display.scroll(str(cmd_list[1]), wait=False)
119+
display.scroll(str(cmd_list[1]),[0,0,255])
120120

121121
# write pixel command
122122
elif cmd_id == 'p':

0 commit comments

Comments
 (0)