python-liquidcrystal_i2c icon indicating copy to clipboard operation
python-liquidcrystal_i2c copied to clipboard

Results 5 python-liquidcrystal_i2c issues
Sort by recently updated
recently updated
newest added

Due to pip PEP 668, pip packages are to be installed via apt by prepending python3 to the package name. https://peps.python.org/pep-0668/

> Traceback (most recent call last): > File "lcd2004.py", line 13, in > lcd = liquidcrystal_i2c.LiquidCrystal_I2C(0x3f, 1, numlines=4) > File "build/bdist.linux-armv7l/egg/liquidcrystal_i2c/liquidcrystal_i2c.py", line 70, in __init__ > File "build/bdist.linux-armv7l/egg/liquidcrystal_i2c/liquidcrystal_i2c.py", line 243,...

Hi, I am going to use this library for a project I think, I hope I could potentially help contribute some of the missing function potentially too. Just getting starting...

I wanto to control backlight. This code turns on always. So I try to change it in the code. but It doesn't work. Just blinking.

lcd line is not working? AttributeError: 'module' object has no attribute 'LiquidCrystal_I2C' import liquidcrystal_i2c cols = 20 rows = 4 import liquidcrystal_i2c lcd = liquidcrystal_i2c.LiquidCrystal_I2C(0x27, 1, numlines=rows) lcd.printline(0, 'LCM2004 IIC...