Skip to content

Commit 6eae403

Browse files
committed
fix problems spotted very quickly by gamblor :)
1 parent ac0bf10 commit 6eae403

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

shared-bindings/gifio/OnDiskGif.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
//|
8484
//| # Take over display to drive directly
8585
//| display.auto_refresh = False
86-
//| bus = display.bus
86+
//| display_bus = display.bus
8787
//|
8888
//| # Display repeatedly & directly.
8989
//| while True:
@@ -95,8 +95,6 @@
9595
//| display_bus.send(42, struct.pack(">hh", 0, odg.bitmap.width - 1))
9696
//| display_bus.send(43, struct.pack(">hh", 0, odg.bitmap.height - 1))
9797
//| display_bus.send(44, d.bitmap)
98-
//|
99-
//| d.next_frame()
10098
//| """
10199
//|
102100
//| def __init__(self, file: str) -> None:

0 commit comments

Comments
 (0)