Skip to content

Commit

Permalink
Remove unneeded parameter
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
jepler committed Sep 30, 2024
1 parent 5417f62 commit d48f4a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adafruit_ssd1680.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def __init__(self, bus: FourWire, **kwargs) -> None:
busy_state=True,
write_black_ram_command=0x24,
write_color_ram_command=0x26,
black_bits_inverted=False,
set_column_window_command=0x44,
set_row_window_command=0x45,
set_current_column_command=0x4E,
Expand Down

0 comments on commit d48f4a2

Please sign in to comment.