Skip to content

Commit

Permalink
300 ms delay
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Feb 26, 2024
1 parent cb5388d commit 799c35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/screen---st7735/targetoverrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image.setPalette(hex`__palette`)
//% whenUsed

// add delay
control.waitMicros(200 * 1000)
control.waitMicros(300 * 1000)
const screen = _screen_internal.createScreen();

namespace image {
Expand Down

0 comments on commit 799c35d

Please sign in to comment.