Right, I have changed my mind.
Attached is the source code and component for 2D version of TM1637 4-digit display.
Hopefully both bugs are fixed and now the display on/off also works with 1/0 on the embedded side.
Can you please let me know if fully working for you or not.
TM1637 4-Digit Display Minor Bug
-
medelec35
- Valued Contributor
- Posts: 2361
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 742 times
- Been thanked: 799 times
Re: TM1637 4-Digit Display Minor Bug
- Attachments
-
- TM1637_7SEG_Quad_Driver_2dgi.fcfx
- (169.66 KiB) Downloaded 10 times
-
- TM1637_Display_2dgdi.fcpx
- (8.64 KiB) Downloaded 10 times
Martin
-
ELECTRONICA67
- Posts: 225
- Joined: Wed Dec 02, 2020 3:59 pm
- Has thanked: 37 times
- Been thanked: 10 times
Re: TM1637 4-Digit Display Minor Bug
Hi,
I tried to copy and paste the file, but I'm getting this error message; I'm using Flowcode 11.
Enrique
I tried to copy and paste the file, but I'm getting this error message; I'm using Flowcode 11.
Enrique
- Attachments
-
- TM1637.png (127.36 KiB) Viewed 87 times
-
ELECTRONICA67
- Posts: 225
- Joined: Wed Dec 02, 2020 3:59 pm
- Has thanked: 37 times
- Been thanked: 10 times
Re: TM1637 4-Digit Display Minor Bug
Hi
I was able to save the file in Flowcode 10, but Flowcode 11 wouldn't accept it.
I was able to save the file in Flowcode 10, but Flowcode 11 wouldn't accept it.
-
ELECTRONICA67
- Posts: 225
- Joined: Wed Dec 02, 2020 3:59 pm
- Has thanked: 37 times
- Been thanked: 10 times
Re: TM1637 4-Digit Display Minor Bug
Hi,
The TM1637 4-digit display component worked in Flowcode 10. Not in Flowcode 11
Saludos
Enrique
The TM1637 4-digit display component worked in Flowcode 10. Not in Flowcode 11
Saludos
Enrique
- Attachments
-
- TM1637.jpeg (44.74 KiB) Viewed 87 times
-
chipfryer27
- Valued Contributor
- Posts: 2079
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 458 times
- Been thanked: 685 times
Re: TM1637 4-Digit Display Minor Bug
Hi
With FC11 I sometimes have an issue when updating libraries which I think is down to my laptop rather than FC itself. When downloading, some not all may download without any trouble, but a couple may throw up a warning that I don't have permission to access. Quickest fix is just to run FC as an Administrator. It is only now and again it happens and only with my laptop running W11 so pretty certain local to my machine.
I have just downloaded Martin's updates and placed the updated component into my User Component folder. Running perfectly. I can switch On / Off using 1 / 0, the display can be dimmed and when I simulate the colon is visible.
So from my perspective it now works a treat.
Thanks Martin.
Regards
With FC11 I sometimes have an issue when updating libraries which I think is down to my laptop rather than FC itself. When downloading, some not all may download without any trouble, but a couple may throw up a warning that I don't have permission to access. Quickest fix is just to run FC as an Administrator. It is only now and again it happens and only with my laptop running W11 so pretty certain local to my machine.
I have just downloaded Martin's updates and placed the updated component into my User Component folder. Running perfectly. I can switch On / Off using 1 / 0, the display can be dimmed and when I simulate the colon is visible.
So from my perspective it now works a treat.
Thanks Martin.
Regards
-
medelec35
- Valued Contributor
- Posts: 2361
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 742 times
- Been thanked: 799 times
Re: TM1637 4-Digit Display Minor Bug
Hello.ELECTRONICA67 wrote: ↑Tue Aug 18, 2026 1:09 amHi
I was able to save the file in Flowcode 10, but Flowcode 11 wouldn't accept it.
I'm glad it works for Flowcode v10, thanks for letting me know.
It won't be the component since chipfryer27 can successfully add it.
Could it be that Flowcode was open and accessing the original file, so won't allow you to update with a newer version?
Try closing Flowcode v11 then adding component to
Code: Select all
%ProgramData%\MatrixTSL\FlowcodeV11\ComponentsMartin