Search found 4 matches

by mabd
Sat Mar 01, 2008 10:08 am
Forum: Flowcode V2 & V3
Topic: Let Us Know What You Are Doing With Flowcode
Replies: 42
Views: 87884

Re: Let Us Know What You Are Doing With Flowcode

Training and teaching Pic at the university level and some other small projects.
by mabd
Sat Mar 01, 2008 10:06 am
Forum: Flowcode V2 & V3
Topic: Foreign language support
Replies: 12
Views: 28205

Re: Foreign language support

translate means the menus or the menus+the help file.
anyway i can help in translating to arabic.
by mabd
Sat Mar 01, 2008 9:59 am
Forum: Flowcode V2 & V3
Topic: Components
Replies: 30
Views: 64267

Re: Components

I like to see (develop-test) more usb devices and some mechatronics examples.
Also a pdf manual might be useful.
by mabd
Sat Mar 01, 2008 9:49 am
Forum: Components (Other)
Topic: changing common anode 4 7-segment in flowchat
Replies: 1
Views: 3559

changing common anode 4 7-segment in flowchat

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- c...