struggeling a bit with getting an LCD display to work.
Had this display work on my UNO and wanted to reuse it.
Connected it to I2C1.
As soon as I initiate the display in the code, the Giga crashes (red led blinking 4 times fast, 4 times slow). When I scan the I2C, I find the correct address.
I tried different libraries and get the same results.
You mentioned I2C1, which I believe is the Wire1 object. The Wire object I believe uses the
pins I2C over to the right.
It also looks like the LCD_I2C library is hard coded to use the Wire object. Some other
libraries have ways to tell it which of the wire objects to use.
Hi,
Thank you for the hints. I think that the voltage is a prime suspect. I'll test it and see if this already fixes the issue.
From my understanding it should be the write wire. Reading the address with a address scan code results in getting the correct address for the display.
I will also look again into the library, but I thought that the begin(false) should take care of that.