Search found 5 matches

by bader357
Tue Nov 04, 2008 7:30 am
Forum: Flowcode V2 & V3
Topic: change 7 seg from common anode to common cathode ??
Replies: 4
Views: 13174

Re: change 7 seg from common anode to common cathode ??

Hello Badger You should just have to edit this line. //display the digit #if (%q == 1) and set it to this //display the digit #if (0 == 1) It looks like the C code file has already been updated to allow for common cathode displays but the actual components have not yet been updated to reflect the C...
by bader357
Mon Nov 03, 2008 5:43 pm
Forum: Flowcode V2 & V3
Topic: change 7 seg from common anode to common cathode ??
Replies: 4
Views: 13174

change 7 seg from common anode to common cathode ??

What I must change on the "7 segment component code" C-program to change from common anode to common cathode. /********************************************************************* * Flowcode LED7SEG1 Component Code * * File: LED7SEG1_Code.c * * (c) 2007 Matrix Multimedia Ltd. * http://www.matrixmul...
by bader357
Mon Nov 03, 2008 12:03 pm
Forum: Bugs / Application Errors
Topic: Different results between Flowcod and real PIC
Replies: 2
Views: 3705

Re: Different results between Flowcod and real PIC

Hello The Flowcode 7 segment component is defined for a common anode display so the 8-bit data connection provide a path to ground rather then power for the segment. Common cathode types of display will be supported by Flowcode V4. In the mean time if you know a bit of C you should be able to edit ...
by bader357
Mon Nov 03, 2008 8:19 am
Forum: Bugs / Application Errors
Topic: Different results between Flowcod and real PIC
Replies: 2
Views: 3705

Different results between Flowcod and real PIC

I writing a small program with one 7 segment display for the 16F877a. If I enter a 0 in Flowcode so I become a 0 in the program but on the real PIC only a (-.) minus and decimalpoint. Also only the output RB6 and RB7 are aktiv on Processor piture in Flowcode, but for a 0 should are be 6 outputs akti...
by bader357
Sun Nov 02, 2008 3:08 pm
Forum: Flowcode V2 & V3
Topic: Different display between Flowcode and real PIC
Replies: 1
Views: 2107

Different display between Flowcode and real PIC

I writing a small program with one 7 segment display for the 16F877a. If I enter a 0 in Flowcode so I become a 0 in the program but on the real PIC only a (-.) minus and decimalpoint. Also only the output RB6 and RB7 are aktiv on Processor piture in Flowcode, but for a 0 should are be 6 outputs akti...