Skip to content

Commit

Permalink
prepare for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noopkat committed Oct 3, 2014
1 parent 8e5cab7 commit 980fa69
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,20 @@ OLED screens are really cool - now you can control them with JavaScript!

## Install

1. `git clone`
2. `npm install` (use --dev if you want to run the demo file)
3. Upload standard firmata lib to an Arduino of choice
4. hook up I2C compatible oled to the Arduino
1. `npm install oled-js`
2. Upload standard firmata lib to an Arduino of choice
3. Hook up I2C compatible oled to the Arduino
(A4 -> SDL, A5 -> SCL if using an Uno, look up your board if not Uno)
5. `node tests/demoTime.js` (look in the file for examples of all method calls)

![fritzing diagram](https://raw.githubusercontent.com/noopkat/johnny-five-oled/master/docs/fritzing/i2C_128x32_Uno.png)
If you'd like to run the demo:
1. `git clone`
2. `npm install`
3. Replace width, height, and I2C address params with your own in tests/demoTime.js
4. `node tests/demoTime.js`


![fritzing diagram](https://raw.githubusercontent.com/noopkat/johnny-five-oled/master/docs/fritzing/i2C_128x32_Uno.png)


## Example

Expand Down

0 comments on commit 980fa69

Please sign in to comment.