3pcs 0.36 Inch 4-Digit LED Display Tube 7-segments TM1637 30x14mm Yellow Decimal Point Module

$28.99 $18.99 SAVE 34%
Add to Wishlist
About this item
Description:
 
This is a basic, 4-digit 7-segment display module (YELLOW). 
The display features decimal points per digit.
Module connecting to digital I/O on 2 pins.
For Arduino use library: TM1637.h

Digit dim. 0.36"
Dots decimal
Driver IC TM1637
Color YELLOW
Display size 30x14mm
Voltage 5V

Package includes:
 
3 x Display Module

Scetch:
#include "TM1637.h" // include the TM1637 library
TM1637 display(2, 3);// // initialize the library for pins 2, 3
 
void setup()
{
display.init(); // Start display
display.set(7); //Setup brightness 0 to 7
int8_t Disp[4]; //Dimension of digits
}
void loop()
{
Disp[0] = 1; //Write digits to dimension
Disp[1] = 2;
Disp[2] = 3;
Disp[3] = 4;
display.display(Disp); //Show dimension(digits) to display
}
   


Shipping information

(1) FREE Shipping 10 - 15 business days, (2) Standard Shipping 7 - 12 business days.

Shipping and Delivery Estimates

We ship in-stock orders as soon as possible. This is often within two business days, but there are situations where it may take longer. All estimates are based on business days.

Note:

(1) The shipping time mentioned above refers to the estimated time of business days that the shipment will take after an order has been shipped.

(2) Business days do not include Saturday/Sunday and any public holidays.

(3) These estimates are based on normal circumstances and are not a guarantee of delivery times.

(4) We are not responsible for the failures or delays in delivery resulting from any force majeure event, such as natural disaster, bad weather, war, customs issues, and any other event beyond our direct control.

Return and exchanges

Our policy lasts 14 days. If 14 days have gone by since your purchase, unfortunately we can't offer you a refund or exchange. To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.

for more information please visit our Refunds & Returns Policy page.