pimoroni / pxt-inkybit

pxt-microbit package for the Pimoroni inky:bit - a three-colour e-ink display for your micro:bit.
MIT License
6 stars 8 forks source link

Confusing failure on V1 micro:bit #4

Open DaveAtKitronik opened 3 years ago

DaveAtKitronik commented 3 years ago

A user reported that his code didn't work, with error 020 :(
This is caused when running out of memory. Presumably the inkybit is V2 only for this reason. However the extension is missing the V2 only incantation in the pxt.json file, which would have reported error 927 - incompatible the incantation is:

"disablesVariants": [ "mbdal" ],