CatoLynx / pyLCD

A library for controlling LCDs on various hardware backends (successor of HD44780)
Other
25 stars 14 forks source link

ModuleNotFoundError: No module named 'hd44780' #11

Closed Eldho1416 closed 2 years ago

Eldho1416 commented 2 years ago

i have been trying to install this library in RPI zero w and it is throwing this error, can someone give me a solution for this

CatoLynx commented 2 years ago

Maybe it has to do with Python 2 vs. 3? The code is old and not Py3 ready...

Eldho1416 commented 2 years ago

yeah i figured it out, do you have any py3 ready library or something that will help me in Py3

CatoLynx commented 2 years ago

Not for LCDs, sorry

Eldho1416 commented 2 years ago

Do you know any alternate library for this, i searched but i couldn't find any

CatoLynx commented 2 years ago

no

Eldho1416 commented 2 years ago

okay thank you

Patronics commented 2 years ago

I ran into the same issue, did you find anything @Eldho1416?

Eldho1416 commented 2 years ago

Not really @Patronics i have been working on something not sure if it will work, please let me know you find anything

Patronics commented 2 years ago

@Eldho1416 I found another library that works for my needs, and probably could for you as well. It's RPLCD, here's the documentation for it: https://rplcd.readthedocs.io/en/stable/

Eldho1416 commented 2 years ago

Yeah i had seen this library but I'm not sure if it works fine with my GLCD, can you tell me which glcd you're using

Patronics commented 2 years ago

I'm not using a graphical LCD, but a fairly generic 24x2 character lcd with the HD44780 chip.

Eldho1416 commented 2 years ago

I'm using a 128X64 GLCD with 2 K0108 chips so these didn't help me. Anyways thank you and please let me know if you find anything.