Hi,
I need your help while making programing for font in LEd matrix......
so, 1D array is working fine
while 2D array is always showing error.(Synatx and {/ ;}
please help me with a hint how to use 2D array...in MPlab 8.77
I need your help while making programing for font in LEd matrix......
so, 1D array is working fine
Rich (BB code):
int a[5]={0xc,0x2,0x5,0x8,0A};
Rich (BB code):
int a[2][5]={
{0xc,0x2,0x5,0x8,0A, }
{0xc,0x2,0xa,0x8,0b, }
};