Skip to content

Commit 03b0300

Browse files
committed
ran pre-commit
1 parent 0eebdff commit 03b0300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_displayio_ssd1306.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* `Monochrome 128x32 SPI OLED graphic display <https://www.adafruit.com/product/661>`_
2323
* `Adafruit FeatherWing OLED - 128x32 OLED <https://www.adafruit.com/product/2900>`_
2424
* Monochrome 0.49" 64x32 I2C OLED graphic display
25-
* Monochrome 0.66" 64x48 I2C OLED graphic display (like https://www.amazon.com/gp/product/B07QF7QK6P)
25+
* Monochrome 0.66" 64x48 I2C OLED graphic display (eg https://www.amazon.com/gp/product/B07QF7QK6P)
2626
* Might work on other sub-128 width display: Dots 72x40, 64x48, 96x16
2727
2828
**Software and Dependencies:**
@@ -90,7 +90,7 @@ def __init__(
9090
) # https://github.com/micropython/micropython/pull/7411
9191
row_offset = (
9292
col_offset if (kwargs["height"] != 48 or kwargs["width"] != 64) else 0
93-
) # fix for 0.66" 64x48 OLED
93+
) # fix for 0.66" 64x48 OLED
9494
super().__init__(
9595
bus,
9696
init_sequence,

0 commit comments

Comments
 (0)