TM1637 4 Digit 0.35 inch Display - Red
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 Spec
- Display Controller: TM1367
- Digit Size: 0.35"
- Digits: 4
- Colour: Red
- Net Weight: 8g
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
- Arduino Library for TM1637
- TM1367 Code Example
- Code Example TM1367 with DHT11 temperature sensor
- TM1367 Library Functions
Shipping List
- 1 x TM1637 4 Digit 0.35" Display - Red
TM1637 4 Digit 0.35 inch Display - Red
- Brand: Generic
- Product Code: TM1637-035D-RED
- Weight: 0.008kg
- Product Status : Active
Stock
| Warehouse | Stock Status | Location |
|---|---|---|
| Centurion | In Stock | EX2-09 |
| Stellenbosch | In Stock | J8193 |
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 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..
R78.00 (Inc Tax: R89.70)
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..
R78.00 (Inc Tax: R89.70)
Tags: 7 Segment, 4 Digit, TM1637, Arduino, tm1637-red, 6970622931058, 4 digit, 0.35", 0.35inch, display, red






