Skip to content

Commit eb8542a

Browse files
committed
Remove the flickering workaround
Now that the LEDs are initialized off per default there shouldn't be any flickering anymore
1 parent 6a958da commit eb8542a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

microbit-common/src/display/blocking.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ impl Display {
7777
rows,
7878
cols,
7979
};
80-
// This is needed to reduce flickering on reset
81-
retval.clear();
8280
retval
8381
}
8482

0 commit comments

Comments
 (0)