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

Python library for the Pimoroni Display HAT Mini

Results 10 displayhatmini-python issues
Sort by recently updated
recently updated
newest added
trafficstars

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

When running the `pwm-backlight.py` and `pygame-button-interrupt.py` demos, I got the following error: ``` Traceback (most recent call last): File "/home/thomas/displayhatmini/displayhatmini-python/examples/pwm-backlight.py", line 43, in displayhatmini.on_button_pressed(button_callback) File "/home/thomas/displayhatmini/env/lib/python3.11/site-packages/displayhatmini/__init__.py", line 99, in on_button_pressed...