SCD5583A (OSRAM)

SCD558x


Připojení k Arduinu

Pin SCD5583ANázev pinu SCD5583APin Arduino
1SDCLKD2
2LOADD4
13RST
14GNDGND
15CLK I/O
16CLKSEL
18NC
19Vcc+5V
27DATAD3
28GNDGND

Zdrojový kód pro Arduino

#include <5x5MatrixLIB.h> // Modified see download

MatrixLIB Disp(2,3,4); //SDCLK DATA LOAD

void setup()
{
Disp.begin();
delay(500);
Disp.setBrightness(100);
Disp.clear();
}

void loop()
{
Disp.writeStringScrolling("      *** SCD5583A DEMO *** MORE DISPLAYS ON CTVRTKY.INFO/SBIRKA-DISPLEJU-LED  ",300);
delay(200);
}

Demo video

Leave a Reply