2x16 LCD and Propeller
shmow
Posts: 109
Hello All,
I am using the LCD that arrived with the Stamp2 Professional Developement Board.
The LCD is plugged into this PDB.
I've wired the pins on the Propeller in series with 1k ohm resistors to LCD terminal on the PDB (R/S, R/W, E & DB4-7).
The spin code is downloaded from the OE (provided by Simon Ampleman) - thankyou.
When the chip is running, the LCD is only backlit.
Not sure what to do.
Any suggestions would be greatly appreciated.
Regards,
Shmow
·
I am using the LCD that arrived with the Stamp2 Professional Developement Board.
The LCD is plugged into this PDB.
I've wired the pins on the Propeller in series with 1k ohm resistors to LCD terminal on the PDB (R/S, R/W, E & DB4-7).
The spin code is downloaded from the OE (provided by Simon Ampleman) - thankyou.
When the chip is running, the LCD is only backlit.
Not sure what to do.
Any suggestions would be greatly appreciated.
Regards,
Shmow
·
Comments
While its methodology is roughly correct according to the datasheet, there are some timing quirks that prevent it reliably resetting and initializing the display.
This hacked up version works reliably for me and also implements busy detection properly.
I'll get around to fixing the init routine to be timing compliant with the datasheet one day, but you can't rush these things.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Pull my finger!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Brian
uController.com - home of SpinStudio - the modular Development system for the Propeller
PropNIC - Add ethernet ability to your Propeller! PropJoy - Plug in a joystick and play some games!
SD card Adapter - mass storage for the masses Audio/Video adapter add composite video and sound to your Proto Board
which pin is the contrast pin?· I'm using the LCD with the parallel cable plugged into the PDB - no spare pin can be seen.
Shmow
If using a stand alone parallel LCD. The standard hookup for the contrast pin is in the picture attached. I don't own a PDB so I wasn't aware of the built in contrast potentiometer.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Brian
uController.com - home of SpinStudio - the modular Development system for the Propeller
PropNIC - Add ethernet ability to your Propeller! PropJoy - Plug in a joystick and play some games!
SD card Adapter - mass storage for the masses Audio/Video adapter add composite video and sound to your Proto Board
I will check it out.
Regards,
Shmow