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.24.5.tar.gz (94.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_imageload-1.24.5.tar.gz
Algorithm Hash digest
SHA256 68a46ce90921bf984a7aaa2c06841e8c126c5305276a09ee3a52dbe6c19dd911
MD5 07e0fbd9298e738d36efc858301484d6
BLAKE2b-256 96fa8aa39f1c25f7ab1994a0dcbe38ff4f90f667f07b11a877e1456f265604bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_imageload-1.24.5-py3-none-any.whl
Algorithm Hash digest
SHA256 867e233ff37a8d5c4abd8ea77edb0682b8f29cc1d79c5cd9700935d3c97cd23a
MD5 a3bc6bf54a663f1f845489eb0b5d3850
BLAKE2b-256 cf80151daf639890d2f23b8315b7d93452d40783db2475af011d195fbb976535

See more details on using hashes here.

Supported by

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