Matthew Peters wrote:
on the I2C and HD44780 ideas, i made a while back a form of both... i tried to make it as open as possible, allowing for all possible devices that use the same interface. I don't have a couple things working like checking if the display is buisy or not (4-bit interface doesn't seem to work, 8 does, but i haven't tested extensively).
our char_lcd example uses the busy flag and works in the 4bit mode. chris