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

Arduino
артикул: 1144436
ЗГІДНО З НАШИМИ ДАНИМИ, ЦЕЙ ПРОДУКТ ЗАРАЗ НЕ ДОСТУПНИЙ
$19.97
Доставка з: Китай
Опис
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: Red Package includes: 5 x Red 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 }
Графік зміни ціни & курс обміну валют
Користувачі також переглядали

$7.98
Automatic Plant Watering Plant Waterer Watering Bulbs For Indoor Plants Drip Irrigation
aliexpress.com
$79.48
Minimalist Style Off Shoulder Satin Prom Dress with Dropped Bow and Pleated Evening Dress Formal Occasion
aliexpress.ru
$21.28
2 шт., детский хлопковый комплект одежды для мальчиков, свитшот с длинным рукавом и буквенным принтом
aliexpress.ru
$20.12
PTCG Pokemon SM8b 243/150 Блестящий Drampa GX SSR Ultera блестящая японская коллекция Мятная карта
aliexpress.ru
$18.84
Размер 23-36 британская обувь для девочек винтажные шлепанцы для девушек обувь на платформе с большим галстуком-бабочкой удобная обувь для девушек zapatillas niña
aliexpress.ru
$20.80
Комплект для ремонта переднего правого стеклоподъемника, для Peugeot 406 1995-2004
aliexpress.ru
$17.81
Женские парусиновые туфли, с круглым носком, на толстой подошве, с принтом, яркие, белые, большие размеры, на шнуровке, повседневная обувь
aliexpress.ru
$717.50
Цифровой кластер для автомобильной приборной панели, инструмент для BMW X6 E71 2007-2013 12,3 дюйма, ЖК-панель для системы Linux
aliexpress.ru
$179.04
Автомобильный холодильник 12 В, 38 кварт (35 л), автомобильный холодильник, электрический охладитель с управлением через приложение, 12 В, холодильник-4 ℉ ~ 68 ℉ с 12/24V DC & 110-240V AC
aliexpress.ru
$6.53
Рождественский Декор для стола, рождественские украшения, Миниатюрный Настольный хрустальный шар из смолы, офисный шар, Санта-Клаус
aliexpress.ru
$0.79
Adjustable Car Safety Seats Belts Holder Buckle Clamp 2Pcs Car Seats Belt Clamp Buckle Suitable for All Cars Black Silver
aliexpress.ru
$0.70
Butterfly nail art hot gold laser butterfly nail stickers 3D nail decals three-dimensional nail stickers nail decorations
aliexpress.ru
$31.05
Мужские туфли из натуральной кожи, деловые костюмные, броги, в британском стиле, для осени
aliexpress.ru
$19.19
Wholesale Mixed Lots Trendy Statement Earrings for Women Korean Boho Crystal Dangel Drop Earrings Brincos Bijoux Fashion Jewelry
aliexpress.com
$66.15
women's sleepwear mumu summer 2-piece women home service pajamas simulation silk long sling nightdress nightgown set robe drop, Black;red
dhgate.com
$23.53
maternity dresses clothes pregnancy dress pregnant casual floral falbala pregnants comfortable sundress, White
dhgate.com
$15.72
cross bra, cotton wrap around beautiful back, strapless anti gloss underwear, Red;black
dhgate.com
$185.10
men's jackets mens graffiti denim harajuku streetwear hip hop casual patchwork ripped distressed punk rock jeans coats outwear 4qi0, Black;brown
dhgate.com
$6.34
24pcs Numbers Bag Christmas Advent Calendar Ornament DIY Candy Bag Hanging Christmas Decorations For Home New Year Gift
aliexpress.com



