cheap and simple LED display
yarisboy
Posts: 245
I'm experimenting with the BS2Functions.spin and the MC14489 driver chip. So far I've successfully called the BS2 function shiftout without errors at compile time. What is the best way to lower my enable pin? The function as-written does not use an enable line for the shift-out. Do I have to modify BS2.shiftout so that it has an enable line working in concert with the rest of its guts? I'm sending hex characters to the 4x7 display. Is this the best function to use for this?
Comments
Turns out it wasn't. I had to write a decimal to hex converter using integer math, modulus, and shift. I'll OBEX this driver when I've finished the required comments.