You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
I purchased the 16x2 LCD from your website and hooked it up as specified in your tutorial. Initially, I was having a lot of problems with the text being garbled on the screen. It seemed like there was a less than 50% chance of the text coming out correctly.
I increased the delayMicroseconds from 2000 to 3000 for the clear() and home() methods and this greatly reduced the likelihood of garbled text-- perhaps down to 1%.
I should also mention that I've had best results always calling clear() then home() before message(). When I just call clear(), sometimes the first character is omitted. If I just call home(), things get real crazy. :)
So, you might want to increase the delayMicroseconds... there could be other users running into the same problems.