DOTMATRIX CLOCK ERROR "DUE"

I'm going to write slides in DOTMATRIX but arduino due errors : Smiley-şaşırtmak:

exit status 1
'int clock' redeclared as different kind of symbol

You're going to have to tell us more.

DOT MATRIX 8X8 DOES NOT WANT TO WRITE ANYTHING ARDUNA DOES NOT WORK IN THE UNODY PROGRAM ARDUINO DOES NOT WORK AND DOES THIS HAT

Please see reply #1.

And please don't SHOUT

dotMatrix 8x8
I need to write a program with arduino due de, I do not have a lot of libraries supported

the program I wrote.

ARDU_NODUE_DOT.ino (7.28 KB)

I'm sorry, I'm on my phone, and can't see your code.

MerveEE:
'int clock' redeclared as different kind of symbol

This means that 'clock' is already defined as a global symbol with a different type.
You must use another name.