Easy LCD Contrast


Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Jul 2003
    Posts
    2,358

    Default Easy LCD Contrast

    Here's a useful and very simple way of controlling the contrast on an LCD with just two Resistors and a line of code. If the PIC in your project has an unused available PWM channel (eg 16F628, F876 etc etc), then this will enable you to control your LCD's contrast over it's usable range and at absolute minimum cost.

    HPWM 1,Contrast,1000

    Where Contrast is a byte variable in the range 0-125. Steps of 25 seem to be adequate (ie Contrast=0, 25, 50, 75,100 or 125) where zero is maximum and 125 is minimum. Stepping above 125 is pointless as your display will disappear into obscurity.

    The value for Resistors R1 and R2 I've set at 1K5, mainly because I've been told we have almost 2 million of that value in stock and please can I find a way of getting rid of them. Decreasing R2 to say 680R will increase the bottom-end contrast, but the software variable Contrast might need larger steps (say steps of 40) and increased span (eg 0-240).

    You really don't get much cheaper or simpler than this...

    Melanie
    Attached Images Attached Images  

Similar Threads

  1. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  2. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  3. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30
  4. How to change contrast LCD?
    By MCU Destroyer in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 3rd July 2005, 13:16
  5. Easy LCD BackLight
    By Melanie in forum Schematics
    Replies: 0
    Last Post: - 17th October 2004, 13:18

Members who have read this thread : 1

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