-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contrast support via PWM #9
Comments
Is this GPIO specific, or would it work via common I²C port expanders too? |
This will work with expanders like mcp2308, but the PWM signal has to go via an external RPi GPIO directly to the LCD. Expander GPIOs doesn't support PWM. Will not work for backpacks, since they have trimpots onboard connected directly to the display. |
Hm, I'm not really sure whether this feature is worth developing. What would be compelling use cases? Temperature compensated contrast? |
It's not a very straightforward solution because people have different setups, backpacks, gpio, etc. |
This enhancement request is quite old, and I see the RPLCD now supports PWM using pigpio library... Now my question is: would it be possible to support PWM also using GPIO without any additional library? See here for an example on how to use PWM via GPIO. |
Needs separate circuit.
The text was updated successfully, but these errors were encountered: