diff options
| author | Kevin Matocha <kmatocha@icloud.com> | 2021-02-24 08:05:40 -0600 |
|---|---|---|
| committer | Kevin Matocha <kmatocha@icloud.com> | 2021-02-24 08:05:40 -0600 |
| commit | cd4d55a57309230eae02df54db65d9b095d78f07 (patch) | |
| tree | 57a9b668a25efc8593e3472afb64ec334e85608f /shared-bindings/bitmaptools | |
| parent | e858db07f0f335f36d9780322ab38b025b00d7df (diff) | |
yet another sphinx try
Diffstat (limited to 'shared-bindings/bitmaptools')
| -rw-r--r-- | shared-bindings/bitmaptools/__init__.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shared-bindings/bitmaptools/__init__.c b/shared-bindings/bitmaptools/__init__.c index ede74621a..dce082f9b 100644 --- a/shared-bindings/bitmaptools/__init__.c +++ b/shared-bindings/bitmaptools/__init__.c @@ -109,12 +109,11 @@ STATIC void validate_clip_region(displayio_bitmap_t *bitmap, mp_obj_t clip0_tupl } -//| """:py:class:`Bitmap`""" //| //| def rotozoom( -//| dest_bitmap: Bitmap, ox: int, oy: int, +//| dest_bitmap: displayio.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: displayio.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). |
