Presentation 40x16 LED SCROLL
Presentation 40x16 LED SCROLL
Idea
How it came into my mind The project was made for displaying it on the rear glass shield of the car. It is designed in such a way that it will not obstruct the view for rear viewing mirror and also could display text and images to the following car. the idea came to my mind as often driving on highway it was required to give feedback to other (BAD) drivers, who does not follow highway rules...( Grrrrrrr )
Introduction
Intro: LED matrix display has many variants, in terms of row and columns, types of LEDs, packing and the way they are driven. and application also.
the rear wind shield of my car ( volkswagon polo )is approx 104x38 cm. So I decided to grid to 2 cm by 2cm. this will make it a almost cover whole that are of sheild and also grid is enough big so that it will not obstruct the view.
so the final grid was of 40x16 leds. this means 5 chips on col and 2 chips on rows.
output latches; 3-state. In above diagram there is a example of driving 8 rows. Similar it was extended for 16 rows.
Step 3 : Programming
Programming was done in assembly language and AT89C51 was used. Since it has limited RAM and ROM, managing resources became difficult with time as I was proceeding with code. I used Scratch pad ram for static Image of led. Timers for polling rows data. Interrupt for changing static images images. Data base in ROM for character generation and images...
Step 3 : Programming
To run all the led was easy but to display some patterns required lots of TRICKS and special techniques for performance. Since I was using low speed processor. So it took lots of performance tuning was done.
Final output
I was able to do lots of pattern and animations. text scrolling and smooth scrolling. etc etc.. there is a small video to show you results.
Video 1
Video 2
Final output
Then it was installed on the back of car. currently it is showing hard code text but i have plans to update it from mobile via bluetooth, so that i can provide feedback to the following cars
https://picasaweb.google .com/104475112007830 201673/LEDScroll#5664 874113381340482
Video 3
Video 4