Skip to content

goBILDA-Official/goBILDA-Prism-Arduino-Library

Repository files navigation

goBILDA-Prism

goBILDA Prism Driver

Make creating eye-catching LED animations more performant than ever! The Prism LED Driver combines a PWM interface, an I²C interface, a voltage regulator, and 12 fully customizable animations packed with creative options in one enclosure.

Hardware Requirements

Installation

Arduino Library Manager

  • Open the Arduino IDE and select the Library Manager on the left side of the screen
  • Type "goBILDA Prism" in the search bar and select "INSTALL"

Manual Install

  • Download the library by clicking here
  • Unzip the zip file by right clicking it and selecting "Extract All..."
  • Extract the zip file to your Arduino libraries folder:
    • Windows: Documents\Arduino\libraries
    • macOS: ~/Documents/Arduino/libraries
    • Linux: ~/Arduino/libraries

Examples

The goBILDA Prism library includes example sketches to help you get started quickly.

Accessing Examples in Arduino IDE

After installing the library, you can access the example sketches:

  1. Open the Arduino IDE
  2. Click on File -> Examples -> goBILDA Prism (scroll down to find it under "Examples from Custom Libraries")
  3. Select an example sketch to open it in a new window