Skip to content

Commit d48f4a2

Browse files
committed
Remove unneeded parameter
`black_bits_inverted` defaults to False in the core, so this is redundant. By removing this line, an override value can be provided via kwargs if the default is incorrect.
1 parent 5417f62 commit d48f4a2

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)