One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
unsigned char i; | |
unsigned char j; | |
/*Port Definitions*/ | |
int Max7219_pinCLK = 10; | |
int Max7219_pinCS = 9; | |
int Max7219_pinDIN = 8; | |
unsigned char disp1[38][8]={ | |
{0x8,0x14,0x22,0x3E,0x22,0x22,0x22,0x22},//A | |
{0x3C,0x22,0x22,0x3E,0x22,0x22,0x3C,0x0},//B |