Flowcode 5.5 user component creation info
Moderator: Benj
-
- Posts: 14
- Joined: Sat Apr 14, 2012 11:37 pm
- Location: Iasi, Romania
- Has thanked: 8 times
- Been thanked: 7 times
Flowcode 5.5 user component creation info
How can I get info needed to create one 5x7 Led Matrix display custom component ? FC help file doesn't really help at all unfortunately ... Is there a manual or is there a specific document that I can use ? Thank you.
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Flowcode 5.5 user component creation info
Hello,
This type of component is not supported in Flowcode 5 but there is a component with simulation to allow you to do this in Flowcode 6.
If you have to use Flowcode 5 then you will have to create code to drive the LED matrix by creating your own macros to bit bang the data to the LEDs. You will also not be able to simulate this in Flowcode 5 so have your hardware handy when developing the code.
This type of component is not supported in Flowcode 5 but there is a component with simulation to allow you to do this in Flowcode 6.
If you have to use Flowcode 5 then you will have to create code to drive the LED matrix by creating your own macros to bit bang the data to the LEDs. You will also not be able to simulate this in Flowcode 5 so have your hardware handy when developing the code.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 14
- Joined: Sat Apr 14, 2012 11:37 pm
- Location: Iasi, Romania
- Has thanked: 8 times
- Been thanked: 7 times
Re: Flowcode 5.5 user component creation info
I was aware of that, I was lazy in building a prototype ... Well, I will keep researching and will build my prototype. Still, since there are 2 user components available, you are saying that those don't simulate ? What is the purpose then ? Is there any extended documentation for their usage ?