diff options
| author | Kevin Matocha <kmatocha@icloud.com> | 2021-02-24 07:49:34 -0600 |
|---|---|---|
| committer | Kevin Matocha <kmatocha@icloud.com> | 2021-02-24 07:49:34 -0600 |
| commit | 2815c6dafa77fea930f02fac60caf13f7c4584ea (patch) | |
| tree | b31e6dee70316e97014028ace2c027d5724167e6 /shared-bindings | |
| parent | af5ad50125f41fea40103a63232b807ea56654ad (diff) | |
More sphinx attempts
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/bitmaptools/__init__.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shared-bindings/bitmaptools/__init__.c b/shared-bindings/bitmaptools/__init__.c index 63a81e01f..029995f17 100644 --- a/shared-bindings/bitmaptools/__init__.c +++ b/shared-bindings/bitmaptools/__init__.c @@ -109,11 +109,12 @@ STATIC void validate_clip_region(displayio_bitmap_t *bitmap, mp_obj_t clip0_tupl } +//| """:py:class:`~displayio.Bitmap`""" //| //| def rotozoom( -//| dest_bitmap: bitmap, ox: int, oy: int, +//| dest_bitmap: Bitmap, ox: int, oy: int, //| dest_clip0: Tuple[int, int], dest_clip1: Tuple[int, int], -//| source_bitmap: bitmap, px: int, py: int, source_clip0: Tuple[int, int], source_clip1: Tuple[int, int], +//| source_bitmap: Bitmap, px: int, py: int, source_clip0: Tuple[int, int], source_clip1: Tuple[int, int], //| angle: float, scale: float, skip_index: int) -> None: //| """Inserts the source bitmap region into the destination bitmap with rotation //| (angle), scale and clipping (both on source and destination bitmaps). |
