Skip to content

Commit e0b8529

Browse files
authored
Merge pull request #2623 from makermelissa/master
Updated OnDiskBitmap RTD example for 5.x
2 parents cabc30e + 33774e7 commit e0b8529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/OnDiskBitmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//| face = displayio.TileGrid(odb, pixel_shader=displayio.ColorConverter())
6363
//| splash.append(face)
6464
//| # Wait for the image to load.
65-
//| board.DISPLAY.wait_for_frame()
65+
//| board.DISPLAY.refresh(target_frames_per_second=60)
6666
//|
6767
//| # Fade up the backlight
6868
//| for i in range(100):

0 commit comments

Comments
 (0)