adafruit / Adafruit_CircuitPython_CharLCD

Library code for character LCD interfacing
MIT License
69 stars 50 forks source link

Fixed link #28

Closed Tim-Jackins closed 5 years ago

dhalbert commented 5 years ago

I looked at this and couldn't replicate it locally. However, I think it might be because Adafruit-Blinka provides a pulseio that doesn't have PWMOut unless it's running on an RPi.

The fix might be to add pulseio to this line: https://github.com/adafruit/Adafruit_CircuitPython_CharLCD/blob/master/.pylintrc#L158

ignored-modules=board
ladyada commented 5 years ago

oh yeah , i haven't done a libgpiod PWMOut yet (e.g. bitbanged pwm on raspi) :/

kattni commented 5 years ago

Ah, ok! That makes sense.

ladyada commented 5 years ago

👍 teamwork :)