We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7936be3 commit 04bdc7dCopy full SHA for 04bdc7d
adafruit_imageload/bmp/__init__.py
@@ -35,7 +35,8 @@ def load(
35
) -> Tuple[Optional[Bitmap], Optional[Union[Palette, ColorConverter]]]:
36
"""Loads a bmp image from the open ``file``.
37
38
- Returns tuple of bitmap object and palette object.
+ Returns tuple of `displayio.Bitmap` object and
39
+ `displayio.Palette` object, or `displayio.ColorConverter` object.
40
41
:param io.BufferedReader file: Open file handle or compatible (like `io.BytesIO`)
42
with the data of a BMP file.
0 commit comments