Displaying a decimal point
Brian Dalziel
Posts: 17
Hi,
I am using the MAX7219 display driver IC and a BS2P40. I need to turn on the decimal point on my 2-digit LED display so I can display a number like 1.6
What would be the PBasic command to turn the decimal point on (permanently)? Or to display a none-whole integer.
Thanks
Brian
I am using the MAX7219 display driver IC and a BS2P40. I need to turn on the decimal point on my 2-digit LED display so I can display a number like 1.6
What would be the PBasic command to turn the decimal point on (permanently)? Or to display a none-whole integer.
Thanks
Brian
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
Yes, I have been reading this document in earnest.
I know I need SHIFTOUT to set Code B Decoding for digit #1 (OF in HEX). But how would the commands actually be sent in PBasic (my original question).
SHIFTOUT [noparse][[/noparse]data pin], [noparse][[/noparse]clock pin], MSBFIRST, OF ?? This isn't working
Then How do you cammand bit 7 for DP?
Thanks John, you have helped me twice today!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA