-
Notifications
You must be signed in to change notification settings - Fork 40
Cound not find LCD2USB device #5
Description
I would be happy, if I get the software running.
My Environment:
Raspberry Pi Model B Rev 2
Linux rasp1-buster 4.19.97+ #1294 Thu Jan 30 13:10:54 GMT 2020 armv6l GNU/Linux
I did:
sudo pip install lcd2usb
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: lcd2usb in /usr/local/lib/python2.7/dist-packages (1.2)
Requirement already satisfied: libusb1 in /usr/local/lib/python2.7/dist-packages (from lcd2usb) (1.7.1)
Now the 1602 RGB LCD is connected with the USB-Port
sudo python usblcd.py
Traceback (most recent call last):
File "usblcd.py", line 9, in
lcd = LCD()
File "/usr/local/lib/python2.7/dist-packages/lcd2usb.py", line 69, in init
raise LCD2USBNotFound()
lcd2usb.LCD2USBNotFound: Cound not find LCD2USB device.
I am shure its my fault. But I dont know where to look.
I hope, somebody has a soultion or a hint (or a URL).
Many thanks in advance.