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 & i2c

Any examples of projects which allow to control a LCD module over a i2c port ?
(µC ATMEL 8051)

Parents
  • If your LCD has a parallel interface, then you could use I2C controlled IO-expanders to control the lines of the LCD.

    Personally, I'm using 2 PCF8574 IO-expanders (I2C controlled) to control my LCD. As such, I only need to spend two pins of the processor (SDA/SCL). And I can control lots of other I2C devices too, of course.

    --Geert

Reply
  • If your LCD has a parallel interface, then you could use I2C controlled IO-expanders to control the lines of the LCD.

    Personally, I'm using 2 PCF8574 IO-expanders (I2C controlled) to control my LCD. As such, I only need to spend two pins of the processor (SDA/SCL). And I can control lots of other I2C devices too, of course.

    --Geert

Children
No data