Skip to content

Commit f1ec8cc

Browse files
committed
fix
1 parent 834f197 commit f1ec8cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

10.microbit/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def scroll(self, val, color=Red, delay=150):
315315
else:
316316
pixel_col[i] = [0, 0, 0]
317317

318-
for i in range(6): # 开始滚动显示
318+
for i in range(6): # 开始滚动显示 显示6行,一行为空白
319319
for t in range(4):
320320
self.tem[20 - (t * 5):20 - (t * 5) + 5] = self.tem[20 -
321321
((t + 1) * 5):20 - ((t + 1) * 5) + 5]

0 commit comments

Comments
 (0)