[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 580: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 636: sizeof(): Parameter must be an array or an object that implements Countable
Brads Electronic Projects Forum • Tutorial 7 - All the info you need is right here! - Page 2
Page 2 of 3

Re: Tutorial 7 - All the info you need is right here!

Posted: Thu Aug 11, 2011 7:13 am
by rd1196
Hey brad the other day I tried to change the track data from the great race but when I saved it all the code turned into black and when I tried to make it a hex file (quickbuild) It said that there was no asm file

Re: Tutorial 7 - All the info you need is right here!

Posted: Thu Aug 11, 2011 9:52 pm
by brad
That is really strange.

Can you post the modified code here in the forum, i'll have a look at it.

Re: Tutorial 7 - All the info you need is right here!

Posted: Fri May 11, 2012 12:09 am
by nodoubtman
brad wrote:Yep, they will do the trick. You will find different variations in the part number but as long as it has 74373 written in there, it will be fine.
Hi Brad! :)
I would like to write my name on this 8x8 matrix?
how can i do that?

Thanks!
marC:)

Re: Tutorial 7 - All the info you need is right here!

Posted: Fri May 11, 2012 8:14 am
by brad
Have a look at the great race code. In there is the track data (contained within the retlw statements) you can see the track drawn in the retlw statements with the binary 1's and 0's. To write your name, just modify the 1's and 0's.

You can then modify the code a bit to get rid of the game part and it will now just scroll your name instead.

Re: Tutorial 7 - All the info you need is right here!

Posted: Fri May 11, 2012 11:53 am
by nodoubtman
brad wrote:Have a look at the great race code. In there is the track data (contained within the retlw statements) you can see the track drawn in the retlw statements with the binary 1's and 0's. To write your name, just modify the 1's and 0's.

You can then modify the code a bit to get rid of the game part and it will now just scroll your name instead.
ok! :) brad, thanks.. i will try to modify slighly the code, but i don't garanteed anithing! :)

ehhe

Cya!

Re: Tutorial 7 - All the info you need is right here!

Posted: Fri May 11, 2012 12:17 pm
by brad
Let me know how you go!

Re: Tutorial 7 - All the info you need is right here!

Posted: Sat May 12, 2012 8:22 am
by nodoubtman
brad wrote:Let me know how you go!
santa scrabble is the same schematic as the great race??

thanks!
marC:)

Re: Tutorial 7 - All the info you need is right here!

Posted: Sat May 12, 2012 12:27 pm
by nodoubtman
nodoubtman wrote:
brad wrote:Let me know how you go!
santa scrabble is the same schematic as the great race??

thanks!
marC:)
Brad i give up for now, it's too difficult thanks for helping!
marC:)

Re: Tutorial 7 - All the info you need is right here!

Posted: Sun May 13, 2012 10:06 am
by brad
No Problem - start small and then work your way up. That's how I did it!

Re: Tutorial 7 - All the info you need is right here!

Posted: Wed May 16, 2012 5:01 am
by nodoubtman
brad wrote:No Problem - start small and then work your way up. That's how I did it!
BUT? Brad, santa scrabble is the same schematic as the great race??

thanks!
CYa!

Re: Tutorial 7 - All the info you need is right here!

Posted: Wed May 16, 2012 6:33 am
by bitfogav
marC if your still having problems with coding the Assembly code then try this?
The Scroller.asm
(15.51 KiB) Downloaded 732 times
It should scroll 1,2,3,4,5,6,7,8,9 Ive commented the section of code that you need to change if you want the matrix to say something else?

Gavin

Re: Tutorial 7 - All the info you need is right here!

Posted: Thu May 17, 2012 12:42 am
by nodoubtman
bitfogav wrote:marC if your still having problems with coding the Assembly code then try this?
The Scroller.asm
It should scroll 1,2,3,4,5,6,7,8,9 Ive commented the section of code that you need to change if you want the matrix to say something else?

Gavin
thank you!
marC:)

Re: Tutorial 7 - All the info you need is right here!

Posted: Thu May 17, 2012 3:44 am
by nodoubtman
bitfogav wrote:marC if your still having problems with coding the Assembly code then try this?
The Scroller.asm
It should scroll 1,2,3,4,5,6,7,8,9 Ive commented the section of code that you need to change if you want the matrix to say something else?

Gavin
Is it possible to make it scroll bicolor ?

thanks!
marC:)

Re: Tutorial 7 - All the info you need is right here!

Posted: Thu May 17, 2012 4:09 am
by bitfogav
nodoubtman wrote:Is it possible to make it scroll bicolor ?

thanks!
marC:)
The Great Race and Santa’s Scramble schematic was only designed to use one colour. if you want a scrolling Matrix that uses bicolour then you might have to look at making a circuit like the 8x8 Game System.

Re: Tutorial 7 - All the info you need is right here!

Posted: Thu May 17, 2012 4:17 am
by nodoubtman
bitfogav wrote:
nodoubtman wrote:Is it possible to make it scroll bicolor ?

thanks!
marC:)
The Great Race and Santa’s Scramble schematic was only designed to use one colour. if you want a scrolling Matrix that uses bicolour then you might have to look at making a circuit like the 8x8 Game System.
ok, so the santa's scramble is using the same schematic right?

thanks!
marC:)