I don’t use any pull-up resistors, just the I2C board connected to the LCD pins.
Did you change the sketch LCD address to match the I2C address scan from the ardumotive sketch?
Any chance you have a cold solder joint in the LCD pins? (I’ve used the LCDs and address info on dozens of different designs)
I've tried addresses 0x27 and 0x3F with no luck. The I2C LCD came from Simcoe preassembled so if there is a cold joint it came that way. I traced pin to pin continuity to eliminate bad wiring with an ohm meter as well.
UPDATE: I got her going. Changed the lcd.begin(16,2); statement back to lcd.init(); which wouldn't compile before for some reason and away she went. Had to add a lcd.backlight(); statement otherwise it was very hard to read.
Last edited: