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
    228.4 KB · Views: 162
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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…