Reference

Discover comprehensive steps for integrating RGB LED libraries into Arduino, Mind+, and MakeCode, enhancing your projects with vibrant LED displays.

Library

(1) Arduino Library: Import the library file of RGB LED into Arduino library first, find the installation location of Arduino, and put the file of RGB LED ring into the libraries of Arduino.

DFRobot_NeoPixel.zip

arduino Extension

(2) Mind+ Extension: The extension library of the RGB LED command needs to be added before using the RGB LED ring. Open Mind+ platform, click "Extensions" in the bottom right corner, and in the "Board" menu bar, select "micro:bit", the MCU to be used.

Board Extension

Then find "WS2812 RGB LED" in the "Display" menu bar and click it to add the RGB LED extension library, then the display module will appear in the command area.

Mind+ Extension

(3) MakeCode Extension: Click the extensions in MakeCode and add the Neopixel library into the extensions.

makecode Extension

Was this article helpful?

ON THIS PAGE

TOP