16F877A and LCD HD44780


Results 1 to 39 of 39

Threaded View

  1. #19
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default 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.

Similar Threads

  1. 20x4 HD44780 LCD Supplier Recomendations
    By retepsnikrep in forum General
    Replies: 4
    Last Post: - 20th September 2011, 00:43
  2. 2x16 LCD Module with HD44780 + 16F877A
    By comwarrior in forum General
    Replies: 12
    Last Post: - 19th August 2009, 20:38
  3. Lcd Hd44780
    By alaaodeh in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 6th February 2007, 15:04
  4. code for LCD-4x20 HD44780....HELP
    By Martin.... in forum mel PIC BASIC
    Replies: 13
    Last Post: - 24th July 2006, 23:31
  5. LCD 4x20 HD44780
    By inteco in forum mel PIC BASIC
    Replies: 13
    Last Post: - 27th June 2006, 17:52

Members who have read this thread : 1

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts