micropython-i2c-lcd
micropython-i2c-lcd copied to clipboard
Micropython package to control HD44780 LCD displays 1602 and 2004 via I2C
Hi, running the example I can't see custom char an all my display type (1602 and 2004). Is there any suggestion? Dome
I had issues with displaying chars after creation. So, I just checked how creation of chars was implemented in another lib and added resending the current cursor position in the...
The print function will now recognize newline and center chars and modify string accordingly. The newline and center chars are configurable but set as "\n" and "\c" by default. For...
Hello, I tried to add this package to my project in the pyproject.toml and then installin git but I get this message from pip: "ERROR: micropython-i2c-lcd from https://files.pythonhosted.org/packages/f1/22/fc67520efa386b42f71d622d8ff0195b9264f440d8aa26b6709700bae198/micropython-i2c-lcd-0.1.1.tar.gz (from ######)...