Raspberry Pi - Display and Output
Identify the error in this code snippet for initializing the LCD with I2C backpack:
from RPLCD.i2c import CharLCD
lcd = CharLCD(i2c_expander='PCF8574', address=0x3F)
lcd.write_string('Test')