micropython-i2c-lcd icon indicating copy to clipboard operation
micropython-i2c-lcd copied to clipboard

🖥 MicroPython Driver for I2C 2x16 LCD Screens

Results 3 micropython-i2c-lcd issues
Sort by recently updated
recently updated
newest added

When importing this library I keep running into the following error: ``` >>> import i2c_lcd Traceback (most recent call last): File "", line 1, in File "i2c_lcd.py", line 10, in...

I tried Screen.autoscroll() with MicroPython 1.17 on NUCLEO-L476RG board, and Grove 16x2 LCD RGB backlight v4.0 It does not work. Here is my fix : ``` def autoscroll(self, state): if...