Just to make sure:
require("eink")
If that wasn't it:
eink.js
eink
or
require("eink.js")
My reasoning for these proposals is based on these links: https://www.espruino.com/ReferenceBANGLEJS2#l__global_require https://github.com/espruino/BangleApps/blob/master/modules/README.md (specifically for Bangle.js development, not sure to what degree it applies to Espruino in general)
@Ganblejs started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Just to make sure:
require("eink")
?If that wasn't it:
eink.js
to justeink
?or
require("eink.js")
?My reasoning for these proposals is based on these links:
https://www.espruino.com/ReferenceBANGLEJS2#l__global_require
https://github.com/espruino/BangleApps/blob/master/modules/README.md (specifically for Bangle.js development, not sure to what degree it applies to Espruino in general)