Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Additional options that can be passed, with default values shown:
```javascript
var opts = {
width: 128, // screen width
height; 32, // screen height
height: 32, // screen height
address: 0x3C, // Pass I2C address of screen if it is not the default of 0x3C
device: '/dev/i2c-1', // Pass your i2c device here if it is not /dev/i2c-1
microview: true, // set to true if you have a microview display
Expand Down