LCD displays, rotary encoders, and the WRITE statement


Results 1 to 9 of 9

Threaded View

  1. #2
    Join Date
    Mar 2003
    Location
    Commerce Michigan USA
    Posts
    1,166


    Did you find this post helpful? Yes | No

    Default Re: LCD displays, rotary encoders, and the WRITE statement

    You do realize that the WRITE statement is writing to EEPROM and each time it is executed there is a up to 10Ms. delay in the writing process. DEFINE WRITE_INT 1 is to be used when there are active interrupts in your source code. It allows for the command to complete before executing the next statement. I have to ask, why are you writing to eeprom during your rotary encoder decoding?
    Last edited by Dave; - 16th March 2018 at 11:41.
    Dave Purola,
    N8NTA
    EN82fn

Similar Threads

  1. Replies: 10
    Last Post: - 29th June 2010, 20:58
  2. 2 LCD Displays, one Pic
    By Art in forum General
    Replies: 10
    Last Post: - 10th April 2010, 13:56
  3. Rotary encoders
    By mister_e in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 21st February 2007, 16:57
  4. LCD Displays
    By Roland in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 16th August 2005, 09:43
  5. Melanie's LCD displays
    By BobK in forum Adverts
    Replies: 1
    Last Post: - 24th October 2004, 11:27

Members who have read this thread : 0

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

Posting Permissions

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