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

Arduino
sku: 1128919
ACCORDING TO OUR RECORDS THIS PRODUCT IS NOT AVAILABLE NOW
$2.90
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: Green, Red, Yellow (Optional) Package includes: 1 x 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

$14.40
Краска для сколов KIWIX VOLKSWAGEN G3 RED + лак 20 мл + грунт 20 мл комплект/G3-054933G, Красный, VOLKSWAGEN G3 RED + лак 20 мл + грунт 20 мл комплект
goods.ru
$67.32
New Fashion Beige Blue One Button Wedding Tuxedos Groom Men Suits Groomsmen Formal Suits (Jacket+Pants+Tie) costume homme terno
aliexpress.com
$57.75
Colorful Elegant Chiffon Evening Dresses Puffy Sleeves For Women Arabic Prom Gowns Dubai Formal Special Abendkleider Custom Made
aliexpress.com
$69.37
Dog Bed Sofa Fluffy Dogs Sofa Mat Long Plush Warm Kennel Couch with Neck Bolster Removable Cushion Removable Pet Bed Cat Bed
aliexpress.com
$15.00
Spark Plug Fuel Filter Carburetor Air Filter Gasket Kit For Honda GX120 Gx160 5.5hp GX200 6.5 PS 168F For Chinese 168 Engine
aliexpress.com
$1.99
Refrigerator PTC Starter Relay 33 Ohm 3 Pin + Compressor Overload Protector 1/2HP
aliexpress.com
$15.60
For Mazda 6 2012 2013 2014 2015 2016 Carbon Fiber Car Accessories Roof Reading Light Panel Frame Cover Sticker Trim Decoration
aliexpress.com
$1.18
New Whiskey Round Ice Cube Maker Ice Ball Mold Silicone Ice Cube Tray Cube Mould Machine Bar Tools Kitchen Accessories Gadgets
aliexpress.com
$58.71
25038-Short-sleeved T-shirt male 2018 summer new men's summer cotton student short-sleeved shirt men's tide
aliexpress.com
$0.46
Fastening Hook Water Bottle Buckle Hook Water Bottle Holder Clip Outdoor Carabiner Rear Belt Camp Hanger
aliexpress.com
$7.08
Recreation Mens Slippers Indoor Racing Flip Flops For Wedding Lofer Sliders Shoes Men Branded Tennis Heel Sandals Luxo Tennis
aliexpress.com
$4.64
Косметическое зеркало для макияжа, косметическая безвредная для кожи основа под макияж, искусственные тени для век, кисти для пудры, основы ...
aliexpress.ru
$15.90
Комбинированный корейский Свободный модал розовая фототкань элегантный повседневный шикарный спортивный костюм женские весенние широкие...
aliexpress.ru
$8.41
2x30 см 40 см Светодиодная жесткая полоса прожекторное освещение Прожекторы бар 2835 SMD DIY столешница Витрина Полка окно дисплей лампа 220 В
aliexpress.ru
$21.62
Мужские рваные джинсы с вышивкой, эластичные брюки-карандаш в стиле хип-хоп, модель 2022 в Корейском стиле
aliexpress.ru
$1.38
интерактивная игрушка для кошки Интерактивная лазерная указка для домашних животных, 3 цвета Игрушки
aliexpress.ru
$2.49
Нетоксичный портативный эффективный ролик для кошек, для домашних животных, для щенков
aliexpress.ru
$11.25
Женский слитный бразильский купальник, винтажный купальник для плавания, пляжная одежда, 2021, сексуальные женские летние купальники, размер...
aliexpress.ru
$14.12
Детская цифровая камера HD фото видео многофункциональная камера Обучающие игрушки Поддержка многоязычной карты памяти DJA88
aliexpress.ru
$15.58
1 пара автомобиля Черный передние противотуманные фары Светильник лампы ободок крышки отделкой отверстие подходит для Chevrolet Cruze 2009 2010 2011 2012 ...
aliexpress.ru














