I bought my LCD screen from here:pololu.com/catalog/product/773/resources
so it uses the Hitachi HD44780 controller and is wired like the example in the BAP manual
but when I tested it out using this code
[code]lcdinit p0\p1\p7\p6\p5\p4
pause 500
lcdwrite p0\p1\p7\p6\p5\p4, [CLEARLCD,HOMELCD,SCR,twoline,“12345678”][/code]
the LCD displays: 1346578
Help please. I don’t have any experience with LCD screens so I don’t really know how to try to troubleshoot this
P.S.
I’ve lost count of how many times I’ve checked the wiring so I’m pretty sure that isn’t the problem. I don’t even know how wiring could cause something like this so…