On le trouve pour moins de deux euros sur Ebay
Bibliothèque
https://github.com/rjbatista/tm1638-library
Exemple :
Procédures et fonctions
Instantiate a tm1638 module specifying the display state, the starting intensity (0-7) data, clock and stobe pins.
Set the display to a unsigned hexadecimal number (with or without leading zeros)
Set the display to a unsigned decimal number (with or without leading zeros)
Set the display to a signed decimal number (with or without leading zeros)
Set the display to a unsigned binary number
Set the LED at pos to color (TM1638_COLOR_RED, TM1638_COLOR_GREEN or both)
Set the LEDs. MSB byte for the green LEDs, LSB for the red LEDs
Returns the pressed buttons as a bit set (left to right).
Set the display (segments and LEDs) active or off and intensity (range from 0-7).
Set a single display at pos (starting at 0) to a digit (left to right)
Set the display to an error message
Clear a single display at pos (starting at 0, left to right)
Set the display to the values (left to right)
Clear the display
Set the display to the string (defaults to built in font)
Set the display to the String (defaults to built in font)