UNPKG

my-pcd8544_rpi

Version:

Node.js binding of PCD8544 LCD screen driver for Raspberry-Pi

12 lines (6 loc) 127 B
// test.js const lcd = require('../index'); lcd.init(); lcd.clear(); lcd.drawstring(0, 0, "Hello Raspi!"); lcd.display();