lcd problem


Closed Thread
Results 1 to 15 of 15

Thread: lcd problem

Hybrid View

  1. #1
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    Code:
    DEFINE LCD_LINES 4               ' number of lines on LCD
    Your define is for a 4 lines LCD while you are using a two lines display (as per picture in your post #1)

    Al.
    All progress began with an idea

  2. #2
    malc-c's Avatar
    malc-c Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by aratti View Post
    Code:
    DEFINE LCD_LINES 4               ' number of lines on LCD
    Your define is for a 4 lines LCD while you are using a two lines display (as per picture in your post #1)

    Al.
    Sorry, but misleading as that was taken from the EasyPIC manual, I'm actually using a 4 x 20 as stated in my 1st post.

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