custom 7seg LED display

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
dz28
Posts: 60
Joined: Thu Aug 04, 2016 3:30 pm
Has thanked: 7 times
Been thanked: 9 times

custom 7seg LED display

Post by dz28 »

Is there a way in FC7 to output custom characters to the 7segment LED display component?
Can this component be customized?

Thanks
DC

User avatar
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: custom 7seg LED display

Post by Benj »

Hi DC,

What characters would you like to see supported?

Currently the 7-seg has the ability to display 0-9 and A-F to allow you to output in decimal or hexadecimal formats.

You should be able to add support for more characters by simply writing values to the port pins using the output icon.
7Seg.fcfx
(8.22 KiB) Downloaded 258 times

dz28
Posts: 60
Joined: Thu Aug 04, 2016 3:30 pm
Has thanked: 7 times
Been thanked: 9 times

Re: custom 7seg LED display

Post by dz28 »

Thanks!!
That will work fine.

DC
:D

Post Reply