install 2 Grove - LCD RGB Backlight

Hello,

Installation

  • arduino
  • Grove - Base Shield V1.3

is it possible, install

  • 2 Grove - LCD RGB Backlight ?
  • 2 x I2C sockets ?

what are the definitions ?
#include <rgb_lcd.h>
rgb_lcd lcd1;
lcd1.begin(16, 2);
rgb_lcd lcd2;
lcd2.begin(16, 2);

Thanks and Regards

Hello,

Sorry this is not possible since both uses same I2C address.

Thanks and Regards

Hello Kavi,

Sorry to butt in here but is there a recommended solution for two displays? Probably just rely on more lines with another model of the display?

Thanks.