Skip to content

KevinVanthuyne/arduino-rgb-led-tubes-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB LED Tubes Controller

DIY Stage Lights!

PlatformIO project using an Arduino Mega to control a custom set of DIY RGB LED tubes used as stage lighting effects.

Installation

Change the used LiquidCrystal library in .pio/libdeps/LiquidMenu_ID671/src/LiquidMenu_Config.h to LiquidCrystal_I2C by commenting

#define LIQUIDMENU_LIBRARY LiquidCrystal_LIBRARY
#include <LiquidCrystal.h>
#define DisplayClass LiquidCrystal

and uncommenting

// #define LIQUIDMENU_LIBRARY LiquidCrystal_I2C_LIBRARY
// #include <LiquidCrystal_I2C.h>
// #define DisplayClass LiquidCrystal_I2C

Build and upload the project to the Arduino using PlatformIO.

About

Arduino controller for a custom set of DIY RGB LED tubes used as stage lighting effects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published