Skip to content

Commit e72f429

Browse files
authored
Merge pull request #9070 from FoamyGuy/busdisplay_docs_fix_9_0_x
update busdisplay docstring example code
2 parents 84e937f + 7fd13b4 commit e72f429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/busdisplay/BusDisplay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
//| b"\x11\x80\x78"# Exit Sleep then delay 0x78 (120ms)
105105
//| b"\x29\x81\xaa\x78"# Display on then delay 0x78 (120ms)
106106
//| )
107-
//| display = displayio.Display(display_bus, init_sequence, width=320, height=240)
107+
//| display = busdisplay.BusDisplay(display_bus, init_sequence, width=320, height=240)
108108
//|
109109
//| The first command is 0xe1 with 15 (0xf) parameters following. The second is 0x11 with 0
110110
//| parameters and a 120ms (0x78) delay. The third command is 0x29 with one parameter 0xaa and a

0 commit comments

Comments
 (0)