adafruit / Adafruit_CircuitPython_CharLCD

Library code for character LCD interfacing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to allow alternate I2C addresses

dhalbert opened this issue · comments

The constructors for Character_LCD_I2C and Character_LCD_RGB_I2C don't take an optional address parameter to specify an alternate I2C address. They should, and the address should be passed down to the MCP constructor.

Noticed by user in forums: https://forums.adafruit.com/viewtopic.php?f=60&t=151808.

Done.