7 Segment Display - Red 1.5inch Common Cathode
If your looking for digital indicators and numeric displays, for your project, these 7 segment displays will be able to get the job done.
Quick Spec
- 1.5 inch single digit 7-segment LED displays
- Digit height: 1.5-inch (38.1mm)
- Dimensions: 44 x 30.6 x 8mm
- Emitting color: Red
- Polarity: Cathode
- Made with white segments and black surface RoHS Directive-compliant
- Weight: 13g
Dimensions

Pinout

Code
// make an array to save Sev Seg pin configuration of numbers
int num_array[10][7] = { { 1,1,1,1,1,1,0 }, // 0
{ 0,1,1,0,0,0,0 }, // 1
{ 1,1,0,1,1,0,1 }, // 2
{ 1,1,1,1,0,0,1 }, // 3
{ 0,1,1,0,0,1,1 }, // 4
{ 1,0,1,1,0,1,1 }, // 5
{ 1,0,1,1,1,1,1 }, // 6
{ 1,1,1,0,0,0,0 }, // 7
{ 1,1,1,1,1,1,1 }, // 8
{ 1,1,1,0,0,1,1 }}; // 9
//function header
void Num_Write(int);
void setup()
{
// set pin modes
pinMode(2, OUTPUT);
pinMode(3, OUTPUT);
pinMode(4, OUTPUT);
pinMode(5, OUTPUT);
pinMode(6, OUTPUT);
pinMode(7, OUTPUT);
pinMode(8, OUTPUT);
}
void loop()
{
//counter loop
for (int counter = 10; counter > 0; --counter)
{
delay(1000);
Num_Write(counter-1);
}
delay(3000);
}
// this functions writes values to the sev seg pins
void Num_Write(int number)
{
int pin= 2;
for (int j=0; j < 7; j++) {
digitalWrite(pin, num_array[number][j]);
pin++;
}
Resources
Shipping List
- 1 X 7 Seg - Red 1.5" Common Cathode
7 Segment Display - Red 1.5 inch Common Cathode
- Brand: Generic
- Product Code: 7SEG-018-RED
- Weight: 0.013kg
- Product Status : Active
Stock
Warehouse | Stock Status | Location |
---|---|---|
Centurion | In Stock | AA179 |
Stellenbosch | In Stock | C0099 |
Bulk Location | No Stock |
We ship free of charge between branches to complete your order.
-
R25.00 (Inc Tax: R28.75)
Related Products
7 Segment Display - 4 Digit - Red
7 Segment Display - 4 Digit - Red These bright crisp displays are good for adding numeric output. Besides the four 7-segments, there are decimal points on each digit, a top right dot (perhaps useful ..
R65.00 (Inc Tax: R74.75)
7 Segment Display Red - Serial Interface
7 Segment Display Red - Serial Interface or SPI The Serial 7-Segment Display can be controlled in one of three ways: Serial TTL communication, SPI serial communication or I2C serial. You can even pro..
R220.00 (Inc Tax: R253.00)
7 Segment Display Blue - Serial Interface
7 Segment Display Blue - Serial Interface or SPI The Serial 7-Segment Display can be controlled in one of three ways: Serial TTL communication, SPI serial communication or I2C serial. You can even pr..
R249.00 (Inc Tax: R286.35)
7 Segment Display - RGB 2.5"
7 Segment RGB 2.5" Inside each segment is 3 red/green/blue LEDs, for 21 LEDs total. The anodes are all connected together and then there are 21 cathodes to control. Unfortunately, that means you'll n..
R289.00 (Inc Tax: R332.35)
Alphanumeric Display, I2C 4 Digit, White
Alphanumeric Display, I2C 4 Digit, White Display, elegantly, 012345678 or 9! Gaze, hypnotized, at ABCDEFGHIJKLM - well it can display the whole alphabet. You get the point. This is a nice, bright alp..
R276.00 (Inc Tax: R317.40)
Alphanumeric Display, I2C 4 Digit, Blue
Alphanumeric Display, I2C 4 Digit, Blue Display, elegantly, 012345678 or 9! Gaze, hypnotized, at ABCDEFGHIJKLM - well it can display the whole alphabet. You get the point. This is a nice, bright alph..
R279.00 (Inc Tax: R320.85)
Alphanumeric Display, I2C 4 Digit, Green
Alphanumeric Display, I2C 4 Digit, Green Display, elegantly, 012345678 or 9! Gaze, hypnotized, at ABCDEFGHIJKLM - well it can display the whole alphabet. You get the point. This is a nice, bright alp..
R273.00 (Inc Tax: R313.95)
7 Segment - Green 1.8" Common Cathode
7 Segment - Green 1.8" Common Cathode If your looking for digital indicators and numeric displays, for your project, these 7 segment displays will be able to get the job done. Quick Spec 1...
R25.00 (Inc Tax: R28.75)
7 Segment 0.56" Comman Cathode + 74LS48 Kit
7 Segment 0.56" Comman Cathode + 74LS48 Kit If your looking for digital indicators and numeric displays, for your project, these 7 segment displays will be able to get the job done. Quick Spec ..
R20.00 (Inc Tax: R23.00)
Real Time Clock Module
Real Time Clock Module This is a 2.55 x 7.14mm (1" x 2.8") 4 digit 7 segment display real time clock module which utilities the DS3231SN chip. The DS3231 is a low-cost, extremely acc..
R98.00 (Inc Tax: R112.70)
7 Seg - Blue 1.5" Common Cathode
7 Seg - Blue 1.5" Common Cathode If your looking for digital indicators and numeric displays, for your project, these 7 segment displays will be able to get the job done. Quick Spec 1.5 inc..
R25.00 (Inc Tax: R28.75)
Tags: seven segment, 7 segment, 7, segment, display, led, common, cathode, red, 1.5 inch