File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ def __init__(
135135 lines : int ,
136136 # pylint: enable=invalid-name
137137 ) -> None :
138-
139138 self .columns = columns
140139 self .lines = lines
141140 # save pin numbers
@@ -571,7 +570,6 @@ def __init__(
571570 backlight_pin : Optional [digitalio .DigitalInOut ] = None ,
572571 backlight_inverted : bool = False ,
573572 ):
574-
575573 # Backlight pin and inversion
576574 self .backlight_pin = backlight_pin
577575 self .backlight_inverted = backlight_inverted
@@ -655,7 +653,6 @@ def __init__(
655653 blue : Union [pwmio .PWMOut , digitalio .DigitalInOut ],
656654 read_write : Optional [digitalio .DigitalInOut ] = None ,
657655 ) -> None :
658-
659656 # Define read_write (rw) pin
660657 self .read_write = read_write
661658
You can’t perform that action at this time.
0 commit comments