TM1637 4 Digit 0.35" Display - Yellow

The TM1637 4-digit 7-segment display module offers a simple and efficient solution for displaying numeric data in embedded projects. Driven by the TM1637 controller, this module reduces the number of required microcontroller pins by using a 2-wire interface (CLK and DIO), making it ideal for applications such as clocks, counters, timers, and basic readouts.

Featuring a bright yellow 0.35" 4-digit display, the module ensures clear visibility while maintaining a compact footprint. With just four connections—VCC, GND, Clock, and Data—it is easy to integrate into platforms like Arduino and other microcontrollers, making it perfect for both beginners and advanced users.

Quick Spec

  • Display Controller: TM1637
  • Display Type: 4-digit 7-segment LED
  • Digit Size: 0.35"
  • Display Colour: Yellow
  • Interface: 2-wire (CLK, DIO)
  • Pins: VCC, GND, CLK, DIO
  • Net Weight: 8 g

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 
}

Resources

Shipping List

  • 1 x TM1637 4 Digit 0.35" Display - Yellow


TM1637 4 Digit 0.35" Display - Yellow

  • Brand: Generic
  • Product Code: TM1637-035D-YEL
  • Weight: 0.008kg
  • Product Status : Active
  • Stock

    Warehouse Stock Status Location
    Centurion In Stock AN088
    Stellenbosch In Stock C0109
    Bulk Location No Stock

    We ship free of charge between branches to complete your order.

  • R78.00 (Inc Tax: R89.70)


Related Products

TM1637 4 Digit 0.35" Display - Green

TM1637 4 Digit 0.35" Display - Green

TM1637 4 Digit 0.35" Display - Green The TM1637 4-digit 7-segment display module offers a simple and efficient solution for displaying numeric data in embedded projects. Driven by the TM1637 contro..

Centurion (In Stock)
Stellenbosch (In Stock)
Bulk Location (No Stock)
Part No: TM1637-035D-GRE
Product Status : Active

R78.00 (Inc Tax: R89.70)

TM1637 4 Digit 0.35" Display - Blue

TM1637 4 Digit 0.35" Display - Blue

TM1637 4 Digit 0.35" Display - Blue The TM1637 4-digit 7-segment display module offers a simple and efficient solution for displaying numeric data in embedded projects. Driven by the TM1637 control..

Centurion (In Stock)
Stellenbosch (In Stock)
Bulk Location (No Stock)
Part No: TM1637-035D-BLU
Product Status : Active

R78.00 (Inc Tax: R89.70)

TM1637 4 Digit 0.35" Display - White

TM1637 4 Digit 0.35" Display - White

TM1637 4 Digit 0.35" Display - White The TM1637 4-digit 7-segment display module offers a simple and efficient solution for displaying numeric data in embedded projects. Driven by the TM1637 contro..

Centurion (In Stock)
Stellenbosch (In Stock)
Bulk Location (No Stock)
Part No: TM1637-035D-WHI
Product Status : Active

R78.00 (Inc Tax: R89.70)

Tags: tm1637 display, 4 digit 7 segment, led display module, yellow segment display, arduino display module, digital tube display, tm1637 module, numeric display, embedded display module, 7 segment driver