====== LED Matrix 8x8 ====== {{.led_dot8x8.jpg?direct|LED_Dot8*8}} [[http://www.instructables.com/id/DIY-LED-Sign-with-MAX7219-Dot-Matrix-Module-STM8S0/|Návod]] na montáž a na pripojenie. Použitý je chip 74HC595, čiže napríklad aj MAX7219. Cenová ponuka napríklad [[http://www.tme.eu/cz/details/max7219cng+/drivery-led/maxim-dallas/|tu]]. {{.led_dot8x8_connection.jpg?direct|}} ==== PIN Define ==== * **CLK**: Serial-Clock Input. 10MHz maximum rate. * **CS**: Chip-Select Input. Serial data is loaded into the shift register while CS is low. * **DIN**: Serial-Data Input. * **DOUT**: Serial-Data Output. The data into DIN is valid at DOUT 16.5 clock cycles later. * **VCC**: Positive Supply Voltage. Connect to +5V. * **GND**: Ground ==== Down and Up Connection ==== * **CLK** - CLK * **CS** - CS * **DIN** - DOUT * **GND** - GND * **VCC** - VCC ==== Incoming Line Connection ==== * Blue Wire - CLK * Purpule Wire - CS * Grey Wire - DIN * White Wire - GND *Black Wire - VCC ===== Download ===== Podklady {{.led_dot8x8_2609.zip|Instructables}} a ukážkový {{.led_dot8x8_2745.zip|program na STM8}}.