mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
examples: changed default bus from 6 to 0 for SSD1306 examples
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -90,7 +90,7 @@ function exit()
|
||||
|
||||
// Load i2clcd module
|
||||
var lcdObj = require('jsupm_i2clcd');
|
||||
var lcd = new lcdObj.SSD1306(6, 0x3c);
|
||||
var lcd = new lcdObj.SSD1306(0, 0x3C);
|
||||
var next = 0;
|
||||
|
||||
lcd.clear();
|
||||
|
Reference in New Issue
Block a user