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

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

  • R 750.00
    Unit price per 
  • Save R 750
Tax included.

SKU:

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:

3 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

*/