Skip to content

Commit 2cc78cd

Browse files
authored
Merge pull request #26 from adafruit/redundant-constructor
Remove unneeded parameter
2 parents 5417f62 + d48f4a2 commit 2cc78cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_ssd1680.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def __init__(self, bus: FourWire, **kwargs) -> None:
100100
busy_state=True,
101101
write_black_ram_command=0x24,
102102
write_color_ram_command=0x26,
103-
black_bits_inverted=False,
104103
set_column_window_command=0x44,
105104
set_row_window_command=0x45,
106105
set_current_column_command=0x4E,

0 commit comments

Comments
 (0)