10Pcs RobotDyn® Yellow LED Display Module 4-digit 7-segment Tube For Arduino DIY

Arduino
sku: 1144437
ACCORDING TO OUR RECORDS THIS PRODUCT IS NOT AVAILABLE NOW
$36.85
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: 10 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

$30.40
LCD display 18650/14500/16340 Smart 1.2V 3.7V lithium battery charger for AA&AAA Ni-MH Ni-CD smart double & independent charger
aliexpress.com
$9.34
1 Bottle 300ML Water-soluble Based Body Oil oral health care Product Lubricants Heathy tool couple healthy Oil good health
aliexpress.com
$25.90
Summer New Macaron Hand-Woven Women's Simple Solid Color Fashion Crossbody Square Bag
aliexpress.com
$28.51
Fit For Tracer 7GT 2015-2022 Folding Extendable Brake Clutch Levers Tracer 7GT CNC Accessories Adjustable Parking Handle Set
aliexpress.com
$31.78
Window Control Master Switch Module 19209381 With Sub Switch 19209382 for Chevrolet Corvette C5 1997-2004
aliexpress.com
$8.75
Retinol Capsule Liquid Facial Moisturizing Essence Lighten Dark Spots Whitening Cream Facial Essence Hyaluronic Acid Korean Skin
aliexpress.com
$18.26
3 Pack Double Antenna Mast Clamp V Jaw Block 5.5Inch Bolts,Anti-Rust Heavy Duty Pole To Pole Mounting Kit Bracket Holder
aliexpress.com
$10.06
Simulation Fruit Simulated Watermelon Photo Prop Decor Fake Faux Foam Artificial Model Fruits
aliexpress.com
$17.56
A Bag of Eight Cute And Interesting Hyaluronic Acid Duck Snacks Plush Pillow Soft Cartoon Animal Toys Children's Birthday Gifts
aliexpress.com
$16.16
0258007357 1K0998262H Lambda O2 Oxygen Sensor for TRANSPORTER GOLF MULTIVAN TOURAN TOUAREG POLO-PASSAT 2000-2015
aliexpress.com
$4.26
Peanut PVC Yoga Supplies with Thorns Workout Massage Peanut Hand Ball Yoga Fitness Ball Inflated Air Bag Peanut Ball 6 Colors
aliexpress.com
$54.32
Quality Futsal American Soccer Shoes Messi Football Boots Chuteira Campo Cleats Training Sneakers Non-slip Women Footwear TF/FG
aliexpress.com
$8.41
8 Inch Nylon Silk Grass Head Special Hardening Universal Lawn Mower Weeding Wheel Brick Seam Weeding 6000 Rpm Grass Heads
aliexpress.com
$20.11
12V / 24V four way PLC like relay control board / MCU programmable control relay / switching value
aliexpress.com
$35.41
JSXDHK 2021 New Runway Elegant Autumn Two Piece Set Women Gold Flower Embroidery Lapel Collar Shirt Tops + High Waist Pants Suit
aliexpress.com
$9.00
Auto Door Armrest Handle Storage Tray Passenger Handle Storage Organizer Box For 2007-2010 Jeep Wrangler JK JKU
aliexpress.com$11.86
Herbilogy Red Ginger Extract Powder - Minuman Ekstrak Jahe Merah Bubuk Murni - Healthy Food Organik
shopee.co.id
$35.03
Тюль вуаль на шторной ленте с принтом JoyArty "Цветочные пятна", 310х265 см, Цветочные пятна
goods.ru
$28.96
5 В, 2 А, CD-плеер, аудиоплеер, питание от аккумулятора, DVD-плеер, USB с дистанционным управлением
aliexpress.com$11.99
Unisex Knitted Solid Color Cartoon Dinosaur Pattern Patch All-match Warmth Brimless Beanie Hat, Black;gray;yellow;pink;red
newchic.com
$17.13
New R9 2025 Motorcycle For Yamaha MT-09 FZ-09 2021-2025 XSR900 2022-2025 TRACER & SCRAMBLER 900 2021-2025 Engine Protection Kit
aliexpress.ru

















