This paper presents a library for Arduino that allows interfacing a 16x2 LCD display with the HD44780 controller via the PCF8574 I2C expander. The library provides basic functions for displaying text ...
The DISP pin is not used, just pull it to VCC. External VCOM inversion signal is used, so pull EXTCOMIN to VCC. (I don't like having SPI transactions inside interupt timers, so invert via SPI won't ...