This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LCD for ST10

Hi,

I work on ST10F168 and i search an lcd which can i control by externel bus (P0/P1).
So if someone have already do it succesfully, please indicate me what sort of lcd or lcd controller do you use ?

Thanks in advance!
Regards

Parents
  • Hello Jean Marc,
    almost all LCD char displays are driven by an HD44780 LCD controller; interfacing to them is a bit tricky, since they use a Motorola bus interface, while C166 has an Intel like bus architecture.
    Look at the memory mapped mode in this appnote, it is for Atmel but it fits the C166 equally well.

    http://homepage.sunrise.ch/mysunrise/pfleury/avr-lcd44780.html

    Please note: we had bus problems in the past using this LCD, always place a bus transceiver between the C166 data bus and the LCD data bus, otherwise the LCD controller may interfere with the configuration read from P0 during startup.
    Ciao
    Bruno

Reply
  • Hello Jean Marc,
    almost all LCD char displays are driven by an HD44780 LCD controller; interfacing to them is a bit tricky, since they use a Motorola bus interface, while C166 has an Intel like bus architecture.
    Look at the memory mapped mode in this appnote, it is for Atmel but it fits the C166 equally well.

    http://homepage.sunrise.ch/mysunrise/pfleury/avr-lcd44780.html

    Please note: we had bus problems in the past using this LCD, always place a bus transceiver between the C166 data bus and the LCD data bus, otherwise the LCD controller may interfere with the configuration read from P0 during startup.
    Ciao
    Bruno

Children