fix documentation of framebuffer_count

This commit is contained in:
Jeff Epler 2022-08-10 11:12:54 -05:00
parent dd28341b94
commit 86f9d98a5d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
//| pixel_format: PixelFormat=PixelFormat.RGB565, //| pixel_format: PixelFormat=PixelFormat.RGB565,
//| frame_size: FrameSize=FrameSize.QQVGA, //| frame_size: FrameSize=FrameSize.QQVGA,
//| jpeg_quality: int=15, //| jpeg_quality: int=15,
//| double_buffered: bool = True, //| framebuffer_count: int = 1,
//| grab_mode: GrabMode = GrabMode.WHEN_EMPTY, //| grab_mode: GrabMode = GrabMode.WHEN_EMPTY,
//| ) -> None: //| ) -> None:
//| """ //| """