changing common anode 4 7-segment in flowchat

Forum for problems or queries regarding other Flowcode Components. Eg LEDs, Switches, LCD, Gfx LCD etc

Moderators: Benj, Mods

Post Reply
mabd
Posts: 4
Joined: Sat Mar 01, 2008 9:45 am
Contact:

changing common anode 4 7-segment in flowchat

Post by mabd »

Flowchart comes with common anode 7-segment and 4 7-segment
to change it to common cathode. use example tut_17 for example
i used this simple mehtod.
1- do your project normal
2- compile to c
3- view c code
4- in
void FCD_LED7Seg10_ShowDigit(char Value, char DecimalPoint)
5- add
porta = ~porta;
6- compile and link by hand
7- take the generated hex and burn it

good luck

msnm4
Posts: 6
Joined: Sun Jan 13, 2008 7:20 pm
Contact:

Re: changing common anode 4 7-segment in flowchat

Post by msnm4 »

Excellent!!, thank you

regards

msnm4

Post Reply