Skip to content
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

Open
dbrgn opened this issue May 11, 2013 · 5 comments
Open

Contrast support via PWM #9

dbrgn opened this issue May 11, 2013 · 5 comments

Comments

@dbrgn
Copy link
Owner

dbrgn commented May 11, 2013

Needs separate circuit.

@dbrgn
Copy link
Owner Author

dbrgn commented Jul 30, 2017

Is this GPIO specific, or would it work via common I²C port expanders too?

@ageir
Copy link
Contributor

ageir commented Aug 19, 2017

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.

@dbrgn
Copy link
Owner Author

dbrgn commented Aug 20, 2017

Hm, I'm not really sure whether this feature is worth developing. What would be compelling use cases? Temperature compensated contrast?

@ageir
Copy link
Contributor

ageir commented Aug 30, 2017

It's not a very straightforward solution because people have different setups, backpacks, gpio, etc.
But it would be nice to have contrast and backlight support in one package, RPLCD.

@a-sp
Copy link

a-sp commented May 24, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants