raspberrypi / scratch

Scratch releases
79 stars 21 forks source link

SenseHAT driver should allow setting of single pixels of LED array #204

Closed timrowledge closed 8 years ago

timrowledge commented 8 years ago

Setting a single pixel of the LED array son a SenseHAT has been asked for for some time, though nobody has ever responded to requests for information about how they'd like it to work

timrowledge commented 8 years ago

After getting bored waiting for input I just did a basic solution. You can use 'ledpixelat X y Y color colorspec' with a small range of variations. The colour can be specified a a Color name, an html style triple-hex or an r/g/b triplet of numbers 0-255. This ought to cover most needs.

timrowledge commented 8 years ago

Fixed in ScratchGPIO-tpr.4 for sept '16 release