Arduino Millis and Indexing Code

You can have as many LCDs as you can arrange for unique I2C device addresses(usually, some number like 4 or 8 for any given type of I2C device)**, provided your software can also juggle the management of what must be displayed on the different displays.

** - there are also address multiplexers for I2C, so in extremis you can have many, many more.

1 Like