Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Using MAX7219 with PIC for Motion character display on Dot Matrix

Status
Not open for further replies.

tajiknomi

Member level 4
Joined
Nov 2, 2015
Messages
79
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
754
I am trying to create a program to display Motion-characters on Cascaded Dot-Matrix. So far i have created characters and had successfully moved them from far left display to the right dot matrix.

There is one major problem with my code, It's not flexible, means that if I want to change the string length, I have to add some lines in my display function again.
I want my function to be like this:

Code:
Display_motion_Characters("String", Speed)

The input string should start from far left display and move towards far right.

Here is the configuration

Capture.PNG

Any suggestion would be helpful.
 

hello,

i did many tests on MAX7219 ...
for text moving , you can find out them**broken link removed**
like this **broken link removed**
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top