PDA

View Full Version : LCD DB4-DB7 4bit mode change pins?



erice1984
- 5th March 2009, 18:11
DEFINE LCD_DREG PORTB 'Define PIC port used for LCD Data lines
DEFINE LCD_DBIT 4 'Define first pin of portb connected to LCD DB4

Is there anyway that I can specify at an individual level which pins on the PIC are for the LCD data bits?

Darrel Taylor
- 5th March 2009, 19:00
LCD_AnyPin.pbp
http://www.picbasic.co.uk/forum/showthread.php?t=7038
<br>

erice1984
- 6th March 2009, 01:36
wow, i am retarded... i saw that thread the other day too. i apologize for my incompetence.