Skip to content

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

Open
@rneppi

Description

@rneppi

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions