LCD on/off


Closed Thread
Results 1 to 6 of 6

Thread: LCD on/off

Hybrid View

  1. #1
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by lerameur View Post
    I have a wireless module wth an LCD. I want to save the batteries by turning off the LCD when not needed (the unit must continue functionning). I added a switch between the power and Vdd of the LCD. turns off ok, still get some very dim light back light. BUt when I turn it back on, I either get funny characters or black squares on the first line (2x16 lcd)
    how would I go turning it back on with the proper data showing?

    thnks
    ken
    You'll have to do an LCD reset. Add a 'FLAGS = 0' in your code with each LCD update, that should 'reboot' your LCD the first time you send characters to it after it's been turned back on. Your LCD has an MCU in it also and has to be initialized, just like a PIC. PBP does this for you (behind the scenes) as part of it's startup.
    As far as turning it off, try moving the switch over to the ground...switch the ground in and out of the circuit and see what happens. Might take care of the dim backlight also.

  2. #2
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default

    I put the switch on the ground. Thjis way the backlight is turned off but I can still see the characters. I put an ammeter to see how much current the lcd was taking, and to my surprise, the current is the same with or with a light LCD. So I guess powering down the lCD to save energy (battery life) is useless

    k

Similar Threads

  1. Is this code not initialising the LCD properly?
    By Platypus in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 30th January 2010, 19:14
  2. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

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