Skip to content

Add support for "4-Digit Display (D4056A) by Catalex" #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rneppi opened this issue May 20, 2017 · 2 comments
Open

Add support for "4-Digit Display (D4056A) by Catalex" #13

rneppi opened this issue May 20, 2017 · 2 comments
Assignees

Comments

@rneppi
Copy link

rneppi commented May 20, 2017

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 "

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

@bremme bremme self-assigned this May 30, 2017
@bremme
Copy link
Owner

bremme commented May 30, 2017

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.

@rneppi
Copy link
Author

rneppi commented May 30, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants