ilcd

0.1.9 • Public • Published

ilcd

Driver for LCD ( with i2c ) [1602] , [2004] .is Tested in Raspberry Pi and BeagleBone,Cubieboard A20.

Install

$ npm install ilcd

Usage

var _lcd = require("ilcd").iLCD;
//  by default address = 0x27
// _lcd.SetAddress(0x22);
 var line =1;
 
_lcd.lineOut("Hello world...", line);
 
 
_lcd.ClearLine(line);
 
 
_lcd.ClearDisplay();
 
//_lcd.BackLightOn();
//_lcd.BackLightOff();
//_lcd.DisplayOff();
//_lcd.BackLightOn();
 
 

Author:

License:

The MIT License (MIT)

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ilcd

    Weekly Downloads

    2

    Version

    0.1.9

    License

    MIT

    Last publish

    Collaborators

    • qasemt