Re: 16F877A and LCD HD44780
epilot,
I think you're off base here, A translated portion
Code:
BARRA: 'spanish
IF MARCA1 = 1 THEN 'Si es verdadero
LINEA = $2 '1 Linea LCD, muestra canal L
ADCIN 7, CANAL
MARCA1 = 0
ELSE 'Si no lo es
LINEA = $c0 '2 Linea LCD, muestra canal R
ADCIN 6, CANAL
MARCA1 = 1
ENDIF
BAR : 'english
IF Mark1 = 1 THEN ' If true
LINE = $2: ADCIN 7, CHANNEL: Mark1 = 0 ' 1st line LCD shows L channel
ELSE ' If it is not
LINE = $c0: ADCIN 6, CHANNEL: Mark1 = 1 ' 2nd Line LCD shows R channel
ENDIF 'End of the comparison
I am pretty sure sensitivity is as I stated above in post 11, ADCON1 & VREF
Last edited by Archangel; - 27th October 2013 at 01:27.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks