We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789e280 commit 00fb95cCopy full SHA for 00fb95c
adafruit_character_lcd/character_lcd.py
@@ -135,7 +135,6 @@ def __init__(
135
lines: int,
136
# pylint: enable=invalid-name
137
) -> None:
138
-
139
self.columns = columns
140
self.lines = lines
141
# save pin numbers
@@ -571,7 +570,6 @@ def __init__(
571
570
backlight_pin: Optional[digitalio.DigitalInOut] = None,
572
backlight_inverted: bool = False,
573
):
574
575
# Backlight pin and inversion
576
self.backlight_pin = backlight_pin
577
self.backlight_inverted = backlight_inverted
@@ -655,7 +653,6 @@ def __init__(
655
653
blue: Union[pwmio.PWMOut, digitalio.DigitalInOut],
656
654
read_write: Optional[digitalio.DigitalInOut] = None,
657
658
659
# Define read_write (rw) pin
660
self.read_write = read_write
661
0 commit comments