keyboardio/Kaleidoscope-LEDEffect-Rainbow

Name: Kaleidoscope-LEDEffect-Rainbow

Owner: Keyboardio

Description: Rainbow effects for Kaleidoscope.

Created: 2017-01-27 09:49:22.0

Updated: 2018-05-15 06:28:37.0

Pushed: 2018-05-15 06:28:41.0

Homepage:

Size: 20

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Kaleidoscope-LEDEffect-Rainbow

status Build Status

Two colorful rainbow effects are implemented by this plugin: one where the rainbow waves through the keys, and another where the LEDs breathe though the colors of a rainbow. The difference is that in the first case, we have all the rainbow colors on display, and it waves through the keyboard. In the second case, we have only one color at a time, for the whole board, and the color cycles through the rainbow's palette.

Using the extension

To use the plugin, include the header, and tell the firmware to use either (or both!) of the effects:

lude <Kaleidoscope-LEDControl.h>
lude <Kaleidoscope-LEDEffect-Rainbow.h>

IDOSCOPE_INIT_PLUGINS(LEDRainbowEffect, LEDRainbowWaveEffect);

 setup() {
leidoscope.setup();

Plugin methods

The plugin provides two objects: LEDRainbowEffect, and LEDRainbowWaveEffect, neither of which have any public methods or properties, outside of those provided by all LED modes.

Dependencies

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.