mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-25 00:49:48 +00:00
16 lines
311 B
Markdown
16 lines
311 B
Markdown
|
|
||
|
OLED JS Pi over i2c-bus
|
||
|
========================
|
||
|
|
||
|
## What is this directory?
|
||
|
|
||
|
This directory contains a working example of NodeJS, a (typically) ARM board (Orange Pi Zero), and a 128x64 I2C SSD1306 display.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```
|
||
|
npm install
|
||
|
cp ../oled.js node_modules/oled-i2c-bus/
|
||
|
node clock.js
|
||
|
```
|