Skip to content

Commit ce3da1e

Browse files
committed
Small doc change
1 parent 328a087 commit ce3da1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared-bindings/gifio/OnDiskGif.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343
//| import displayio
4444
//| import time
4545
//|
46+
//| display = board.DISPLAY
4647
//| splash = displayio.Group()
47-
//| board.DISPLAY.show(splash)
48+
//| display.root_group = splash
4849
//|
4950
//| odg = gifio.OnDiskGif('/sample.gif')
5051
//| odg.next_frame() # Load the first frame

0 commit comments

Comments
 (0)