the-raspberry-pi-guy / lcd

This repository contains all of the code for interfacing with a 16x2 Character I2C LCD Display. This accompanies my YouTube tutorial here: https://www.youtube.com/watch?v=fR5XhHYzUK0
188 stars 107 forks source link

Backlight control #9

Closed HNJAMeindersma closed 4 years ago

HNJAMeindersma commented 4 years ago

Is there any backlight control (e.g. on/off) available in your driver?

the-raspberry-pi-guy commented 4 years ago

This hasn't been implemented in this repo, but if you add this support please feel free to make a PR and share! Thanks :)

HNJAMeindersma commented 4 years ago

If I could, I would. Possible feature request?

the-raspberry-pi-guy commented 4 years ago

Sure, I understand. Unfortunately I do not have the time/resources to spend adding this feature for you - my studies are just about to recommence :)

HNJAMeindersma commented 4 years ago

Understandable. Maybe I can splice some libraries together if I can find some.

Tomtom0201 commented 4 years ago

Check here for backlight control implementation (depending on your LCD hardware): https://github.com/the-raspberry-pi-guy/lcd/issues/12#issuecomment-710183958