CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: LCD display program for PIC Millennium board
Manor_Villages

Replies: 7
Views: 7356

PostForum: General CCS C Discussion   Posted: Tue Mar 10, 2009 8:07 am   Subject: LCD display program for PIC Millennium board
I modifies the LCD.C driver as given below but i still get the error.
#define LCD_D4 PIN_D4
#define LCD_D5 PIN_D5
#define LCD_D6 PIN_D6
#define LCD_D7 PIN_D7

#define LCD_enable ...
  Topic: LCD display program for PIC Millennium board
Manor_Villages

Replies: 7
Views: 7356

PostForum: General CCS C Discussion   Posted: Tue Mar 10, 2009 8:02 am   Subject: LCD display program for PIC Millennium board
Also Should I put the LCD.C driver under other files? and the main program uder Source files?
  Topic: LCD display program for PIC Millennium board
Manor_Villages

Replies: 7
Views: 7356

PostForum: General CCS C Discussion   Posted: Tue Mar 10, 2009 8:00 am   Subject: LCD display program for PIC Millennium board
I tried the program below and it works fine
#include <16F877A.H>
#fuses XT,NOWDT,NOPROTECT,BROWNOUT,PUT,NOLVP
#use delay (clock=4000000)
#use rs232(baud=9600, xmit=PIN_C6, rc ...
  Topic: LCD display program for PIC Millennium board
Manor_Villages

Replies: 7
Views: 7356

PostForum: General CCS C Discussion   Posted: Mon Mar 09, 2009 9:04 am   Subject: LCD display program for PIC Millennium board
I use a PIC 16F877A for this board Smile
  Topic: LCD display program for PIC Millennium board
Manor_Villages

Replies: 7
Views: 7356

PostForum: General CCS C Discussion   Posted: Mon Mar 09, 2009 9:02 am   Subject: LCD display program for PIC Millennium board
Hi, I am new to using a PIC Millennium board and MPLAB. I need to write a program that will display a message or string on to the LCD of my board.
The LCD display is a 16 character by 2-line type usi ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group