Hi,
I am a beginner in Arduino programming, so I don't have much knowledge about this. Few months ago I decided to make a LED cube 8x8x8 from the creator Electronics Demon on YouTube. I finished it but can't make it work, because in the program, appears a red message saying that it's a warning. When I compile it, the LED cube isn't working.
I would like if someone could help me to solve this and tell me why it appears.
I'll show you the code below and the red message. Unfortunately, I can't show you the code here because it reaches more than 9000 characters, so I'll post the link of the code. But I can show you the red message here.
Here is the link of the code:
And here is the red message:
C:\Users\odor\Desktop\CODE_8x8x8\CODE_8x8x8.ino: In function 'void loop()':
C:\Users\odor\Desktop\CODE_8x8x8\CODE_8x8x8.ino:100:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
case TEXT: text("0123456789", 10); break;
^