Skip to product information
1 of 5

Eletechsup Original Factory Official‌ Store

0.56" 2x8-Digit Cascade LED Digital Tube 7 Segment for Arduno MEGA2560 NANO

0.56" 2x8-Digit Cascade LED Digital Tube 7 Segment for Arduno MEGA2560 NANO

Regular price $20.94 USD
Regular price $20.94 USD Sale price $20.94 USD
Sale Sold out
Product Name: 0.56" 2x8-Digit Cascade LED Digital Tube 7 Segment for Arduino UNO MEGA2560 NANO
 
Module No.:  TB353
 
Package inlcuded:
2 pcs 8 Digit 0.56 Inch Common anode Digital Tube LED Board (Does not include Arduino UNO);
 
 
 
Arduino uno/mega2560 Code fragment:
After purchase, please contact me for complete code!
//*******************************************//
.......
void setup() {

   .......
 

   pinMode(latchPin, OUTPUT);
   pinMode(clockPin, OUTPUT);
   pinMode(dataPin, OUTPUT);
}

void loop() {
  
  int i;
 
 for(i=0;i<28;i++) 
   {
     DisplayAllCharacter(i);
   }
  
   while(1)
   {
     //display 0~E
     for(i=0;i<16;i++)
    {
      TubeDisplayOneBit(i,0,i); 
    }
   }
}

.......
 
//*******************************************//
 
 
Description: 
8 Digit 7 segment 0.56 Inch Digital Tube,provide Arduino MEGA2560/UNO Code;
 
Two 8bit Digital Tube cascade,Composed of 16bit Digital Tube(Not recommended three or more cascaded).
 
Common anode LED;

Display Color  : RED;

Supply voltage : DC 3.3-5V

Driver IC      : 2  pcs 74HC595

Support display characters : 0,1,2,3,4,5,6,7,8,9,A,b,C,c,d,E,F,H,h,L,n,N,o,P,r,t,U,-
 
PCB Size :114mm*25mm


Module Signal Input Interface Definition:

VCC: positive power supply, 3.3V ~ 5V power input;

GND: Ground;

DI: serial data input signal;

CLK: Serial clock input signal;

LAT: latch signal.
 
 
Module Signal Output Interface Definition:

VCC: positive power supply output;

GND: Ground;

DO: serial data output signal;

CLK: Serial clock output signal;

LAT: latch signal output.
 
 
View full details