1
/
of
3
Eletechsup Original Factory Official Store
for Arduno 6 Digit 7 Seg SPI LCD LED Display Module with R3 MEGA2560 example Cod
for Arduno 6 Digit 7 Seg SPI LCD LED Display Module with R3 MEGA2560 example Cod
SKU:TB232
1000 in stock
Regular price
$13.48
Regular price
$13.48
Sale price
$13.48
Unit price
/
per
Couldn't load pickup availability
Share
Product Name: Arduino 6 Digit 7 Seg SPI LCD LED Display Module with UNO MEGA2560 example Code
Module No.: TB232
Qty:
1 pcs 6 Digit 7 Seg SPI LCD Display Module(Does not include Arduino MEGA2560);
Description:
6 Digit 7 segment Display,provide Arduino MEGA2560/UNO Code;
Backlight : Green
Supply voltage : DC 5V
Driver IC : HT1621
Interface : SPI(Only three control signal,CS WR Data)
Driver IC : HT1621
Interface : SPI(Only three control signal,CS WR Data)
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,-
Size : 77mm * 31mm
Size : 77mm * 31mm
Arduino uno/mega2560 Code fragment:
After purchase, please contact me for complete code!
//*******************************************//
.......
void setup()
{
pinMode(CS, OUTPUT); //Pin 2
pinMode(WR, OUTPUT); //Pin 3
pinMode(DATA, OUTPUT); //Pin 4
}
void loop()
{
...
Init_1621() ;
...
while(1)
{
//display 0 to 999999
for(t=0;t<999999;t++)
{
displaydata(t,1,1,1,1);
delay(100) ;
}
...
//****************************************************************************//
Connect with arduino mega2560(Does not include Arduino MEGA2560 )


