Sending data to LCD using PIC

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
tazogu
Posts: 2
Joined: Fri Nov 14, 2008 11:13 pm
Contact:

Sending data to LCD using PIC

Post 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.

User avatar
achillis1
Posts: 347
Joined: Thu Oct 09, 2008 9:19 am
Has thanked: 91 times
Been thanked: 8 times
Contact:

Re: Sending data to LCD using PIC

Post by achillis1 »

hi!
Are you going to write yourself the code or do you use the flowcode3 graphical interface?

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Sending data to LCD using PIC

Post 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"

Post Reply