Add link to custom LiquidCrystal library by F. Malpartida

This commit is contained in:
Bob-the-Kuhn
2017-06-21 21:30:43 -05:00
committed by Scott Lahteine
parent d26c8cc5c8
commit 325f09ea6c
30 changed files with 89 additions and 2 deletions

View File

@ -129,8 +129,8 @@
*/
#if ENABLED(LCD_I2C_SAINSMART_YWROBOT)
// This uses the LiquidCrystal_I2C library ( https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home )
// Make sure it is placed in the Arduino libraries directory.
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
#define LCD_I2C_TYPE_PCF8575
#define LCD_I2C_ADDRESS 0x27 // I2C Address of the port expander
#define ULTIPANEL