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

Arduino
sku: 1144448
ACCORDING TO OUR RECORDS THIS PRODUCT IS NOT AVAILABLE NOW
$19.97
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 Package includes: 5 x Green 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

$10.61
Bobby Dallas 'Good Morning' T-Shirt tops korean fashion Female clothing female Woman T-shirts
aliexpress.com
$271.53
Planet Light Bubble Ball Chandelier Moon Living Room Light Creative Magic Bean French Cream Wind Light Luxury Bedroom Dining
aliexpress.com
$33.01
Spring and autumn new women's two-piece set fashion elegant vintage shirt + skirt temperament suit
aliexpress.com
$52.80
Видеорегистратор для Peugeot 508 2-го поколения 2022 2021 2020 2019, Автомобильный видеорегистратор для Peugeot 508SW PSE 508 SW Sport UHD 2160P
aliexpress.ru
$0.85
12 знаков зодиака, абстрактные персонажи, 12 шт., 12 мм/16 мм/18 мм/20 мм/25 мм/30 мм, круглые стеклянные фото Кабошоны, демонстрационная фурнитура с плоским основанием
aliexpress.ru
$43.00
Скандинавский креативный настенный светильник Qiseyuncai в виде головы оленя для гостиной, простая лестница, коридор, проход, детская комната, с...
aliexpress.ru
$35.98
Регулируемый ветровой дефлекторный комплект для мотоцикла Harley Electra Street Glide Trike Classic Models FLHX FLHTC FLHTK FLHXSE 96-13
aliexpress.ru
$50.41
strings arrival 220v with end plug 6*3m 360 outdoor icicle lights xmas wedding party decorations led christmas
dhgate.com
$16.47
Women s Training Sports Underwear Speed Dry Running Fitness Yoga High Strength Shock-proof Sports Bra womens bra woman bra bra pack
walmart.com
$1.36
Пружинный брелок из нержавеющей стали, карабин для скалолазания, ремешок с пряжкой, кольцо для ключей для отдыха на природе, кемпинга, поход...
aliexpress.ru
$15.43
girl's dresses born spring and autumn dress baby flower print long sleeve girl princess, Red;yellow
dhgate.com
$40.82
steering wheel covers for 3008 4008 5008 car cover pu leather upper and lower flat bottom dedicated auto accessories interior
dhgate.com
$3.29
Силиконовые защитные чехлы, совместимые с Edifier DreamPods2, аксессуары для наушников, Чехлы, защитные чехлы
aliexpress.ru
$10.44
Комплект шорты и футболка The North Face (чераня футболка , темно серые шорты с белым лого ) большой лого M, 48, Черный
prom.ua
$34.76
Кожаная обложка на автодокументы Renault с номером и лого Вашего Авто (светится в темноте) + подарок
prom.ua
$12.51
Насос водяной ОПЕЛЬ KADETT E 1.6/1.7 D 86- VE (производство LPR) AСКОНA,AСТРA Ф,ВЕКТРA,КAДЕТТ Е, WP0698
prom.ua
$8.50
Daimond Painting Full Square/Round Drill Cartoon Mouse 5D Diamond Rhinestone Embroidery Painting Cross Stitch Kit Picture M788
aliexpress.com
$73.03
Футболка с коротким рукавом для взрослых из 100% полиэстера Batman Merriment (принт спереди/сзади) Gildan, белый
cdek.shopping
















