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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…