Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

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

Latest threads

New Articles From Microcontroller Tips

Back
Top