0.0.7 • Published 12 years ago

lcdjs v0.0.7

Weekly downloads
2
License
-
Repository
-
Last release
12 years ago
   __       __  _   
  / /______/ / (_)__
 / / __/ _  / / (_-<
/_/\__/\_,_/_/ /___/
          |___/     

lcdjs

Provides some functions for a nodejs-raspi-lcd arrangment. By now it works with a 20x4 LCD compatible with the Hitachi HD44780 LCD controller.

I widely followed:

http://www.raspberrypi-spy.co.uk/2012/08/20x4-lcd-module-control-using-python/

The code below lib/utils.js is a rewrite of the python code; THX to Matt Hawkins

For setting the raspi pins high and low I tested some gpio modules I found on http://npmjs.org.

The one I use is rpio by jperkin. THX to him too. Infrastructure for configuring other lcd-types will be provided (if needed; open a issue).

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago