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

Feature Request: pxt version of draw_bin from python library #6

Open dsssssssss9 opened 3 years ago

dsssssssss9 commented 3 years ago

Hi

is it possible to include a function/block similar to the inkybit.draw_bin("filename.bin") found in the python library?

Thanks

Gadgetoid commented 3 years ago

Possibly- is there any way to get .bin files or other image resources into a pxt/MakeCode project? It’s been a while since I tinkered with it.

dsssssssss9 commented 3 years ago

So sorry for the delay... I totally missed your reply

I am currently investigating this - not looking hopeful at the moment but if i get any further info I will let you know

dsssssssss9 commented 1 year ago

Wow where did the time go!!!

No way to get bin files onto microbit from within Makecode itself BUT you can drag & drop the files onto the microbit from the file browser

would this make it possible to have pxt version of draw_bin ?