From 54d7eac51dc13efecfc4c61c654c431ecfee0168 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 May 2016 08:08:54 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9957646825..86d67549f2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11788,4 +11788,10 @@ * arch/arm/include/lpc43xx and src/lpc43xx: Adds definitions for the LPC4337jet100 chip. From Alexander Vasiljev (2016-05-24). * Many files: Add an argument to board_app_initialize() (2016-05-24). - + * drivers/lcd: Add support for PCF8574 LCD Backpack driver. This driver + supports an interface board that is based on the PCF8574 io expander + and supports the HD44780-based (or compatible) LCD modules. There + are a myriad of different vendors of such, but they are principally + the same, save wiring and minor features like jumpers for I2C + addresses. This driver supports known and unknown variants. From + Dave (ziggurat29, 2013-6-26).