adafruit / Adafruit-Raspberry-Pi-Python-Code

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

Driver prints emulates character into system #113

Closed stefanius closed 5 years ago

stefanius commented 9 years ago

I found out that on my PI somthing is sending the letter 'r' into the system (like if you pressed it on the keyboard).

When checking en troubleshouting all the drivers and pins i used, I figured out it was the driver for the 16x2 display. Even when the display (and any other wire) is attached to the Pi, it keeps sending the 'r'.

Is there a workaround for this?

ladyada commented 5 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!