adafruit/Adafruit-Raspberry-Pi-Python-Code

LCD over I2C display on

hmihail opened this issue · 1 comments

I am using these libraries to control a 2x16 LCD and I am able to display text on it. However, I don't know how to turn the display back light on. I am using the MCP23008 port expander, and the pinst are set as in the example code:
pin_rs=1, pin_e=2, pins_db=[3,4,5,6]

Thanks!

Thank you for the Issue!
This library has been deprecated in favor of our python3 Blinka library. We have replaced all of the libraries that use this repo with CircuitPython libraries that are Python3 compatible, and support a wide variety of single board/linux computers!

Visit https://circuitpython.org/blinka for more information

CircuitPython has support for almost 200 different drivers, and a as well as FT232H support for Mac/Win/Linux!