Parallel LCD
I'm currently working on a bike computer and the display is a 4x20 parallel LCD.
My problem that I'm encountering with the display is that I want to show the speed of the bike in what I call 'large digits' aka 1 digit will use 4 lines of the display and however many columns are needed. I have seen this feature on a couple serial LCDs and due to money as well as the fact that I have 4 of these parallel LCDs needing to be used, a serial LCD is not an option. Has anyone written any code for a parallel LCD to enable this type of feature? I only need 2 digits in large mode and then need to be able to use the remainder of the LCD for other stuff. I've thought of possible methods to do this but whenever I try any on my propeller, none of them work.
Any help is appreciated. Thanks in advance.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Truth can be dangerous... Trust can be deadly.
"I'm leaving!"
"But I haven't set you on fire yet!"
My problem that I'm encountering with the display is that I want to show the speed of the bike in what I call 'large digits' aka 1 digit will use 4 lines of the display and however many columns are needed. I have seen this feature on a couple serial LCDs and due to money as well as the fact that I have 4 of these parallel LCDs needing to be used, a serial LCD is not an option. Has anyone written any code for a parallel LCD to enable this type of feature? I only need 2 digits in large mode and then need to be able to use the remainder of the LCD for other stuff. I've thought of possible methods to do this but whenever I try any on my propeller, none of them work.
Any help is appreciated. Thanks in advance.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Truth can be dangerous... Trust can be deadly.
"I'm leaving!"
"But I haven't set you on fire yet!"
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Chances are better than even that you will need to use some sort of custom characters, which has a learning curve all of its own. Unless I'm mistaken it may take a "special" LCD to mix custom and regular characters on the same display. It may even require a graphics style LCD. With an appropriate graphics LCD what you want to do is fairly trivial.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
edit: The big digit mode is not the prettiest thing in the world, but it gets the job done much easier and cheaper than a graphic LCD
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Rick
Post Edited (RDL2004) : 7/27/2007 10:14:38 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Truth can be dangerous... Trust can be deadly.
"I'm leaving!"
"But I haven't set you on fire yet!"
i have never had to do this, but this should help: www.geocities.com/dinceraydin/djlcdsim/djlcdsim.html
segment=square of dots that would usually be a character, but in this case part of one.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The Propeller is the best micro!
srry if im sound a little unprofessional sometimes, im 15.
and look for LCD Character Creator Version: 1.0 is a Windows-based program that makes it easy to create custom characters for parallel LCDs. Includes complete on-line integrated help.
Don't know if this will help or not.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Whit+
"We keep moving forward, opening new doors, and doing new things, because we're curious and curiosity keeps leading us down new paths." - Walt Disney