cjsieh
|
3a224b09f9
|
Add files via upload
reformatted via black
|
2020-06-15 13:37:50 -05:00 |
|
cjsieh
|
5892c2550b
|
Add files via upload
reformatted via black
|
2020-06-15 13:37:03 -05:00 |
|
cjsieh
|
b068b7c80d
|
Add files via upload
fixed spaces before/after parameters
|
2020-06-15 11:58:22 -05:00 |
|
cjsieh
|
e62e5177e0
|
Delete customcolorchase.py
changed from customcolorchase to customcolorschase
|
2020-06-15 11:29:05 -05:00 |
|
cjsieh
|
85edc47550
|
Add files via upload
Change from CustomColorChase to CustomColorsChase
|
2020-06-15 11:28:24 -05:00 |
|
cjsieh
|
4e7ffc12cc
|
Add files via upload
Changed example CustomColorChase to CustomColorsChase
|
2020-06-15 11:26:34 -05:00 |
|
cjsieh
|
9d41651503
|
Delete led_animation_customcolorchase.py
Changed from customcolorchase to customcolorschase
|
2020-06-15 11:25:30 -05:00 |
|
cjsieh
|
a6ff8746cc
|
Add files via upload
Changed from customcolorchase to customcolorschase
|
2020-06-15 11:24:06 -05:00 |
|
cjsieh
|
ca806b8207
|
Add files via upload
Added CustomColorChase example. Updated All example with new CustomColorChase
|
2020-06-14 18:52:32 -05:00 |
|
cjsieh
|
33a95d63dc
|
Add files via upload
Add ability to select custom colors for chase animation
|
2020-06-14 18:50:43 -05:00 |
|
Kattni
|
fed9ec0d22
|
Merge pull request #39 from rhooper/bugfixes
Various bugfixes and simplifications
|
2020-06-08 20:46:15 -04:00 |
|
Kattni
|
4eefc345ca
|
Merge pull request #38 from rhooper/sequence-one-shot
Add OneShot sequence subclass to make it easy to run a sequence once
|
2020-06-08 20:45:45 -04:00 |
|
Roy Hooper
|
aa0eef28ca
|
Merge branch 'master' into bugfixes
|
2020-06-08 20:42:58 -04:00 |
|
Kattni
|
a07c8ac11d
|
Merge pull request #40 from rhooper/pixelgrid
Add PixelGrid 2D mapping helper and Rain animations
|
2020-06-08 20:41:32 -04:00 |
|
Roy Hooper
|
307665abcb
|
convince github actions to rebuild
|
2020-06-08 20:40:35 -04:00 |
|
Roy Hooper
|
81e962e9d9
|
fix docs slightly
|
2020-06-08 20:37:22 -04:00 |
|
Roy Hooper
|
8a0697b44d
|
remove stray file
|
2020-06-08 20:35:50 -04:00 |
|
Roy Hooper
|
e1d4f0d940
|
remove stray file
|
2020-06-08 20:33:58 -04:00 |
|
Roy Hooper
|
7628f3399e
|
Rename to AnimateOnce
|
2020-06-08 19:55:46 -04:00 |
|
Roy Hooper
|
efb1ae608f
|
tweaks
|
2020-06-08 14:43:57 -04:00 |
|
Roy Hooper
|
8f9a1a2fd1
|
black and lint
|
2020-06-08 14:32:29 -04:00 |
|
Roy Hooper
|
24d7e86629
|
add Rain, RainbowRain, and MatrixRain animations
|
2020-06-08 14:31:43 -04:00 |
|
Roy Hooper
|
9094402e32
|
Add PixelGrid
|
2020-06-07 15:40:56 -04:00 |
|
Roy Hooper
|
968a7beed4
|
simplify and clean up pixelmap, add ability to use pixel numbers without a list wrapping them
|
2020-06-07 13:09:11 -04:00 |
|
Roy Hooper
|
9183d5c7db
|
add ability to disable calling show
|
2020-06-07 12:15:44 -04:00 |
|
Roy Hooper
|
3692fb3e27
|
Fix PixelMap auto_write value.
|
2020-06-07 12:15:13 -04:00 |
|
Roy Hooper
|
9dd6bf8d06
|
Add OneShot sequence subclass to make it easy to run a sequence one time.
Also fixes some bugs in the animation sequence completion tracking.
|
2020-06-01 14:39:45 -04:00 |
|
Dan Halbert
|
baa8095da7
|
Merge pull request #35 from rhooper/comet-fixes
Fix comet length and simplification
|
2020-05-31 20:38:14 -04:00 |
|
Roy Hooper
|
96ed05c14b
|
fix lint
|
2020-05-31 20:29:45 -04:00 |
|
Roy Hooper
|
50bca2261c
|
add a note about why the code is not using list comprehensions and extra variables for speed
|
2020-05-31 20:06:45 -04:00 |
|
Roy Hooper
|
9d661b2884
|
make sure bounce=False isn't ignored
|
2020-05-31 14:21:27 -04:00 |
|
Roy Hooper
|
fc752dbcfe
|
fix comet going too far off left and right edges
|
2020-05-30 18:45:59 -04:00 |
|
Roy Hooper
|
1a59bc869b
|
bugfixes and rainbowcomet adjustments
|
2020-05-30 18:33:22 -04:00 |
|
Roy Hooper
|
c9c7e1490a
|
Make comet simpler, faster, able to be longer than the number of pixels, and the length specified.
|
2020-05-30 17:18:51 -04:00 |
|
foamyguy
|
37e9190178
|
Merge pull request #33 from rhooper/fix-rainbow-comet-on-pi
fix for RainbowComet on regular python (Fixes #32)
|
2020-05-28 17:44:35 -05:00 |
|
Roy Hooper
|
6433e785db
|
black...
|
2020-05-28 13:59:38 -04:00 |
|
Roy Hooper
|
6c7ef3aaac
|
fix for rainbowcomet on regular python (Fixes #32)
|
2020-05-27 20:08:01 -04:00 |
|
Kattni
|
ad00c4b3cc
|
Merge pull request #31 from rhooper/setup-py-package
use packages= in setup.py
|
2020-05-27 19:16:28 -04:00 |
|
Roy Hooper
|
2617e10f3b
|
add adafruit_led_animation.aniumation to packages
|
2020-05-27 17:31:35 -04:00 |
|
Roy Hooper
|
50fc912094
|
use packages= in setup.py
|
2020-05-27 17:26:06 -04:00 |
|
Kattni
|
b11a8012e2
|
Merge pull request #30 from rhooper/fix-package-name
fix package name
|
2020-05-27 17:15:28 -04:00 |
|
Roy Hooper
|
04d5df0f54
|
fix url to github repo
|
2020-05-27 17:13:16 -04:00 |
|
Roy Hooper
|
663d1d9d7f
|
fix package name
|
2020-05-27 17:11:11 -04:00 |
|
Kattni
|
7aa1b4d7e4
|
Merge pull request #29 from rhooper/pulse_rgbw_fix
Pulse RGBW strip fix
|
2020-05-25 18:14:28 -04:00 |
|
Roy Hooper
|
2e6cfa5f65
|
Handle RGB values when assigning to RGBW strips
|
2020-05-24 20:48:55 -04:00 |
|
rhooper
|
efa583177a
|
Merge pull request #26 from kattni/more-example-updates
Small fixes and add group example.
|
2020-05-24 17:36:49 -04:00 |
|
Kattni Rembor
|
a110ab1a7a
|
Small fixes and add group example.
|
2020-05-24 17:08:20 -04:00 |
|
foamyguy
|
1810c830ce
|
Merge pull request #25 from kattni/example-updates
Example updates and bugfixes.
|
2020-05-23 13:37:18 -05:00 |
|
Kattni Rembor
|
210fa1d7d1
|
Finalise example updates and bugfixes.
|
2020-05-22 20:49:16 -04:00 |
|
Kattni
|
0f9ae69a78
|
Merge pull request #3 from rhooper/fix-group
fix group to not crash
|
2020-05-22 20:44:20 -04:00 |
|