Skip to content

Commit

Permalink
Merge pull request #9806 from RetiredWizard/busdisplaydoc
Browse files Browse the repository at this point in the history
Typo in BusDisplay param documentation
  • Loading branch information
FoamyGuy authored Nov 14, 2024
2 parents deec93e + 5f1a331 commit 97ed02d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared-bindings/busdisplay/BusDisplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
//| :param ~circuitpython_typing.ReadableBuffer init_sequence: Byte-packed initialization sequence.
//| :param int width: Width in pixels
//| :param int height: Height in pixels
//| :param int colstart: The index if the first visible column
//| :param int rowstart: The index if the first visible row
//| :param int colstart: The index of the first visible column
//| :param int rowstart: The index of the first visible row
//| :param int rotation: The rotation of the display in degrees clockwise. Must be in 90 degree increments (0, 90, 180, 270)
//| :param int color_depth: The number of bits of color per pixel transmitted. (Some displays
//| support 18 bit but 16 is easier to transmit. The last bit is extrapolated.)
Expand Down

0 comments on commit 97ed02d

Please sign in to comment.