PDA

View Full Version : 4x40 Lcd ?



tcbcats
- 6th December 2003, 09:01
I need to interface a 4X40 LCD using the LCDOUT command.

The LCD has two standard controllers.
It has two enable pins to activate the controllers one at a time.
All other lines are in parallel

I have an interface that works great in MBasic but the commands in PicBasic are no way similar and the manual does not address how to control the enable pin except for a single controller.

A simple code example will get me on the right track.

Thanks....
tcbcats

lester
- 6th December 2003, 10:13
Although there are some major differences between versions of PIC BASIC from different sources.

generally there are some common issues that can be addressed similarly. This solution is listed on the Proton PICBASIC users site, but could be applied to an application written in PBP.

http://users.picbasic.org/index.php?page=howtodetail&id=33