
The LCD I'm using is 4x20, it works, but the lines shows in a diferent order. I could code taking that in account. BUT, I could also init it the right way.
How can I init a 4x20 LCD?
data[0] = 0x05;
data[1] = 0x03;
data[2] = 0x28 | 0x14; // for 2*16 display
And how can I select the second set of characters? ROM Code: A02
Wk