Skip to main content

Displays text using CircuitPython's displayio.

Project description

Introduction

Documentation Status Discord Build Status Code Style: Ruff

This library decodes an image file into new bitmap and palette objects of the provided type. It’s designed to load code needed during decoding as needed. This is meant to minimize the memory overhead of the decoding code.

Only certain types of bitmaps work with this library, and they often have to be exported in specific ways. To find out what types are supported and how to make them, see this learn guide page.

Usage Example

import board
import displayio
import adafruit_imageload

image, palette = adafruit_imageload.load(
    "images/4bit.bmp", bitmap=displayio.Bitmap, palette=displayio.Palette
)
tile_grid = displayio.TileGrid(image, pixel_shader=palette)

group = displayio.Group()
group.append(tile_grid)
board.DISPLAY.root_group = group
while True:
    pass

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adafruit_circuitpython_imageload-1.23.1.tar.gz (93.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file adafruit_circuitpython_imageload-1.23.1.tar.gz.

File metadata

File hashes

Hashes for adafruit_circuitpython_imageload-1.23.1.tar.gz
Algorithm Hash digest
SHA256 1d6b27193fe8df71018430585560f1a253789cbbb57b52cdfb7c096c3722a1c5
MD5 9fbfb41163ec1b40361f8b7ecac80662
BLAKE2b-256 048a7efddfcbdac65c762b8474f5bb3cbe7a4b88b6c31051e673f7dde8bff40a

See more details on using hashes here.

File details

Details for the file adafruit_circuitpython_imageload-1.23.1-py3-none-any.whl.

File metadata

File hashes

Hashes for adafruit_circuitpython_imageload-1.23.1-py3-none-any.whl
Algorithm Hash digest
SHA256 98191108320c5f01479b9c61ed19427b9a95849dad8f3947f29a4a1dec1e09d0
MD5 5c0a2ec3f5657f92eef4e5b03338ae37
BLAKE2b-256 dd94a31e0d52551ffe27897c9f401cbbc445d75839c067ee1e1877c4468d9fd4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page