You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Seems to be a problem here as per above two images. The error occurred running on raspberry pi 3 B+ under nodejs (v12.6.2). Looks like it it s result of the last patch.
Have to say I had allot of probs installing the lcdi2c package , finally using NPM install direct from the GIT repository, Find below the javascript that executed the package and cause the failure.
Regards, Simon
contents of test.js
const LCD = require('lcdi2c');
lcd = new LCD(1,0x27,20,4);
console.log ('hello lcdi2c');
console.log (lcd);
Hi,
Seems to be a problem here as per above two images. The error occurred running on raspberry pi 3 B+ under nodejs (v12.6.2). Looks like it it s result of the last patch.
Have to say I had allot of probs installing the lcdi2c package , finally using NPM install direct from the GIT repository, Find below the javascript that executed the package and cause the failure.
Regards, Simon
contents of test.js
const LCD = require('lcdi2c');
lcd = new LCD(1,0x27,20,4);
console.log ('hello lcdi2c');
console.log (lcd);
lcd.clear();
lcd.println('hello world',1);
lcd.println('blipper',2);
lcd.println('by SimonGAndrews',3);
The text was updated successfully, but these errors were encountered: