Can somebody decode this document for a 7 segment LCD pleeeeeeeeas.
··· I found a electronic kit with some IC's and I saw use in this chip. It's made by PHILIPS and it's serial is HEF4511BP, I reserch the document sheet on the WWW and I now it can be use with something like a (PBASIC command) SHIFTOUT.·I just can't figure out how to.
·· Thank You!!!
P.D. I attached the PDF.
·· Thank You!!!
P.D. I attached the PDF.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Actually 'binary coded decimal' is used. That is a 4 bit number,
but goes from 0 to 9.
Normally you can get 'hexidecimal' out of a 4 bit number, but it look as though you are limited to ten digits - no A, B, C, D, E, or F.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"If you want more fiber, eat the package.· Not enough?· Eat the manual."········
Thanks, I'll keep trying.
· If you are figuring on using SHIFTOUT, you'll need a separate shift register IC(Stamp --> shift reg. --> 4511.)
· Setting the Latch locks the output, if you're shifting data then you would get garbled characters during the shifting, it may look spastic.· You could just leave it Low (at GND.)
· You asked: "...do I write something like %0010 for the number 2".· Yes.
· Also, you need a common-cathode 7-segment display, using the common-anode type will require the use of transistors.