Hi. Im having some problems writing to the 2nd line on my 20x2 display. I can write to the top line fine using :
lcdSetCursorPos(x, 0); and then writing using lcdSendCharacter()/lcdSendString(). However when I try and move the cursor to the 2nd line by doing lcdSetCursorPos(x, 1); it stays on the ...
Hi, Im about to start writing a winamp plugin for my LCD however having never written a DLL in my life I am having a little trouble working out the basics!!
Does anyone have a really simple example that just goes through the basics (IE how to grab stuff from winamp and how to send stuff like stop ...