I had it working for a long time now its blank but it use to be fuzzy. Everytime i enter code i get >require("Touchscreen").connect(onTouch);
ERROR: Could not open file : NO_PATH
WARNING: Module "Touchscreen" not found
=undefined
Uncaught Error: Field or method does not already exist, and can't create it on undefined
at line 1 col 23
require("Touchscreen").connect(onTouch);
^
Any ideas? and also ....
ERROR: Could not open file : NO_PATH
WARNING: Module "Touchscreen" not found
=undefined
Uncaught Error: Field or method does not already exist, and can't create it on undefined
at line 3 col 25
require("Touchscreen").connect(touchCallback);
^
in function "onInit" called from line 1 col 8
onInit();
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.
I had it working for a long time now its blank but it use to be fuzzy. Everytime i enter code i get >require("Touchscreen").connect(onTouch);
ERROR: Could not open file : NO_PATH
WARNING: Module "Touchscreen" not found
=undefined
Uncaught Error: Field or method does not already exist, and can't create it on undefined
at line 1 col 23
require("Touchscreen").connect(onTouch);