HELP

Help I and a noob at arduino infact this is my first time trying to do it myself so please dont hate

I keep getting the message Error compiling for board Arduino Uno.
here is my code
byte face[16][16] = {{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0},
{ 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0},
{ 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0},
{ 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0},
{ 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0},
{ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},};
what do I do

Your code will not compile.

Post the code. All the code.

Post the error message. All of the error message.

Read the forum guidelines to see how to post code and error messages.

Post a schematic of your wiring.

Post photos of your wiring.

that is all the code

That is nowhere near a complete program.

what do I do

Study the example code that comes with the IDE to get a feel for what a program needs.

Install a library for your display and study the examples that come with that library.

You have not even supplied the minimum information that we need in order to help you. There are sticky posts that will help you to get the most from this forum. Read them.

@fastme53 - your post hijacking an unrelated topic in another forum section has been deleted. Do NOT hijack topics or you run the risk of a temporary or permanent ban

What did you expect your code posted here to do ?

This topic was automatically closed after 53 days. New replies are no longer allowed.