Search found 372 matches
- Tue Apr 04, 2017 3:07 pm
- Forum: Your projects
- Topic: Bullet Train game
- Replies: 4
- Views: 14765
Re: Bullet Train game
I see what your saying but as the code I posted it works. I think, not sure, but I questioned the same and tried trisc-%11111111 no difference I recall but will run the code again to be sure. Waiting for a new picki2 from China as mine decide to fry itself. Have a pickit3 but the board needs its own...
- Tue Mar 28, 2017 3:42 am
- Forum: Your projects
- Topic: Bullet Train game
- Replies: 4
- Views: 14765
Bullet Train game
this game is similar to Mexican Train but faster version. Had trouble inputing then counting the button presses in sub route ttt() this is a rough draft that still needs cleaning up but it appears to work as desired. Any suggestions appreciated. { ****************************************************...
- Mon Dec 12, 2016 6:38 am
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
Well here is an Alphabete file with upper / lower case letters. Did it in open office
hope you can use.
As for the brightness of the LED display, iy appearsd very bright. Could be using the 18F24K20 ??
hope you can use.
As for the brightness of the LED display, iy appearsd very bright. Could be using the 18F24K20 ??
- Sun Dec 11, 2016 12:46 am
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
YES thank you.
I just need to correct my schematic incase I decide to make more.
I have the first 4 bits connected to the matrix wrong
I just need to correct my schematic incase I decide to make more.
I have the first 4 bits connected to the matrix wrong
- Sat Dec 10, 2016 7:16 am
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
It is the same issue as when I thought?? it was / is a memory issue
will try your suggestion
will try your suggestion
- Sat Dec 10, 2016 5:11 am
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
found that the code freezes when using battery power but not when pickit2 connected.????
- Fri Dec 09, 2016 11:37 am
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
' 8x8 RG Matrix Scrolling text test ' PORTB = RED LED Cathodes ' PORTB = GREEN LED Cathodes ' PORTC = Anodes DEVICE = 18F24K20 ' Tell the compiler what chip we are using CLOCK = 8 ' Tell the compiler what we will be setting the clock to (in Mhz) CONFIG MCLRE = OFF CONFIG FOSC = intio67 ' Internal o...
- Fri Dec 09, 2016 8:30 am
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
here is the compressed file. It shouldn't matter that I had to rearrange the const data array bits as I mistakenly had the boards wired wrong (the first 4 bits had to be reversed) but it shouldn't make a difference. going to try the code on my proto-type display to see if it locks up as well. Lookin...
- Fri Dec 09, 2016 12:07 am
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
One big issue now is it cycles one time correctly then starts jumbeling text then freezes up.
thinking it is running out of memory with all the const arrays etc.
usiong an 18F24k20 pic
thinking it is running out of memory with all the const arrays etc.
usiong an 18F24k20 pic
- Tue Dec 06, 2016 11:18 pm
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
your code really helped.
I changed the ports, eliminated portE and D, redid the const arrays and ran out of memory (too many bytes in the const arrays).
Thanks
I changed the ports, eliminated portE and D, redid the const arrays and ran out of memory (too many bytes in the const arrays).
Thanks
- Sat Dec 03, 2016 11:50 pm
- Forum: Your projects
- Topic: scrolling letters as your Merry Christmas
- Replies: 19
- Views: 40624
Re: scrolling letters as your Merry Christmas
been hacking and still can't get any displan much less a code without errors. In the section Draw Data I get errors Data_Bus = Sentence_Data XOR %11111111 ' reverse the data bits I need to get this working as I received my boards etc. { } { ***********************************************************...
- Thu Dec 01, 2016 12:15 am
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
enn hacking and added a couple of sub routines so green and red are enabled. There's got to be a way to get rid of all the code repetitiveness but time is getting short and as soon as my boards arrive it's assembly time. here is my code to data customized for my brother. NOTE every time I post a cod...
- Mon Nov 28, 2016 2:51 pm
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
trying a different approach by trying a code that was supposed to work but?? really need help to get the dang code to display text smoothly if possible You might reconize some bits of code from your projects. ***************************************************************************** * Name : UNTI...
- Sun Nov 27, 2016 5:52 am
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
I think I found an issue
the anodes are never used within the code??
the anodes are never used within the code??
- Sun Nov 27, 2016 12:52 am
- Forum: Your projects
- Topic: Christmas ornament project
- Replies: 29
- Views: 56431
Re: Christmas ornament project
yes and yes
The design schematic I posted might not of had the resistors on the anodes on portc
something really going wrong??
am wondering if I inserted a 18f2420 and not the 24K20 maybe the ossc settings or ?? settings but I ??? it.
had other codes I posted that worked.
The design schematic I posted might not of had the resistors on the anodes on portc
something really going wrong??
am wondering if I inserted a 18f2420 and not the 24K20 maybe the ossc settings or ?? settings but I ??? it.
had other codes I posted that worked.