0.1.9 • Published 10 years ago

ilcd v0.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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:

  • Qasem Taheri: Qasemt@gmail.com

License:

The MIT License (MIT)

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago