Skip to content

Commit f8b7d5f

Browse files
authored
Merge pull request #5131 from lesamouraipourpre/epaperdisplay-docs
Update the __init__ documentation for EPaperDisplay
2 parents 6c1dbea + 670d295 commit f8b7d5f

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)