parallel lcd question
Manuel
Posts: 105
Hey, now that i made my now parallel lcd work and i have never worked with one before, i would like to ask:
Must I use the·Data command to store what I want to display on the lcd or is there another method, like if I want to display a variable that changes every second?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Best Regards
Manuel C. Reinhard
Must I use the·Data command to store what I want to display on the lcd or is there another method, like if I want to display a variable that changes every second?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Best Regards
Manuel C. Reinhard
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Best Regards
Manuel C. Reinhard
i think it turns out that you use the data command to load info into the eeprom because the stamp 2(for instance) only has 16 bytes of variable ram.allso, be carefull - dont give the screen more than 5volts. i found out the hard way that LCDs are absurdly efficient and can be powered off a BS2 pin, even!
i kept asking why a little routine couldnt load strings in and out just as easily, and couldnt get a usefull response. i also asked if there was code to make it easy to do these things...
i have an application where a user should be able to use a 11-key matrix to enter a number... i want each number to appear as it is typed... no idea how to do this yet.
it may mean putting a bunch of strings into the eeprom, then using their memory location to call them out.. so a subroutine would be supplied with an eeprom location and a string length, and do the rest... i will probably have this code working in the next day or so, and can share it...
good luck,
robert
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Best Regards
Manuel C. Reinhard
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Best Regards
Manuel C. Reinhard
try wbay for a parallel to serial IC.. i have seen them for $4.50 plus $3/shipping.
If want a piggyback board to plug the Phanderson controller chip go here www.wulfden.org/k107/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Best Regards
Manuel C. Reinhard