micropython-i2c-lcd
micropython-i2c-lcd copied to clipboard
🖥 MicroPython Driver for I2C 2x16 LCD Screens
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...
Change-type: major