You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have bought LED-Displays with TM1637, Brand "4-Digit Display (D4056A) by Catalex". It seems, with your library displaying floats fails: display.print("abcd"); works fine display.print(82.123,0); works fine. It is shown: "82 " display.print(82.123,1); dont work. It is shown: "_0 "
Sorry for my late reply. I already started to make the library much more modular, eventually it should support any seven segment display (at least that's the plan). Hopefully I can find some time to work on the library for a couple days the coming weeks to finish this. I will order the display you mentioned for testing.
For the time being, you could probably work around most issues using some of the advanced or low level methods.
Am 30.05.2017 um 14:13 schrieb Bram Harmsen ***@***.***>:
Sorry for my late reply. I already started to make the library much more modular, eventually it should support any seven segment display (at least that's the plan). Hopefully I can find some time to work on the library for a couple days the coming weeks to finish this. I will order the display you mentioned for testing.
For the time being, you could probably work around most issues using some of the advanced or low level methods.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I have bought LED-Displays with TM1637, Brand "4-Digit Display (D4056A) by Catalex". It seems, with your library displaying floats fails:
display.print("abcd");
works finedisplay.print(82.123,0);
works fine. It is shown: "82 "display.print(82.123,1);
dont work. It is shown: "_0 "By chance I noticed, that the provider has its own library. Look here: https://drive.google.com/drive/folders/0B6uNNXJ2z4CxQjNKd2dkYU1QOFU?usp=sharing
If possible and permissible I suggest, expanding your arduino-tm1637 library for these displays to. It would be great!
Product-Links
The text was updated successfully, but these errors were encountered: