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

$34.49
fashion men trench coat hoodies streetwear hooded long outerwear punk style casual men women cloak jacket sweatshirt winter 3xl2617640087, Black
dhgate.com
$75.62
85mm GPS Speedometer Adjustable Trip 12V/24V GPS Speed Gauge Fuel Level Voltmeter for Car Light Vehicles Yachts Tractors
aliexpress.com
$37.89
Elegant Short Sleeve Printed Satin Mandarin Collar Cheongsam Retro Handmade Buttons Qipao Women Sexy Chinese Traditional Dress
aliexpress.com
$9.00
Cute kids cartoon hat summer child beach accessories casquette sun hats for children boys girls baby caps
aliexpress.com
$24.50
4V130C-06 4V230C-06/08 4V330C-08/10 4V430C-15 AC220V 110V DC 12V 24V 2 Positions 5 Way Air Pneumatic Solenoid Valve 1/8 1/4
aliexpress.com
$2,052.00
Детектор, инфракрасный газоанализатор для метана, CO2 H2S O2 анализатор нескольких газов
aliexpress.ru
$10.94
Модуль Восстановления печати после выключения питания, MINI UPS 12 В V2.0, поддерживает материнскую плату для 3D-принтера BBT Gen L 32 бит серии SKR
aliexpress.ru
$14.59
Paper Box Tube Kraft Gift Cylinder Bottle Container Cardboard Tubes Boxes Oil Essential Packing Round Packaging Containers
aliexpress.com
$89.96
Пластиковые оранжево-белые смешанные цвета с помпоном для чарлидинга, ручка с широкими ручками 1000*3/4 дюйма, 10 шт.
aliexpress.ru
$7.05
Фон для фотографирования с изображением звездного ночного леса красивой Вселенной Галактики звезд и Луны природы летнего неба туманности ...
aliexpress.ru
$20.12
ins popular new creative exquisite zircon 3d wings movable butterfly ring free size
fordeal.com
$87.23
fashion temperament contrast color chiffon short-sleeved shirt top + slim slim a-line skirt two-piece fashion suit
fordeal.com
$35.19
ins net red same style summer fashion personality characteristic star buckle decorated with a word thin belt flat sandals and slippers women
fordeal.com
$17.81
moment beauty skmei southeast asia explosive fashion multifunctional waterproof outdoor sports student men's electronic watch
fordeal.com
$21.48
nylon reflective dog collar and leash set adjustable walking training dog belt traction rope for medium large dogs pi wmtdeo
dhgate.com
$11.49
Black 15 Darts Magazines Worker f10555 15 Bullets Universal Soft Bullet Clip Injection Mold Magazine Clip for Nerf - Black
aliexpress.com
$4.22
SINLEERY Simple Adjustable Women Bangle Yellow Gold Silver Color Ball Tiny Cubic Zirconia Beautiful Bracelet Jewelry SL148 SSB
aliexpress.com
$8.32
Throw Pillow Covers Cases ed Hamsa Hand Symbol Fatima Religious Sign All Seeing Eye Vintage s Print Pillowcase Case Cover
aliexpress.com
$15.71
Personality Creative Shell Cross Embossed Necklace Pendant Original Jewelry Valentine's Day Send Girlfriend Jewelry
aliexpress.com
$4.12
MISS ROSE 100ml Makeup Setting Spray Matte Setting Spray Oil-control Natural Long-lasting Make Up Fix Foundation Spray TSLM1
aliexpress.com$1.85
New Back Soft Silicon Cover FOR NS5006 Butterfly Flower Anti Skid Colorful Case for Nous NS 5006
aliexpress.com












