Author |
Message |
Topic: f877 port D input problem |
Sugiman
Replies: 4
Views: 7682
|
Forum: General CCS C Discussion Posted: Tue Apr 12, 2005 2:29 am Subject: f877 port D input problem |
set_tris_d(0xff);
Did you also set up port A for output somewhere in your code? |
Topic: Keyscan code |
Sugiman
Replies: 2
Views: 6001
|
Forum: General CCS C Discussion Posted: Wed Apr 06, 2005 7:51 pm Subject: Keyscan code |
Thanks for the help, I'll give it a try =) |
Topic: Keyscan code |
Sugiman
Replies: 2
Views: 6001
|
Forum: General CCS C Discussion Posted: Wed Apr 06, 2005 3:20 am Subject: Keyscan code |
I'm trying to shorten some of the routines in this program, specifically the keyscan ones as posted below. Is there any way to put it in a "for" loop and have it set the SCAN ports low and high once p ... |
Topic: Trying to work a set of 4 16x16 dot matrix LED displays |
Sugiman
Replies: 19
Views: 30687
|
Forum: General CCS C Discussion Posted: Thu Jan 27, 2005 12:12 am Subject: Trying to work a set of 4 16x16 dot matrix LED displays |
Thank you both for all the help and advice. I'll give this all a shot and let you know how it goes.
Thanks again! =) |
Topic: Trying to work a set of 4 16x16 dot matrix LED displays |
Sugiman
Replies: 19
Views: 30687
|
Forum: General CCS C Discussion Posted: Wed Jan 26, 2005 8:46 am Subject: Trying to work a set of 4 16x16 dot matrix LED displays |
Thanks for the input Rob, it was very helpful. I'm somewhat familiar with C, just having a hard time making the jump to microcontrollers and such. I have a book about programming embedded systems in P ... |
Topic: Trying to work a set of 4 16x16 dot matrix LED displays |
Sugiman
Replies: 19
Views: 30687
|
Forum: General CCS C Discussion Posted: Fri Jan 21, 2005 7:39 pm Subject: Trying to work a set of 4 16x16 dot matrix LED displays |
Did the new pictures help at all? |
Topic: Trying to work a set of 4 16x16 dot matrix LED displays |
Sugiman
Replies: 19
Views: 30687
|
Forum: General CCS C Discussion Posted: Mon Jan 17, 2005 8:11 am Subject: Trying to work a set of 4 16x16 dot matrix LED displays |
OK, I think I have the basic schematic here now. http://spaces.msn.com/members/sugi1701
And it's pretty basic. Working on a more detailed list of what each port on the CPU goes to
edit: ok got a ... |
Topic: Trying to work a set of 4 16x16 dot matrix LED displays |
Sugiman
Replies: 19
Views: 30687
|
Forum: General CCS C Discussion Posted: Mon Jan 17, 2005 7:28 am Subject: Trying to work a set of 4 16x16 dot matrix LED displays |
*sigh* I'm really sorry for all the trouble with this.
Must be because the PDF is in Japanese.
Well, not sure what to do now with this. Do you know a place I can post that picture at it's normal ... |
Topic: Trying to work a set of 4 16x16 dot matrix LED displays |
Sugiman
Replies: 19
Views: 30687
|
Forum: General CCS C Discussion Posted: Mon Jan 17, 2005 6:34 am Subject: Trying to work a set of 4 16x16 dot matrix LED displays |
oops, forgot to sign in before posting the previous post about the schematic, so "Guest" is me
|
Topic: working LCD-Keypad-Eeprom program thanks for all the help! |
Sugiman
Replies: 1
Views: 5565
|
Forum: General CCS C Discussion Posted: Sun Jan 16, 2005 10:22 pm Subject: working LCD-Keypad-Eeprom program thanks for all the help! |
int c,i,j;
const char record
I don't know if you've already figured this out or not since the post was last year, but the problem is the space at the end of each text line. For example "HELLO EVE ... |
Topic: Trying to work a set of 4 16x16 dot matrix LED displays |
Sugiman
Replies: 19
Views: 30687
|
Forum: General CCS C Discussion Posted: Sun Jan 16, 2005 7:58 pm Subject: Trying to work a set of 4 16x16 dot matrix LED displays |
OK sorry about that. I won't shrink it much this time and post it again when I get home.
Sorry for all the trouble |
Topic: Trying to work a set of 4 16x16 dot matrix LED displays |
Sugiman
Replies: 19
Views: 30687
|
Forum: General CCS C Discussion Posted: Sun Jan 16, 2005 6:50 am Subject: Trying to work a set of 4 16x16 dot matrix LED displays |
I've uploaded a copy of the schematic to my msn homepage. It's under the Jan 16 photo album
Still working on finding info about the LED matrix
edit: forgot to put the url =P
http://spaces.msn ... |
Topic: Trying to work a set of 4 16x16 dot matrix LED displays |
Sugiman
Replies: 19
Views: 30687
|
Forum: General CCS C Discussion Posted: Thu Jan 13, 2005 7:54 am Subject: Trying to work a set of 4 16x16 dot matrix LED displays |
Using the keypad, make a scorer for Table Tennis. 2 of the 16x16 LED's for each player. The buttons would raise or lower the score with a reset button that clears the scores if depressed for more than ... |
Topic: Trying to work a set of 4 16x16 dot matrix LED displays |
Sugiman
Replies: 19
Views: 30687
|
Forum: General CCS C Discussion Posted: Thu Jan 13, 2005 7:45 am Subject: Trying to work a set of 4 16x16 dot matrix LED displays |
Thanks for the response. =)
I'll try to get a schematic and some more info about the dot matrix LED's.
Please let me know any other information you might need. |
Topic: Trying to work a set of 4 16x16 dot matrix LED displays |
Sugiman
Replies: 19
Views: 30687
|
Forum: General CCS C Discussion Posted: Thu Jan 13, 2005 2:51 am Subject: Trying to work a set of 4 16x16 dot matrix LED displays |
Hi there,
I stumbled into this site while searching the web =)
I'm pretty much a beginner with PIC-C programming so take it easy on me please hehe. Before I forget, I'd also appreciate any links ... |
|