I'm working on a project right now that is displaying a similar LCD display. I have a bargraph for the bottom of the display and text values for the top.
I used the following basic stamp project as a template to start from.
http://www.parallax.com/html_pages/r...PM_display.asp
With PBP you don't have to mess around with all the nibbles that are in this problem. Also you will need to alter some of the variables. In the end I stripped out all the subroutines that write to the display and just used LCDout. Works great! It took a little bit to understand some of the math but once you have that it makes compelete sense and works well.
Bookmarks