Skip to content

Commit 670d295

Browse files
Update the __init__ documentation for EPaperDisplay.
The unknown parameter `single_byte_bounds` was removed. The missing parameters `set_current_column_command` and `set_current_row_command` were added.
1 parent 0632a1e commit 670d295

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared-bindings/displayio/EPaperDisplay.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
//| width: int, height: int, ram_width: int, ram_height: int,
5555
//| colstart: int = 0, rowstart: int = 0, rotation: int = 0,
5656
//| set_column_window_command: Optional[int] = None,
57-
//| set_row_window_command: Optional[int] = None, single_byte_bounds: bool = False,
57+
//| set_row_window_command: Optional[int] = None,
58+
//| set_current_column_command: Optional[int] = None,
59+
//| set_current_row_command: Optional[int] = None,
5860
//| write_black_ram_command: int, black_bits_inverted: bool = False,
5961
//| write_color_ram_command: Optional[int] = None,
6062
//| color_bits_inverted: bool = False, highlight_color: int = 0x000000,

0 commit comments

Comments
 (0)