Harsh Gupta

Results 1 comments of Harsh Gupta

``` import board,busio from lcd.lcd import LCD from lcd.i2c_pcf8574_interface import I2CPCF8574Interface from lcd.lcd import CursorMode i2c = busio.i2c(scl=board.GP1, sda=board.GP0) interface = I2CPCF8574Interface(i2c, i2c_address) lcd.print("abc ") lcd.print("This is quite long and...