Thank you very much.
I used it and it works.
I tried to modify it to obtain the voltage too. For this I need to multiply "adc_value" by 5 and divide the result by 1023 and show the resul ...
I want to show on an LCD a number resulting from an A/D conversion or from several operations.
The result of A/D conversion is 10 bits long, coming from a PIC16F876 A/D converter.
The operations g ...
I'm trying to use LCD.C driver with a LCD module connected to a PIC16F876 with the following connections:LCD <---> micro
D4 <---> RB0
D5 <---> RB1
D6 <---> RB2
D7 <---&g ...