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.7.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.7.tar.gz.

File metadata

File hashes

Hashes for adafruit_circuitpython_imageload-1.24.7.tar.gz
Algorithm Hash digest
SHA256 8134d734b9cbd1fd8767703f6f500e31f1a3d3c7307ea252806b0354ba6a4af6
MD5 ed705a71639943f6dfdc85139b007885
BLAKE2b-256 a64ed6425e0164cf2b013e1a7bc341f9906a644d800f21cb888e6bae651363f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_imageload-1.24.7-py3-none-any.whl
Algorithm Hash digest
SHA256 6c639bea5a0fd331ecfa2c61e52e2f3fe863e1c2076e1f5148c5eec25736b50e
MD5 e541735f11ad87595a760fc7a317ed10
BLAKE2b-256 f10008a5f157d33a814c45cb9d69889fcfcd79d93991769c4187cf38fa2c2ef3

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