Page 1 of 1

I2C LCD Display Driver Suggestion

Posted: Fri Nov 13, 2020 2:43 pm
by atmuc
I use hd44780 display. I found some drivers in that page; https://awesome-micropython.com/

All of them use the old version of microPython. I tried to convert some of them, I still get some errors. Do you suggest a driver lib that works fine with the latest version of microPython?

Re: I2C LCD Display Driver Suggestion

Posted: Sat Nov 14, 2020 4:34 am
by jimmo
atmuc wrote:
Fri Nov 13, 2020 2:43 pm
All of them use the old version of microPython. I tried to convert some of them, I still get some errors.
Nothing really major has changed, so it might be quite easy to update them. What errors do you see?

Re: I2C LCD Display Driver Suggestion

Posted: Sat Nov 14, 2020 7:54 am
by atmuc
I solved the problem. I connected VCC to 3.3 V. When I connected it to 5V it worked.