Skip to content

Commit bcc9359

Browse files
committed
shared-bindings/aurora_epaper/aurora_framebuffer.c: Typos
1 parent 6208124 commit bcc9359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/aurora_epaper/aurora_framebuffer.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// | display.refresh()
4646
// |
4747
// | For more information on how these displays are driven see:
48-
// | https://www.pervasivedisplays.com/wp-content/uploads/2023/02/4P018-00_04_G2_Aurora-Mb_COG_Driver_Interface_Timing_for_small-size_20231107.pdf
48+
// | <https://www.pervasivedisplays.com/wp-content/uploads/2023/02/4P018-00_04_G2_Aurora-Mb_COG_Driver_Interface_Timing_for_small-size_20231107.pdf>
4949
// | """
5050
// |
5151
// | def __init__(
@@ -62,7 +62,7 @@
6262
// | ) -> None:
6363
// | """Create a framebuffer for the Aurora CoG display.
6464
// |
65-
// | .. note:: Displays of size 1.9" and 2.6" are not tested, and exibit unexpected behavior.
65+
// | .. note:: Displays of size 1.9" and 2.6" are not tested, and may exibit unexpected behavior.
6666
// |
6767
// | :param busio.SPI spi_bus: The SPI bus that the display is connected to
6868
// | :param microcontroller.Pin chip_select: The pin connected to the displays chip select input

0 commit comments

Comments
 (0)