8000 Typo in BusDisplay param documentation · sparkfun/circuitpython@5f1a331 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f1a331

Browse files
committed
Typo in BusDisplay param documentation
1 parent 28adc10 commit 5f1a331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/busdisplay/BusDisplay.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
//| :param ~circuitpython_typing.ReadableBuffer init_sequence: Byte-packed initialization sequence.
100100
//| :param int width: Width in pixels
101101
//| :param int height: Height in pixels
102-
//| :param int colstart: The index if the first visible column
103-
//| :param int rowstart: The index if the first visible row
102+
//| :param int colstart: The index of the first visible column
103+
//| :param int rowstart: The index of the first visible row
104104
//| :param int rotation: The rotation of the display in degrees clockwise. Must be in 90 degree increments (0, 90, 180, 270)
105105
//| :param int color_depth: The number of bits of color per pixel transmitted. (Some displays
106106
//| support 18 bit but 16 is easier to transmit. The last bit is extrapolated.)

0 commit comments

Comments
 (0)
0