Releases: pimoroni/displayhatmini-python
Releases · pimoroni/displayhatmini-python
Version 0.0.2
- Support for PWM backlights. It uses RPi.GPIO's soft PWM so it's not super stable. See
pwm-backlight.pyfor an example. - Interrupt support. See
pygame-button-interrupt.pyfor an example of injecting button presses into PyGame's event queue.
What's Changed
- Basic PyGame examples + Pong linting by @Gadgetoid in #1
- Run tests on main branch by @Gadgetoid in #2
- Add Bullseye installer by @Gadgetoid in #3
- Fix basic example type error for #6 by @Gadgetoid in #7
- Support & demo interrupt handlers for buttons by @Gadgetoid in #10
New Contributors
- @Gadgetoid made their first contribution in #1
Full Changelog: v0.0.1...v0.0.2
Version 0.0.1
Initial release.