adafruit / Adafruit-Raspberry-Pi-Python-Code

Adafruit library code for Raspberry Pi
1.43k stars 686 forks source link

LCD over I2C display on #152

Closed hmihail closed 4 years ago

hmihail commented 8 years ago

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!

ladyada commented 4 years ago

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!