This commit is contained in:
gamblor21 2022-01-27 18:17:38 -06:00
parent 31e183ddad
commit 6916307e76
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
//| class IS31FL3741_FrameBuffer:
//| """Creates an in-memory framebuffer for a IS31FL3741 device."""
//|
//| def __init__(self, is31: ~is31fl3741.IS31FL3741, width: int, height: int, mapping: Tuple[int, ...], *,
//| def __init__(self, is31: is31fl3741.IS31FL3741, width: int, height: int, mapping: Tuple[int, ...], *,
//| framebuffer: Optional[WriteableBuffer] = None, scale: bool = False, gamma: bool = False) -> None:
//| """Create a IS31FL3741_FrameBuffer object with the given attributes.
//|