Small doc change

This commit is contained in:
gamblor21 2023-02-25 14:15:33 -06:00
parent 328a08729d
commit ce3da1ec66
1 changed files with 2 additions and 1 deletions

View File

@ -43,8 +43,9 @@
//| import displayio //| import displayio
//| import time //| import time
//| //|
//| display = board.DISPLAY
//| splash = displayio.Group() //| splash = displayio.Group()
//| board.DISPLAY.show(splash) //| display.root_group = splash
//| //|
//| odg = gifio.OnDiskGif('/sample.gif') //| odg = gifio.OnDiskGif('/sample.gif')
//| odg.next_frame() # Load the first frame //| odg.next_frame() # Load the first frame