I do not know if you are still there. The LCD + i2C display with a simple sketch works and the display shows the characters correctly, but using lcd + i2C in my sketch, i have the same problem as the LCD 1602 without i2C module, and the lcd does not shows anything and i understand that the cause is because the serial does not turn on, in fact the if (Serial.available ()) returns value False, while disconnecting the i2C module the serial works regularly.