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:
parent
5417f6225f
commit
d48f4a2336
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue