LCD Library 1.2.0
LCD Library - LCD control class hierarchy library. Drop in replacement for the LiquidCrystal Library.
Classes | Defines
/Users/fmalpartida/development/ardWorkspace/LiquidCrystal_I2C/LiquiCrystal_I2C/LiquidCrystal_I2C.h File Reference
#include <inttypes.h>
#include <Print.h>
#include "I2CIO.h"
#include "LCD.h"

Go to the source code of this file.

Classes

class  LiquidCrystal_I2C

Defines

#define EN   B01000000
#define RS   B00010000
#define RW   B00100000

Define Documentation

#define EN   B01000000

Enable bit of the LCD Defines the IO of the expander connected to the LCD Enable

Definition at line 45 of file LiquidCrystal_I2C.h.

#define RS   B00010000

Register bit of the LCD Defines the IO of the expander connected to the LCD Register select pin

Definition at line 59 of file LiquidCrystal_I2C.h.

#define RW   B00100000

Read/Write bit of the LCD Defines the IO of the expander connected to the LCD Rw pin

Definition at line 52 of file LiquidCrystal_I2C.h.

 All Classes Files Functions Variables Typedefs Defines