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

$8.18
Жіноча піжама з літнім принтом у смужку. Одяг для сну зі штучної бавовни. Піжама з круглим вирізом. Майка. Шорти. М’який домашній нічний одяг без рукавів. S синій
joom.com
$4.35
Men Outdoor Sun Hat Knight Cap Wide Straw Beach Summer Autumn Tourism Hiking Sunhat Fisherman s Monochrome Matte Accessories кавовий
joom.com
$4.40
Extension Natural Long DIY Premade Volume Individual Eyelashes Fan Eyelashes Grafting Eyelashes 10mm
joom.com
$0.46
Ponytail Fixed Gadget Headband Phone Line Hair Ring High Elasticity Durable Not Hurt Hair Tie Fashion Women Girl Hair Accessory
aliexpress.com
$20.52
Stiletto Sandals Woman Sexy High Heels Shoes Transparent Clear Heels Platform Sandals Women Cross Straps Wedding Dress Silver
aliexpress.com
$12.00
Original For Dell E6420 Audio Ethernet USB VGA Port Board CN-0CYXNG 0CYXNG CYXNG PAL50 LS-6591P
aliexpress.com
$54.54
women's down & parkas spring autumn winter 2021 women lambswool jean coat long sleeves warm jeans outwear wide denim jacket plus size s, Black
dhgate.com
$26.97
INS скандинавский новый коврик для детей детский игровой коврик круглый ковер мультяшный Лев игровой коврик реквизит для фотосъемки новорож...
aliexpress.com
$168.22
blue basketball velvet heiress shoes jumpman night maroon 11 pantone bred pinnacle cool grey 11s concord low legend blue mens sneakers bj5u, Black
dhgate.com
$17.10
1Piece Halloween Spider Night Lamp Black Widow Spider Silhouette LED Wall Light Araneid Living Room Vinyl Wall Clock Home Decor
aliexpress.com
$14.29
Summer Beach Japanese Style Kimono Haori Long Robe Shirt Men Women Cardigan Crane Print Retro Traditonal Costume Free Shipping
aliexpress.com$258.00
Realmaskmaster realistic silicone halloween mask for man party supplies artificial latex adult full face party male masks fetish
aliexpress.com
$0.77
1 piece Violet etiquette mariage wedding invitations greeting card,wedding announcement card laser cut personalized postcard
aliexpress.com
$14.49
Nude yoga pants for women tight-fitting high-waisted tummy-tightening butt-lifting fitness pants high-elastic
aliexpress.com
$279.52
A518 46RE 48RE Transmission Master Rebuild Combo Kit Overhaul Oil Pan Filter Solenoid Sensor for Dodge Chrysler Jeep 2000-UP
aliexpress.com
$60.72
16510-1 For Dell 3050 MT Motherboard VJ40T Y4H34 W0CHX DW5KY P03DX Mainboard 100% Tested OK Fully Work Free Shipping
aliexpress.com
$410.57
Avalon-car paint spray gun high atomization spray U-shaped nozzle 1.4 gauge top pot
aliexpress.com
$97.54
Spare Tire Carrier Mount Mounting Rack for Polaris RZR XP 1000/Turbo 2014-2022 Spare Tire Carrier Mount Rack
aliexpress.com




