You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jesse Vincent
f4e9b476a0
|
8 years ago | |
---|---|---|
examples/FingerPainter | 8 years ago | |
src | 8 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 8 years ago | |
COPYING | 8 years ago | |
README.md | 8 years ago | |
library.properties | 8 years ago |
README.md
Kaleidoscope-FingerPainter
TODO
Using the plugin
TODO
#include <Kaleidoscope.h>
#include <Kaleidoscope-EEPROM-Settings.h>
#include <Kaleidoscope-FingerPainter.h>
void setup () {
Kaleidoscope.setup ();
USE_PLUGINS (&EEPROMSettings, &FingerPainter);
// TODO
}
Plugin methods
The plugin provides the FingerPainter
object, which has the following methods:
TODO
Dependencies
Further reading
Starting from the example is the recommended way of getting started with the plugin.
Notice
While the code is under the GPL-3, the FINGERPAINTER_PALETTE_PASTEL
palette
was created by Conache, and is under a CC-BY-SA
license; the FINGERPAINTER_PALETTE_SOLARIZED
palette was created
by Ethan Schoonover, and is under the MIT license.