'shifting' LED readouts
MikeX
Posts: 6
I am new to this game.· Am wondering the 'how to' of repositioning a series of digits posted on a 7 segment led to 'jump' to another Led set.
Picture this...
I hook up a keypad and have a series of digits read onto a 7 segment readout.· Say its 8 digits in length.
Now, I want the ENTIRE sequence of 8 digits to 'appear' on a separate bank (B)·of 7 segment while they 'disappear' from the original bank (A).· All at a keypad stroke.· This will allow me to enter an
entirely set of 'new' digits into the keypad for display on the original screens (A).· If I hit the 'magical keypad button' again, the NEW digits jump over and replace the previous digits on the secondary screen (B) and leave the original banks (A) free for more input.
Hints?
Cheers,
Mike·
Picture this...
I hook up a keypad and have a series of digits read onto a 7 segment readout.· Say its 8 digits in length.
Now, I want the ENTIRE sequence of 8 digits to 'appear' on a separate bank (B)·of 7 segment while they 'disappear' from the original bank (A).· All at a keypad stroke.· This will allow me to enter an
entirely set of 'new' digits into the keypad for display on the original screens (A).· If I hit the 'magical keypad button' again, the NEW digits jump over and replace the previous digits on the secondary screen (B) and leave the original banks (A) free for more input.
Hints?
Cheers,
Mike·
Comments
Is the data sent to the readouts serially?
Do you have some kind of display in mind?
Was thinking of multiplexed 7 segments.· Need still the 'months' on a 16 segment, and thats a whole other issue [noparse]:)[/noparse]
I have a goal and am sure that I will eventually get there.· I am new to this whole game but seemed to handle the parallax intro kit pretty well.
If you were building this thing, what controller would you use for the leds?· I have read a bit about some maxim chips (7219 ect) that I hope will work.
I love the challenge and am glad found this forum.· You guys are very nice.
The 'shift' or 'jump' will occur when I want to input new data on the top line.· The entire top line then 'reappears' on the bottom line.· The middle line is just a clock and I was thinking of a pocketwatch B for that if it makes sense.
Mike
Post Edited (MikeX) : 4/21/2007 4:28:59 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
At least we both have the same motivations.
Mike
It looks like it could easily do what you want (mixed 7 segment and 16 segment displays with an internal character generator for both formats). You might be able to get a sample from Maxim ... check their website ... and it comes in a PDIP package for ease of breadboarding.
I would suggest using a BS2p or BS2pe for a controller since the display chip uses I2C. The BS2p series Stamps have a convenient built-in I2C send/receive statement. The other Stamps have to do I2C using subroutines ... doable, but not as convenient.
There's a similar chip, the MAX6954 (datasheets.maxim-ic.com/en/ds/MAX6954.pdf), which uses SPI for it's data. This is a 3-wire system that's easily handled with any Stamp model including the BS2.
Post Edited (Mike Green) : 4/21/2007 4:59:09 PM GMT
Where can I learn more about this IC2 setup (used in the BS2p apparantly) as suggested with the Maxim 6955?· Im interested in learning how to utilize it, but am much better with diagrams and hand holding.·
Cheers,
Mike
I2C is a proprietary access method which is owned by NXP (formerly Philips Semiconductor). As you will learn at the link provided below, a tight control is maintained by NXP on the numerous device assignment numbers, the protocol is both robust and rigid by design, it can operate at more than one speed, and it permits a wide variety of devices to exist on one single bus. In addition, multiple busses are possible, and multi-speed busses can exist as well. So too 3.3 volt and 5.0 volt systems connected end-to-end.
Here is everything you ever wanted to know about I2C and then some, including the entire I2C Specification Document (bring lunch!):
http://www.nxp.com/products/interface_control/i2c/index.html
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Do you really need all those LED displays, drivers, mounting hardware, case, power supplies, etc., etc.? Or would a simple 4 x 20 character LCD display also do the trick?
I'm just thinking out loud here.
Randy