Step 5Programming The Display
So far I wrote two programs for it that do pretty much the same thing.
I have added the program that gets a word or a sentence from the arduino IDE serial monitor and displays it on the matrix, my code is very basic and may be not the best in the world but it does the work, and you are free to write your own code and modify mine as you wish.
I have added an excel file so you can create your own symbols and characters.
The way it works is like so:
You create the symbol you want pixel by pixel(don't worry it's very easy) and copy the output line like so - #define {OUTPUT LINE}
I will add in the future a code for animations and a nice game of snake as soon as I have more time on my hands.
| « Previous Step | Download PDFView All Steps | Next Step » |














































sorry for my english statement
Can you sent me the code from Syst3mx? I would love to make it bigger too. :)
at meme_davids@yahoo.com
thanks! :)
Is it difficult to change the program?
I'm making a Matrix with height 10,
so can I use your program for programming it?
Can you give me some tips? The height will be 10 ( like your 8 x 10 matrix) and lenght verry long like 100
Please give me some tips,
Thank you
( you can also mail me on: peirstom@gmail.com)
your help is highly appreciated...
your help is highly appreciated...
e-mail: dankeshn@gmail.com
digitalWrite(clock,HIGH);
digitalWrite(clock,LOW);
there are 2 more lines for the reset they look just like the one for the clock pin on the 4017
So you fix it you need to change the order of the LED rows i.e. the first row need to be the last one.
No for the works.txt code all you need to do to make it work is to change the 100 in this array : byte patterns[100][6];
to something smaller like 50 or 25
I think the ATmega168 should have the space for this program but if not I will write something in 3-4 days from now.
and excelent project.
-Obviously it would be limited to about 5 characters.
Thanks again!
In the scrolling function, I scroll all the display every frame so what you need to do is to scroll it 23 times and show the text when the word is ready.
I'm gonna continue because I really want to make it display static phrase, but if there is anyway you get some time this week, do you think you could take a shot at it?
Send me a privet message with your email and I will send you the code as soon as I get t done.