1
/
of
3
Eletechsup Original Factory Official Store
1 PCS 5 DIGIT 7 SEG SPI LED LCD Display Module
1 PCS 5 DIGIT 7 SEG SPI LED LCD Display Module
Regular price
$13.48 USD
Regular price
$13.48 USD
Sale price
$13.48 USD
Unit price
/
per
Couldn't load pickup availability
Product Name: with FOR Arduino UNO MEGA2560 example Code! 5 DIGIT 7 SEG SPI LED LCD Display Module
Module No.: TB233
Qty:
1 pcs 5 Digit 7 Seg SPI LCD Display Module(Does not include Arduino uno r3);
Description:
5 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
Size : 77mm * 31mm
Connect with arduino uno r3(Does not include Arduino uno r3 )
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 99999
for(t=0;t<99999;t++)
{
displaydata(t,1,1,1);
delay(100) ;
}
...
//****************************************************************************//
Share


