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

$28.16
brand New Men Warehouse Jackets Men's Winter Warm Coats Fleece Thick Hooded Casual Cotton Coats Sportswear Plus Size Sweatshirts
aliexpress.com
$8.36
Star Of Life Geometry Star Plaid Sunshade Windscreen Car Front Window Visor 76x140cm Car Window Windscreen Cover Heat Reflector
aliexpress.com
$16.00
For CFMOTO 450SR SR450 SR 450 SR 2022 2023 Motorcycle Dual USB Charger Cigarette Lighter Adapter Phone Charger Double USB Port
aliexpress.com
$4.24
Детские Кольца для Манежа, крючки для детской кроватки, подвесное кольцо для кровати, подставка для Манежа, помощник по ходьбе
aliexpress.com
$8.68
Бесплатная доставка, новые модные полимерные бусины 300 шт./лот 12,5*7 мм в форме банта с плоской задней стороной для украшения «сделай сам» (много цветов на выбор)
aliexpress.com$14.98
M&S Collection Camiseta de algodón con texto 'Sunshine Summer' (6-16 años) - White, White
marksandspencer.com
$31.00
Охотничий нож Csgo, тактический резец с фиксированным лезвием из стали 440с и рукояткой из G10, для ежедневного использования, туризма
aliexpress.ru
$12.33
Montessori Educational Wooden Toys for Children Baby Toys 1-100 Digit Table Math Teaching for Kids
aliexpress.com
$86.20
markyi wine red brand mens suits tuxedo mens wedding suits for men bridegroom male suit 3 pieces (jacket+vest+pant, White;black
dhgate.com
$2.19
25PCS Electroplated Nickel Books Screw Account Books Screw Stud Rivets Album Docking Screw Recipe Nails M5*6/8/10/12......100mm
aliexpress.com
$2.11
Portable Folding Makeup Mirror Single Side Travel Shaving Makeup Mirror Compact Pocket Mirror Folding Portable Hot Selling
aliexpress.com
$8.80
100PCS X 1mm X 2 Meter end glow PMMA plastic fiber optics cable for LED star ceiling light free shipping
aliexpress.com
$2.62
4pcs Car Trim Removal Dashboard Pry Radio body Upholstery Interior Remover Tool Kit Fasteners
aliexpress.com
$4.92
2018 Estelle Wang Heart-shaped Lightweight Organizers Accessories For Handbag Bags Lovely Diy Bag Accessories
aliexpress.com$1.25
Silicone Protective Case Covers for LG K40/K12 Plus/X4 2019 Soft TPU Transparent Phone Back Shell LGK40 K12Plus X42019 Clear Gel
aliexpress.com
$1.98
2 Set Cluster Scratch Cluster Screen Protection Film Protector For Kawasaki Z800 2013-2016 ZR800 ABS 2016 Z/ZR 800
aliexpress.com
$6.27
Baby Girls Outfits Toddler Sleeveless Off Shoulder Embroidery Rose Tops+Skirts Outfits Set
aliexpress.com
$8.50
2019 hot selling professional full strip lashes wholesale price 3d mink fur strip eyelashes
alibaba.com




