Meowbit & Neopixel

Meowbit can also be programmed to control Neopixel LED strips, such as the one on Robotbit.

MakeCode Arcade Coding Tutorial

Controlling LED strip

Load Light Extension

Blocks for controlling LED strips

Programming LED strip of the Robotbit

The LED strip on the Robotbit is connected to P16.

Lighting up all 4 LEDs

Sample Code Link

RGB color

Sample Code Link

HSL color

Sample Code Link

Controlling individual lights

The index of the LED lights starts from 0.

Sample Code Link

Photon effect

Sample Code Link

Kittenblock Coding Tutorial

Blocks for controlling the LED strip

Programming the LED strip of the Robotbit

The LED strip of the Robotbit is connected to P16.

Lighting up all LEDs

All effects will only be shown after using Color Update block.

RGB color

Controlling Individual Lights

The index of the LED lights starts from 0.

Last updated