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
Would you accept a PR to implement PWM backlight LED control? I've hacked it together locally in my project leveraging luma.lcd.
One important consideration is that RPi.GPIO doesn't support hardware PWM, so I had to substitute pigpio as the GPIO library (I'm also using gpiozero.PWMLED for convenience).
The text was updated successfully, but these errors were encountered:
Would you accept a PR to implement PWM backlight LED control? I've hacked it together locally in my project leveraging
luma.lcd
.One important consideration is that
RPi.GPIO
doesn't support hardware PWM, so I had to substitutepigpio
as the GPIO library (I'm also usinggpiozero.PWMLED
for convenience).The text was updated successfully, but these errors were encountered: