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.
This commit is contained in:
Jeff Epler 2024-09-30 08:53:36 -05:00
parent 5417f6225f
commit d48f4a2336

View file

@ -100,7 +100,6 @@ class SSD1680(EPaperDisplay):
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,