Merge pull request #5131 from lesamouraipourpre/epaperdisplay-docs
Update the __init__ documentation for EPaperDisplay
This commit is contained in:
commit
f8b7d5faba
|
@ -54,7 +54,9 @@
|
||||||
//| width: int, height: int, ram_width: int, ram_height: int,
|
//| width: int, height: int, ram_width: int, ram_height: int,
|
||||||
//| colstart: int = 0, rowstart: int = 0, rotation: int = 0,
|
//| colstart: int = 0, rowstart: int = 0, rotation: int = 0,
|
||||||
//| set_column_window_command: Optional[int] = None,
|
//| set_column_window_command: Optional[int] = None,
|
||||||
//| set_row_window_command: Optional[int] = None, single_byte_bounds: bool = False,
|
//| set_row_window_command: Optional[int] = None,
|
||||||
|
//| set_current_column_command: Optional[int] = None,
|
||||||
|
//| set_current_row_command: Optional[int] = None,
|
||||||
//| write_black_ram_command: int, black_bits_inverted: bool = False,
|
//| write_black_ram_command: int, black_bits_inverted: bool = False,
|
||||||
//| write_color_ram_command: Optional[int] = None,
|
//| write_color_ram_command: Optional[int] = None,
|
||||||
//| color_bits_inverted: bool = False, highlight_color: int = 0x000000,
|
//| color_bits_inverted: bool = False, highlight_color: int = 0x000000,
|
||||||
|
|
Loading…
Reference in New Issue