Hello,
I'm using the "New LiquidCrystal" Library from here: https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
Everything is working great, and now I want to move the I2C to different pins. I have found references that this new LiquidCrystal library supports SoftI2C, but I'm not finding examples on how to do this.
Instantiating the LiquidCrystal_I2C appears to assume pins 4 and 5, so how do I create the display object and indicate the alternate pins I want the SoftI2C to use?
Anyone have some sample code or a link to details on this?
Thanks!