LCD_I2C update information

I'm having a problem every time I update information to LCD_I2C, the program is blocked, specifically the motor jerks and then continues to rotate, is it because the updateLCD function is blocking the program? Please show me how to fix it, thank you very much!!

Do you think it might help if you posted your sketch and a schematic of your project ?

2 Likes

If you look at my sketch starting line *** you will see I only write one line to the display every so many times through the loop. I write build the line in ram and just lcd.pring() it. Hopefully this is a little easier to read then your missing sketch.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.