Author |
Message |
Topic: t6963c LCD + 16F877a |
JoKeR
Replies: 14
Views: 111276
|
Forum: Code Library Posted: Sun Oct 29, 2006 11:28 am Subject: t6963c LCD + 16F877a |
resolved
#byte PORTB = 0xF81
#byte TRISB = 0xF93
#bit PORTB0 = PORTB.0
#bit PORTB1 = PORTB.1
#bit PORTB2 = PORTB.2
#bit PORTB3 = PORTB.3
#bit PORTB4 ... |
Topic: t6963c LCD + 16F877a |
JoKeR
Replies: 14
Views: 111276
|
Forum: Code Library Posted: Sun Oct 29, 2006 9:49 am Subject: t6963c LCD + 16F877a |
I managed to work with 16F877A I played for little and it's great ... regards...
Now I tried to work with 18F452 but I have problems with this mcu....
I someone know what do I need to change to 18 ... |
|