I have connected 2 LCDs to Grove and I would like to differentiate between those 2 LCDs. Right now, I ran sample Hello World and it ran on both LCDs. Is it possible to identify 2 LCDs independently and display different messages on each LCD?
jhd1313m1_context lcd = jhd1313m1_init(0, 0x3e, 0x62);
This line initializes all LCDs connected to board, is there any way to separately identify multiple LCDs.
I have UP2 Board and Grove Pi attached to it. I am trying to display different messages on 2 LCDs attached to the grove.
I followed through "Hello World" program and it is displaying Hello World on both LCDs.
Aim is to display unique messages on both LCDs, but any change on code gets applied to both LCDs. For example, how would I print "hello world" on 1 LCD and "Goodbye World" on another rather than showing same message on both LCDs ?
Is there any way to uniquely identify both of LCDs attached to grove? I have attached piece of code and line highlighted initializes the LCD, How would we differentiate 2 LCDs attached to grove?
Hmmm. The LCD is extremely poorly documented as far as I can see. I cannot see any provision on the module for changing the I2C address, so I cannot see any straightforward means to connect more than one.
Seems to simply be a poorly-designed product unless anyone else here knows a secret.