Author |
Message |
Topic: PICDEM 2 PLUS LCD |
snow
Replies: 13
Views: 101682
|
Forum: Code Library Posted: Thu Jul 07, 2005 3:56 am Subject: PICDEM 2 PLUS LCD |
Thanks Mark, it works fine!
My modification this time is
lcd2>diff LCDDorg.c LCDD.c
32,39c32,37
< int unusedA; // portA is not used
< int unusedB; // portB is not ... |
Topic: PICDEM 2 PLUS LCD |
snow
Replies: 13
Views: 101682
|
Forum: Code Library Posted: Tue Jul 05, 2005 5:03 am Subject: Re: PICDEM 2 PLUS LCD driver source code. |
I would like to use the LCD on a PICDEM 2 PLUS with 16F876.
I modified the above code
\lcd>diff PICDEM2_LCDorg.C PICDEM2_LCD.C
33c33
< output_d(n);
---
> output_b(n ... |
|