Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Scrolling text

Status
Not open for further replies.
Why can't you add the 5th display? Have you run out of code space? Having problems with the coding?
i had to rotate the displays, is that cool?
Personally, I don't think so. I would have preferred to get the scrolling working correctly without that.
 
I guess i need to set proper enable inputs for registers
Which registers?
What is that line supposed to do?
Which compiler are you using? Does it accept a negative value for slide?
Why is column set at 56 (you are using 5 displays, I would expect that to imply 8 * 5 = 40 columns)?
 
74HC154

That line is basic infinite "for" loop.

Code:
for(;;){

I use HTECH C Compiler.

56 is not the number of display columns, it depends on the text's hex code, number of hex code columns.
 

Attachments

  • asd.jpg
    asd.jpg
    228.4 KB · Views: 160
Edit: Solved
Out of curiosity, what change did you make to solve the problem?
 
I added some lines in the code for the portc to enable shift registers separately from portc.
 
Last edited:
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top