Skip to main content
Visitor II
April 28, 2004
Question

LCD driver

  • April 28, 2004
  • 6 replies
  • 1244 views
Posted on April 28, 2004 at 17:24

LCD driver

    This topic has been closed for replies.

    6 replies

    haimirichAuthor
    Visitor II
    April 9, 2004
    Posted on April 09, 2004 at 21:22

    hi,

    I have to develop a LCD driver with a ST7FLITE09. the LCD is a Powertip 2004A with 4 rows and 20 characters and integrated driver chip. does anyone have a suggestion where to see for write an assembly code?

    thanks a lot

    echoes
    Visitor II
    April 12, 2004
    Posted on April 12, 2004 at 09:14

    I have one LCD driver for hitachi HD44870 LCD driver chip. Pls find it attached.

    ________________

    Attachments :

    LCD_MODULE.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I0CP&d=%2Fa%2F0X0000000bVg%2FN45y8Qsi6XjerxQqeLBxFEaYq2yqt3LygL0a4tkV_Gc&asPdf=false
    Visitor II
    April 12, 2004
    Posted on April 12, 2004 at 09:21

    For your information, there is an application note available on this site AN1048 which is about driving the LCD directly using software without the need of any LCD hardware driver chip.

    haimirichAuthor
    Visitor II
    April 19, 2004
    Posted on April 19, 2004 at 15:23

    thanks a lot to Ranjeet

    I have just looked at your assembly source code and I wrote a code for my LCD. Just another question: my LCD has four lines. I set it with two line because I don't know how to set for four lines. So, when the first line is full, with shift option, the LCD starts to fill the third line. After that the second (I think it consider the first and the third as one line). have you got any suggestions?

    thanks

    echoes
    Visitor II
    April 20, 2004
    Posted on April 20, 2004 at 09:51

    Pls check the address of the first character in the second line. May be its not continuous with the first line.

    haimirichAuthor
    Visitor II
    April 28, 2004
    Posted on April 28, 2004 at 17:24

    thanks a lot for the second usefull suggestion!

    I did it and now the software run correctly

    thanks

    echoes