Skip to content

Commit 33774e7

Browse files
committed
Updated OnDiskBitmap RTD example for 5.x
1 parent cabc30e commit 33774e7

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)