Add link to custom LiquidCrystal library by F. Malpartida
This commit is contained in:
parent
d26c8cc5c8
commit
325f09ea6c
30 changed files with 89 additions and 2 deletions
|
@ -129,8 +129,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if ENABLED(LCD_I2C_SAINSMART_YWROBOT)
|
#if ENABLED(LCD_I2C_SAINSMART_YWROBOT)
|
||||||
// This uses the LiquidCrystal_I2C library ( https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home )
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
// Make sure it is placed in the Arduino libraries directory.
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
#define LCD_I2C_TYPE_PCF8575
|
#define LCD_I2C_TYPE_PCF8575
|
||||||
#define LCD_I2C_ADDRESS 0x27 // I2C Address of the port expander
|
#define LCD_I2C_ADDRESS 0x27 // I2C Address of the port expander
|
||||||
#define ULTIPANEL
|
#define ULTIPANEL
|
||||||
|
|
|
@ -1389,6 +1389,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1386,6 +1386,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1383,6 +1383,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1367,6 +1367,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1367,6 +1367,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1389,6 +1389,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1375,6 +1375,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1378,6 +1378,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1417,6 +1417,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1385,6 +1385,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1385,6 +1385,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1412,6 +1412,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1385,6 +1385,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1385,6 +1385,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1400,6 +1400,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1404,6 +1404,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1441,6 +1441,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1375,6 +1375,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1385,6 +1385,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1506,6 +1506,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1507,6 +1507,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1496,6 +1496,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1499,6 +1499,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1504,6 +1504,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1562,6 +1562,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1401,6 +1401,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1388,6 +1388,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1380,6 +1380,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1390,6 +1390,9 @@
|
||||||
//
|
//
|
||||||
// Sainsmart YW Robot (LCM1602) LCD Display
|
// Sainsmart YW Robot (LCM1602) LCD Display
|
||||||
//
|
//
|
||||||
|
// Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
|
||||||
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
|
||||||
|
//
|
||||||
//#define LCD_I2C_SAINSMART_YWROBOT
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Reference in a new issue