![]() |
![]() |
![]() |
|
|
|||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
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!! |
|
|
|
|
|
|
(permalink) |
|
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.
|
|
|
|
|
|
|
(permalink) |
|
Is there any way i can get the sample code for the LCD?
|
|
|
|
|
|
|
(permalink) |
|
LCD sample code can be found on the PICBASIC web site
http://melabs.com/resources/samples.htm |
|
|
|
|
|
|
(permalink) |
|
thx alot!! there is really alot of samples there! tq
|
|
|
|
|
|
|
(permalink) |
|
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...... |
|
|
|
|
|
|
(permalink) |
|
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 |
|
|
|
|
|
|
(permalink) |
|
is there any way i can get the manual?
coz when i bought the LCD it doesn't have it |
|
|
|
|
|
|
(permalink) |
|
you get the manual when you buy picbasic pro
it also tells you many interesting things |
|
|
|
|
|
|
(permalink) |
|
got the message! thx!!
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Latest |
| PICBasic Pro | surferdude89 | General Electronics Chat | 15 | 17th July 2008 06:09 PM |
| PicBasic Pro, PicBasic Plus, Proteus Download | sonsivri | Micro Controllers | 18 | 6th October 2005 12:11 PM |
| picbasic PRo 2.44 | dip | Micro Controllers | 1 | 12th January 2004 02:02 AM |
| PicBasic | bozo | Micro Controllers | 0 | 15th November 2003 09:28 AM |
| help picbasic pro | f6ggy | Micro Controllers | 3 | 3rd October 2003 08:15 PM |