LED 7 Seg. Characters "and" numbers

Any general or miscellaneous queries that do not fit into the other forum catagories

Moderators: Benj, Mods

Post Reply
sgvideo
Flowcode V4 User
Posts: 9
Joined: Tue Mar 17, 2009 10:14 am
Contact:

LED 7 Seg. Characters "and" numbers

Post by sgvideo »

Hi

I would like to show some characters on a 7 segment deisplay along with numbers. Using the 7 seg driver, I can show numbers (easily) but cannot figure our how to show letters like F (for fail) b (low bat) P (for pass). I would assume some character definitions need to be changed in the driver itself, or is it possibe to do it another way. I still need to display numbers, just looking to add additional characters.

Thanks

Mitch

sgvideo
Flowcode V4 User
Posts: 9
Joined: Tue Mar 17, 2009 10:14 am
Contact:

Re: LED 7 Seg. Characters "and" numbers

Post by sgvideo »

I figured out my own answer, by first clearing the port first and then writing the value in hex to the port for the segments (port b in my case) i do not want (for a common Anode display) and turning on the anode .



M

Post Reply