The Moddable SDK allows JavaScript developer to code for various microcontrollers.
memory.bmp
- 1bit depth BMP imageicons.js
- Mapping for each icon in the BMP file
Coming soon.
// manifest.json
{
"include": [
"$(MODDABLE)/examples/manifest_base.json",
"$(MODDABLE)/examples/manifest_typings.json",
"$(MODDABLE)/examples/manifest_commodetto.json",
"$(MODDABLE)/modules/files/resourceiterator/manifest.json"
],
"resources": {
"*": [
"./assets/memory",
]
},
}
// Code sample