You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently, this plugin is using software PWM which leads to flickering in LEDs.
Describe the solution you'd like
A simple solution to this problems exists in using rpi_hardware_pwm which allows for easy access to hardware PWM.
Describe alternatives you've considered
There is pigpio but it's inconvenient in comparison.
Additional context
#2.