3Pcs RobotDyn® Yellow LED Tube 4-Digit 7-segments Display Module For Arduino DIY

Arduino
sku: 1144435
ACCORDING TO OUR RECORDS THIS PRODUCT IS NOT AVAILABLE NOW
$12.94
Shipping from: China
Description
Feature: This is a basic, 4-digit 7-segment display module The display features double points in midle. The decimal point per digit not active. Module connecting to digital I/O on 2 pins. For Arduino use library: TM1637.h Color: Yellow Package includes: 3 x Yellow LED Display Tube Module Example1 /* Clock example example (Extended class example) Display a clock on the display. For this demo you can add a speed multiplier to make the clock run faster. For a real clock you want to use a delay of 1 min or even use a Real Time Clock module (RTC) The circuit: * connect TM1637 pin CLK to Arduino pin D4 * connect TM1637 pin DIO to Arduino pin D5 * connect TM1637 pin Vcc to Arduino pin 5V * connect TM1637 pin GND to Arduino pin GND */ // include the SevenSegmentTM1637 library #include "SevenSegmentTM1637.h" #include "SevenSegmentExtended.h" /* initialize global TM1637 Display object * The constructor takes two arguments, the number of the clock pin and the digital output pin: * SevenSegmentTM1637(byte pinCLK, byte pinDIO); */ const byte PIN_CLK = 4; // define CLK pin (any digital pin) const byte PIN_DIO = 5; // define DIO pin (any digital pin) SevenSegmentExtended display(PIN_CLK, PIN_DIO); const unsigned int clockSpeed = 10000; // speed up clock for demo // run setup code void setup() { Serial.begin(9600); // initializes the Serial connection @ 9600 baud display.begin(); // initializes the display display.setBacklight(100); // set the brightness to 100 % delay(1000); // wait 1000 ms }; // run loop (forever) void loop() { byte hours = 14; // initialize hours byte minutes = 39; // initialize minutes for ( ; hours < 24; hours++) { // count hours up to 24 for ( ; minutes < 60; minutes++) { // count minutes up to 59 display.printTime(hours, minutes, true); // display time delay(60000 / clockSpeed); // clock delay ms }; minutes = 0; // reset minutes }; }; Example2 #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 }
Price history chart & currency exchange rate
Customers also viewed

$12.24
High Resolution Caravaggio Basket Of Fruit 1599 T-Shirt rapper graphic tees vintage graphic tee T-shirts man shirts men graphic
aliexpress.ru
$4.03
Vintage Hairband Headband Ribbon Party Supplies Headdress Crown Cosplay Hoop Women's
aliexpress.ru
$8.49
Strata Liquid 900x400 Mouse Pad Computer Laptop Anime Keyboard Mouse Mat XXL Large Mousepad Keyboards Gamers Decoracion Desk Mat
aliexpress.ru
$3.87
Cute London Travel Pack Gifts UK Paris Italy France BRITISH ROYAL Big Ben Bus Canvas Shoulder Tote Bag Shopper Cotton Handbag
aliexpress.ru
$6.89
93390-00029 Подшипник для подвесного двигателя Yamaha 9.9HP 15HP 2-тактный 933-90000-29-00 93390-00029-00 6B4 (сделано в Японии)
aliexpress.ru
$4.11
2 Pcs Brass Universal Hook Buckle Hooks Purse Landyard Clip Lobster Claw Clips Key Chain Swivel Clasp Handbag Clasps Metal
aliexpress.ru
$5.52
Dragon EVA Paddle Boat Cushions Training Blue Outdoor Racing Gifts Breathable Pad Dragon Boat Seat Pad Saddle Saddle
aliexpress.ru
$11.27
Children's Guitar Toy Electric Musical Kids Large For Adults Mini Abs Toddler Toys Preschool
aliexpress.ru
$23.37
Женская куртка макси из искусственного меха с толстым поясом, осенне-зимнее пальто макси, длинные теплые роскошные элегантные меховые черные парки, меховая верхняя одежда
aliexpress.ru
$15.12
Женское винтажное мягкое пальто в полоску, базовое пальто с отложным воротником и рукавом 3/4, весна-лето 2023
aliexpress.ru
$1.79
Карманный цилиндрический мини-штопор 448D для пива, мини-цепь из цинкового сплава, портативный инструмент, гаджеты, открывалка с кольцом
aliexpress.ru
$3.58
Роскошные Кварцевые часы 2022, модные повседневные наручные часы с круглым циферблатом, часы для мужчин и женщин, изысканный подарок, часы
aliexpress.ru
$23.63
summer mens sets short sleeve print tracksuit men sportswear casual 2 pieces set t-shirt+shorts male clothes slim sports suits1, Gray
dhgate.com
$56.52
casual dresses large size embroidery knitted stitching mesh dress female 2021 autumn and winter mid-length slimming base sweater m1158, Black;gray
dhgate.com
$19.58
summer women tracksuit two piece sets sleeveless crop cargo pants ladies fitness suit outfits women matching set q1210, Black;white
dhgate.com
$16.96
women dot print puff sleeve sweetheart sweetheart neck button placket crop in yellow1, White
dhgate.com
$110.06
2020 summer new style men denim men's wear with holes beggar skinny pants fashion man1, Blue
dhgate.com
$29.68
women elastic waist slash neck white mini dress chic female hollow out embroidery casual slim vestidos party dresses ds3707, Black;gray
dhgate.com
$689.31
Car Jack Scissor With Hand-Cranked Hand Crank Car Jack Stabilizer Portable Supports Up To 2T Anti-Rust Auto Repair Tools
aliexpress.com
$16.41
Dual USB DC 12V Port 60W with LED Display Clip Battery Converter Adapter For DEWALT 18V 20V Li-Ion Battery
aliexpress.com
$312.00
PX6 Android 10.0 Car DVD GPS Player for Audi A3 S3 RS3 radio 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 with wifi 4+64GB
aliexpress.com
$17.03
Алюминий весло сдвиг автомобиля сдвиг весло сдвиг расширение для AUDI A4(17) A5(17) Q7(16-17) TT(15-17) TTS(16-17)
aliexpress.ru








