Page 1 of 1

Sending data to LCD using PIC

Posted: Fri Nov 14, 2008 11:32 pm
by tazogu
I am trying to write a programme in PIC to create a display. I have looked through the Datasheet of the LCD but it only helps to initiate the LCD but as far as changing the position of the cursor or sending an ASCII code to be displayed on the LCD not much of a help. I would like to look at a sample code that not only initiate the LCD but also sends data that can be seen on the LCD.

Re: Sending data to LCD using PIC

Posted: Mon Nov 17, 2008 9:23 am
by achillis1
hi!
Are you going to write yourself the code or do you use the flowcode3 graphical interface?

Re: Sending data to LCD using PIC

Posted: Mon Nov 17, 2008 3:38 pm
by Benj
Hello

Google "PIC Alphanumeric LCD Source Code" and you should get lots of hits showing exactly how to create your code. For an assembler version of the driver code try searching for "LCDTERM"