Commit graph

202 commits

Author SHA1 Message Date
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
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
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
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
Roy Hooper
14e7c24100 fix group to not crash 2020-05-22 19:56:50 -04:00
Kattni Rembor
b7305e8652 Add examples, bugfixes. 2020-05-22 13:00:46 -04:00
Kattni
773c5b7658
Merge pull request #23 from rhooper/rainbowsparkle-fix
Rainbowsparkle fix
2020-05-21 12:36:44 -04:00
Roy Hooper
5f5d51899a refactor SparklePulse to inherit Sparkle and use the pulse generator 2020-05-19 14:03:18 -04:00
Roy Hooper
be18d57233 fix rainbowchase on large strips (eg 512) 2020-05-18 16:28:08 -04:00
Roy Hooper
d408102aad fix sparklepulse on dotstar 2020-05-18 16:28:08 -04:00
Roy Hooper
76a3e43969 a bunch of protocol changes to allow a second stage of drawing, and to move the cycle done callback out to animate() 2020-05-18 16:27:38 -04:00
Roy Hooper
52b3d60067 Fix 2020-05-18 16:27:38 -04:00
Kattni
cb18147d7b
Merge pull request #22 from kattni/comet-tail-exception
Add tail_length exception, update example imports.
2020-05-18 16:09:20 -04:00
Kattni Rembor
c7d1950476 is to --. 2020-05-18 15:05:31 -04:00
Kattni Rembor
5b4b9c85eb Workaround Pylint bug. 2020-05-18 15:01:17 -04:00
Kattni Rembor
2248b4f275 Update tail length documentation. 2020-05-18 13:55:09 -04:00
Kattni Rembor
87c1f17d4d Use integer division 2020-05-18 13:49:39 -04:00
Kattni Rembor
3aa735a444 Update to have min/max tail length automatically. 2020-05-18 13:41:55 -04:00
Kattni Rembor
4240a4b445 Default to auto_clear 2020-05-18 13:20:12 -04:00
Kattni Rembor
fa7bb0f46e Add AnimationSequence example. 2020-05-18 13:01:25 -04:00
Kattni Rembor
5d4e161642 Make simpletest simpler. 2020-05-18 12:47:20 -04:00
Kattni Rembor
a90235b31a Add tail_length exception, update example imports. 2020-05-18 11:57:58 -04:00
foamyguy
063b14bed5
Merge pull request #21 from kattni/doc-example-update
Fix doc example to match updated API.
2020-05-17 16:25:36 -05:00