LCD backpacks reduce the number of pins needed to connect to an LCD. LCDs are a fun and easy way to have your microcontroller project talk back to you.
Character LCDs are common, and easy to get, available in tons of colors and sizes. Adafruit have written tutorials on using character LCDs with an Arduino (or similar microcontroller) but find that the number of pins necessary to control the LCD can be restrictive, especially with ambitious projects. They wanted to make a 'backpack' (add-on circuit) that would reduce the number of pins without a lot of expense.
By using simple I2C and SPI input/output expanders, Adafruit have reduced the number of pins while still making it easy to interface with the LCD. Only 2 pins are needed for I2C, 3 for SPI. For Arduino and CircuitPython/Python users, Adafruit provide an easy-to-use library that is backwards compatible with projects using the '6 pin' wiring. This backpack comes with pre-soldered 2-pin and 3-pin terminal block to make a 5-pin terminal for easy wiring.
This backpack will work with any 'standard' character LCD, from 8x1 to 20x4 sizes! As long as they have a 16-pin single-line connection header at the top. It does not work with the 16x2 OLED displays.
This backpack now comes with a big re-spin that makes lots of improvements:
Advanced users can repurpose the backpack for general-purpose I/O expansion: the MCP23008 has 8 i/o pins (7 are connected) with optional pull-ups, and the SPI 74HC595 has 7 connected outputs.
EagleCAD PCB GitHub files and Fritzing object available in the product tutorial