Programming 7-seg LED in I2C

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
airforcejeesh
Flowcode v5 User
Posts: 11
Joined: Tue Dec 30, 2014 10:03 pm
Has thanked: 5 times
Contact:

Programming 7-seg LED in I2C

Post by airforcejeesh »

Hi,

I am trying to use a 0.56" 7-segment LED HT16K33 Backpack with Flowcode 5. Unfortunatly, it seems all the guides and libraries are for Arduino or Rasberry Pi. I am confident the wiring is sound. I just don't know how to convert their instructions into byte addresses for my component macros. I'm using a 16F887 if it matters.

This is my first I2C project, so any advice would help.

Thanks.

User avatar
JohnCrow
Valued Contributor
Valued Contributor
Posts: 1367
Joined: Wed Sep 19, 2007 1:21 pm
Location: Lincolnshire
Has thanked: 364 times
Been thanked: 716 times
Contact:

Re: Programming 7-seg LED in I2C

Post by JohnCrow »

Hi
This is a IC2 LED program I wrote sometime ago for the ByVac display
Might give you a start
Simple Display - Loop.fcf
(8 KiB) Downloaded 513 times
Note you may need to change the I2C address to match yours
1 in 10 people understand binary, the other one doesn't !

airforcejeesh
Flowcode v5 User
Posts: 11
Joined: Tue Dec 30, 2014 10:03 pm
Has thanked: 5 times
Contact:

Re: Programming 7-seg LED in I2C

Post by airforcejeesh »

Thank you very much.

Post Reply