LCD in PICBasic Pro

Status
Not open for further replies.

surferdude89

New Member
I need to use a LCD for my PIC16F877A-based project

but i'm really don't know how to start for PBP, i heard it is easier using CCS Compiler which only required to include lcd.c

pls help me!!
 
I need to use a LCD for my PIC16F877A-based project

but i'm really don't know how to start for PBP, i heard it is easier using CCS Compiler which only required to include lcd.c

pls help me!!

I only use assembly, but tried PBP once. It took me about 15 minutes to get the LCD working by using the sample code they give with the installation. Also have a look on the PBP forum.
 
errr blueroom i check those code for LCD but some of the code i dont really get the meaning, can u help me with tis?

' Define LCD connections
DEFINE LCD_DREG PORTD
DEFINE LCD_DBIT 4
DEFINE LCD_RSREG PORTE
DEFINE LCD_RSBIT 0
DEFINE LCD_EREG PORTE
DEFINE LCD_EBIT 1

does it mean connecting to my PIC pin? or......
 
Read the manual
most if not all of that is explained in it, along with various examples of how things work and how to use the common commands
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…