Calculatorīs LCD


Closed Thread
Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2003
    Location
    Sao Paulo - Brazil
    Posts
    92

    Question Calculatorīs LCD

    Hi firends,

    Iīm trying to drive an 8-digit LCD (calculatorīs like) with a PIC 16F877

    I know it iso not very easy, but I must use a display like that.

    Have someone ever tried to do that ?

    Some tip on how to start doing that ?

    Thank you !

    Sérgio

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    do you have any part# for your LCD or datasheet. That will be helpful in case you really need help by someone here
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Join Date
    Nov 2003
    Location
    Sao Paulo - Brazil
    Posts
    92


    Did you find this post helpful? Yes | No

    Question No embeded controller LCD

    Hi Steve,

    youīre right about the Part#

    The problem is : I have a big box full of those 8 digits calculatorīs LCD (aprox 2000 units) with no Idīs, but I know they were origanlly designed for calculators.

    I did some comparisons with some other chinese calculators and the display pinout are practically the same, with some no relevant changes (pin spacing etc)

    What I would like to know is the main idea on how to drive a regular LCD with no embeded controller and if it is possible to be done with PicBasic.

    Thanks

    Sérgio

  4. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Regular LCD must have a regular frequency running on the backplane pin. HPWM can be used for that. Once you have a frequency on this pin, just try to find the according pinout.

    Basically it's not really different than to drive regular multiplexed 7 segment display

    and yes you can handle it under PBP, but it's maybe easier to use LCD driver IC for that depending on your programming skills.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  5. #5
    G8RPI's Avatar
    G8RPI Guest


    Did you find this post helpful? Yes | No

    Default Calculator LCD

    Hi Sergio,
    Thave a look at the PIC16F913/4/6/7 series of PIC http://ww1.microchip.com/downloads/e...Doc/41250C.pdf
    These have LCD drivers built in and are supported by PBP. They will connect directly to your 7 segment calculator LCD.
    HTH,
    Robert G8RPI.

  6. #6
    Join Date
    Nov 2003
    Location
    Sao Paulo - Brazil
    Posts
    92


    Did you find this post helpful? Yes | No

    Smile Thanks

    Hi Steve and Robert,

    thank you for your tips.

    I would check the pic 16F913.

    It seems to be a good option.

    Thanks

    bye

    Sérgio

  7. #7
    EDWARD's Avatar
    EDWARD Guest


    Did you find this post helpful? Yes | No

    Default Lcd Control

    correct me if i am wrong. a 14 OR 16 PIN LCD WILL WORK WITH THE PicBasic Pro compiler's LCDOUT command. do a search on LCDOUT and connection diargram are around. search this place as well as google. the lcds must have a built in driver, they are really small so you might just see a black blob or tape on the lcd unit. if it meets these requirements then it will be VERY easy to program with minimal wiring, well 10 or so.

  8. #8
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    EDWARD,

    Sergio is talking about "Dumb" LCDs with no embedded logic at all!
    regards

    Ralph

    _______________________________________________
    There are only 10 types of people:
    Those who understand binary, and those who don't ...
    _______________________________________________



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. LCD Problem
    By karenhornby in forum General
    Replies: 3
    Last Post: - 19th June 2008, 11:43
  4. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30
  5. Dedicated LCD Controller question
    By chuckles in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 27th February 2006, 14:44

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