You are reading a single comment by @GarrettL and its replies. Click here to read the full conversation.
  • 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();

        ^
    

    :=undefined
    Unknown LCD code 35208 35209


    | |_ ___ ___ _ ||___ ___
    | |_ -| . | _| | | | | . |
    |
    || || |_|||_|_|

          |_| http://espruino.com
    

    1v72 Copyright 2015 G.Williams
    echo(0);
    =undefined
    Any ideas?

About

Avatar for GarrettL @GarrettL started