Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Very Urgent!!!!!!!!!! LED Matrix problem

Status
Not open for further replies.

SAWULA

Newbie level 6
Joined
Nov 11, 2009
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,378
I need to build a LED Matrix to scroller a text which given by the pc as my high school project. I am using MAX7219 IC to control the Matrix. I am using no decode mode. I need to know the Mikroc c coding part to access individual bits of the MAX7219. It is a 5*7 matrix , and if I need to switch on only 1st ,3rd and 5th LEDS(rows) of the 1st column what shoul be the Mikro c code?
PLEASE HELP!

PORTC.CHIP_SELECT = 0;
SPI1_write(??);
SPI1_write(??);
PORTC.CHIP_SELECT = 1;
 

HI,

Post your circuit, I can help you.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top