keybow2040/examples
Phil Howard de65ee3f51 Decorator key test example
This example allows you to test each key and LED in turn.

1. At startup all LEDs should be white
2. Press a key and it will turn blue
3. Release that key and it will turn white
4. *Hold* a key and it will turn red
5. Release a *held* key and it will turn green

If you can turn all your keys blue -> red -> green, they're good!
2021-05-18 15:16:15 +01:00
..
colour-picker.py MOAR README 2021-03-12 00:00:27 +00:00
decorator-key-test.py Decorator key test example 2021-05-18 15:16:15 +01:00
decorators.py MOAR README 2021-03-12 00:00:27 +00:00
hid-keys-advanced.py Tweaking debounce values a bit in advanced HID example. 2021-03-12 22:35:32 +00:00
hid-keys-simple.py Adding advanced HID keyboard example with multiple layers. 2021-03-12 16:56:59 +00:00
midi-arp.py Updating MIDI sequencer with note and velocity control. 2021-03-16 20:59:10 +00:00
midi-keys.py Adding advanced HID keyboard example with multiple layers. 2021-03-12 16:56:59 +00:00
midi-sequencer.py Major update to sequencer again. Added track toggle and track clear. 2021-03-19 09:07:49 +00:00
rainbow.py MOAR README 2021-03-12 00:00:27 +00:00
reactive-press.py Improving MIDI arpeggiator. LEDs show current note now. Documentation. 2021-03-11 20:43:13 +00:00