MCU Examples (PIC 기반)

Parallel Dot Matrix

ElectricShock 2013. 2. 1. 02:08

 Dot Matrix (8x8)

http://isisproteus.blogspot.kr/2012/09/isis-proteus.html#!/2012/09/isis-proteus.html

사용하는 부품(=parts)

PIC16F84A

4009 NOT Gate (8개)

74LS138

4520 (8개) = 1개의 Module

총 5개의 Module = 8x5 = 40개 이용

 

 

 

P_Matrix.c

Open this C source in PCWHD

 


Experimentation

실제 구동

To check Bill of Material(=BOM), select the icon on toolbar in "$" symbol.

 

 

If you used some mudules in the circuit sheet,

you have to hit Ctrl+C & Ctrl+X to get into the modules to seek parts hidden under the modules.

(thay don't come up on the BOM, so you need to make an effort.)

만약 모듈화시켜서 회로를 꾸몄다면, Ctrl+C혹은 Ctrl+X를 눌러가며 일일이 찾는 수고를 해야한다.

왜냐하면 부품들이 BOM상에 나타나있지 않기때문이다.

Let's build a Dot Matrix based on parallel style.