• Graphics is a build in module, what about some reading on how to use modules ...

    try this code as a simple check if the firmware has Graphics included

    var g = Graphics.createArrayBuffer(8,8,8);
    =Graphics {
      "buffer": new ArrayBuffer(64)
     }
    > 
    
About

Avatar for MaBe @MaBe started