Stavo appunto vedendo che l'address I2C di arduino e' di soli 7 bit
There are both 7- and 8-bit versions of I2C addresses. 7 bits identify the device, and the eighth bit determines if it's being written to or read from. The Wire library uses 7 bit addresses throughout. If you have a datasheet or sample code that uses 8 bit address, you'll want to drop the low bit (i.e. shift the value one bit to the right), yielding an address between 0 and 127.
hai provato a mettere 0x63 come indirizzo
LiquidCrystal_I2C lcd(0x63,20,4);
e manda delle scritte su piu' righe, mi ricordo che c'era un problema con i display 20x4