• @AkosLukacs

    I get

    Execution Interrupted
    New interpreter error: LOW_MEMORY,MEMORY
    

    right after reading the large file

    const Storage = require('Storage');
    let ImageData  = Storage.read('Lookup');
    

    even without any other statements following.

    Thus, the docs do not seem to be correct - it's not just a pointer to a memory region in flash which is returned.

    Just as a remark: my lookup data is > 100kb long. I was able to successfully transfer it from PC to Bangle.js - but there it sits and cannot be used, not even in parts.

About