lcd interface

has anyone interfaced a powertip lcd to 167/ST10?
If yes, Pls let me know the ports used and the initialisation sequence
regards
rajesh

Parents
  • Hi Rajesh!

    Well, I don't know the powertip display, but many lcd displays use that HD44780 controller. If yours is the same, I might be ablre to help you. I only have code for the c51, but you will be able to understand the init sequence etc. It is just important to keep in mind that the timing is pretty slow and waiting a bit longer while the initialization is better than doing it very quickly or at the lowest delay possible, because that might cause a problem every now and then while building the series...

    Take care
    Sven

Reply
  • Hi Rajesh!

    Well, I don't know the powertip display, but many lcd displays use that HD44780 controller. If yours is the same, I might be ablre to help you. I only have code for the c51, but you will be able to understand the init sequence etc. It is just important to keep in mind that the timing is pretty slow and waiting a bit longer while the initialization is better than doing it very quickly or at the lowest delay possible, because that might cause a problem every now and then while building the series...

    Take care
    Sven

Children
More questions in this forum