As written, the React code allows you to change patterns and brightness with the Adafruit remote control. There is more functionality available with other commercially available remotes, or it's not too hard to add your own functions for the unused buttons.
Take some time and look through the React code. You'll find a "playlist" section near the top, where you can choose the modes you like and reorder them as you see fit.
Since we haven't included audio or interactivity in this lamp design, some of the modes won't appear to do anything at all. Some may look better on your finished lamp than others. You can customize your modes simply by editing this playlist.
const PatternList patterns = { waves, colorWaves, pride, softTwinkles, colorTwinkles, //fire2012WithPalette, sinelon, lightning2014, //bouncingBalls2014, spectrumBar, //spectrumDots, //juggle, bpm, //confetti, rainbow, //rainbowWithGlitter, hueCycle, //discostrobe, //simon, //colorInvaders, showSolidColor, };
Page last edited April 13, 2016
Text editor powered by tinymce.