displayhatmini-python icon indicating copy to clipboard operation
displayhatmini-python copied to clipboard

Python library for the Pimoroni Display HAT Mini

Results 9 displayhatmini-python issues
Sort by recently updated
recently updated
newest added

I am getting GPIO errors when running the python code on the RPi 5. Is there any planned support for it?

While running the default installation command, I got : ``` Failed to build RPi.GPIO ERROR: Could not build wheels for RPi.GPIO, which is required to install pyproject.toml-based projects ``` I'm...

These changes repackage Display HAT Mini to the latest (experimental) Python boilerplate, which includes checks and enforcement for a virtual environment stored in `~/.virtualenvs/pimoroni`. ~Note: I have changed "pimoroni" to...

Hello, I'm using a Raspberry Pi 4 running Ubuntu 22.04. I am trying to install the library, but I get: ``` ./install.sh Checking for python-configparser Installing missing packages: python-configparser Reading...

Does display hat mini support picamera for preview, stream, etc... picamera has a renderer api and I wonder if I can hook displayhatmini for that : https://picamera.readthedocs.io/en/release-1.13/api_renderers.html

This example takes `buffer=None` in the initialization of DisplayHATMini, as no images are drawn.

I would super appreciate the python syntax for displaying a .jpg using Pillow. Perhaps in the backlight example? Something super brief would be awesome. The old ST module used: disp.image(X)....

documentation
enhancement

Hello all, Hope i'm in the right place. I was wondering if it's possible to manage the led power. I found it sometimes hard to look ! Is it possible...