Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHelp with basic C code
I want to be able to set the char variable (to be displayed on the LCD) from within the functions (named fx1 and fx2 here). I'm getting a 'expected expression before ']' token' error. I h...
Altera_Forum
Honored Contributor
14 years agoHello,
Look at this onechar first_row; I C this is how you define an array of characters, in your example I guess 16 might be ok. char first_row; Google C char arrays :)