You are reading a single comment by @Mark_M and its replies. Click here to read the full conversation.
  • Font not found after upgrade to firmware 2v14.
    current firmware version is 2v14 and bootloader is 2v12.

    require("Font8x16").add(Graphics);
    g.setFont8x16();
    g.drawString("0123456789");
    
    >Uncaught Error: Module Font8x16 not found
     at line 1 col 19
    require("Font8x16").add(Graphics);
    

    Settings/Communications Module URL is set to http://www.espruino.com/modules/

    Please advise.

About

Avatar for Mark_M @Mark_M started