microsoft / pxt-neopixel

A Neo-Pixel package for pxt-microbit
https://makecode.microbit.org/pkg/microsoft/pxt-neopixel
MIT License
58 stars 140 forks source link

what's the best way to define a new 10x10 block? #48

Closed 0xbs0d closed 5 years ago

0xbs0d commented 5 years ago

I'm thinking about creating a new block that would ideally be an array but visually it should look similarly to the 'show leds' or 'create image' blocks with a grid 10x10 of input fields. Any guidelines on how to get started or what would be the best approach to do that?