7 SEGMENT 4 DIGIT DISPLAY W/TM1637 DRIVER

7 SEGMENT 4 DIGIT DISPLAY W/TM1637 DRIVER
  • Brand:

    Multi-Source
  • Product Code:

    SG - TM1637-RED
  • Availability:

    30
  • Price:

    S$ 6.90

Qty


7 Segment 4 Digit with TM1637 Driver

7 Segment 4 Digit with TM1637 Driver

7 Segment 4 Digit with TM1637 Driver - easy to interface with Arduino

The very popular TM1367 LED scan controller makes controlling the 4 digit seven segment so much easier. The display modules has 4 pins, VCC, GND, Clock and Data I/O

Quick Specs

  • Display Controller: TM1367
  • Digit Size: 0.36" - 9mm
  • Digits : 4
  • Colour: Red

Resources

Arduino Code Example

 

#include "TM1637.h" 
#define CLK 12      
#define DIO 13    

TM1637 disp(CLK,DIO);

void setup()
{
  disp.set(5);        //Set Brightness 0 - 7
  disp.init(D4056A);  //Type of module
}

void loop() 
{
  disp.display(-2.45); // Our the value
  delay(1000);         // 1 sec delay 
  disp.display(12.34); // Our the value
  delay(1000);         // 1 sec delay 
}

 

Above Code - Output


 

  • 1 x TM1367 7 Segment Display Module - 4 Digit

 

GET THE LATEST NEWS DELIVERED DAILY

Give us your email and you will be daily updated with the latest events, in detail.