Commit graph

63 commits

Author SHA1 Message Date
dherrada
fea20c5fd3 Added docs/requirements.txt 2021-11-11 13:35:08 -05:00
dherrada
47cd5e8486 Pylint and RTD update patch, and other fixes 2021-11-11 13:30:32 -05:00
dherrada
b42b03eef7 Updated readthedocs file
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-11-09 15:28:25 -05:00
Dylan Herrada
f7859eb602
Updated readthedocs requirements path 2021-11-08 16:25:39 -05:00
dherrada
5e106c63c0 Disabled unspecified-encoding pylint check
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-11-05 15:15:38 -04:00
foamyguy
053ce6414e add docs link to readme 2021-10-25 11:17:22 -05:00
Paint Your Dragon
92db609f81
Merge pull request #11 from rhooper/led_animation_compat
add neopixel-like compatibility so animations work
2021-10-18 15:48:47 -07:00
Rose Hooper
e2697591ca resolve merge conflicts 2021-10-18 13:11:02 -04:00
Paint Your Dragon
d2133e54fb
Merge pull request #12 from jsymons/change_default
Change default
2021-10-15 13:58:40 -07:00
Jason Symons
a93c339ab4 Undo change of default to pixel 2021-10-15 10:19:19 -04:00
Jason Symons
8a6b02cb25 Change color default values from None to 0 2021-10-15 10:11:06 -04:00
foamyguy
3cabc01527
Merge pull request #8 from jsymons/typing
Add type hints
2021-10-14 09:45:16 -05:00
Jason Symons
5d3949ea19 Revert change from NoneType to 0 2021-10-14 10:09:07 -04:00
Rose Hooper
cac808ccf1 fix lint error 2021-10-12 17:55:57 -04:00
Rose Hooper
db09218662 fix class name 2021-10-11 20:31:03 -04:00
Rose Hooper
7564518ee5 add neopixel-like compatibility so animations work 2021-10-11 20:28:11 -04:00
Jason Symons
5611bdafa2 Fix PIL image type 2021-10-10 11:44:44 -04:00
Jason Symons
9ccba90ea6 Merged upstream changes 2021-10-07 21:45:16 -04:00
Jason Symons
49b391bc07 Merge upstream changes 2021-10-07 21:42:18 -04:00
Paint Your Dragon
8b0a9319f8
Merge pull request #9 from adafruit/pb-color-order
Add RGB color ordering a la Arduino library, FrameBuffer copy via image()
2021-10-07 12:43:28 -07:00
Jason Symons
82685e6347 Moved typing related imports into try block 2021-10-07 08:54:59 -04:00
Phillip Burgess
6a2d9b532e Docstrings again yay 2021-10-06 20:10:44 -07:00
Phillip Burgess
478e4e9251 Fix params in docstrings? Is that what’s giving it issues? 2021-10-06 20:05:31 -07:00
Jason Symons
f0feb8aa80 Updated type hints for return values, fix type hint imports, update requirements 2021-10-06 22:41:40 -04:00
Phillip Burgess
c7dd6be2a3 Color order working in LED glasses & rings 2021-10-06 19:37:09 -07:00
Jason Symons
76f906c1e2 Fix missing return type 2021-10-06 22:07:06 -04:00
Jason Symons
dc6738216f Add type hints 2021-10-06 21:23:45 -04:00
Phillip Burgess
19e2034700 Add FrameBuf support to image() function 2021-10-06 17:22:32 -07:00
Phillip Burgess
c34d094a05 Additions for glasses LED rings (color order & fill func) 2021-10-06 12:59:13 -07:00
Phillip Burgess
b4ba8ac60d WIP; color order & other changes brought over from Arduino lib 2021-10-06 12:33:07 -07:00
Paint Your Dragon
e9ac189137
Merge pull request #6 from adafruit/philb-clip-fix
Fix clipping in pixel() function
2021-09-24 10:14:39 -07:00
Phillip Burgess
91cc70c2f5 Fix < typo 2021-09-23 22:03:52 -07:00
Phillip Burgess
766d3ef4a8 Fix clipping error in pixel() function 2021-09-23 21:50:20 -07:00
Paint Your Dragon
6ccbd95316
Merge pull request #5 from adafruit/philb-bytes
LED remap tables stored as bytearrays, saves a good chunk of RAM
2021-09-21 15:54:00 -07:00
Phillip Burgess
43c7850ab0 Glasses: fix color order in rings, remove explicit 'bytearray' use 2021-09-21 15:46:18 -07:00
Phillip Burgess
96e5b82813 Fix getitem errors & appease pylint 2021-09-21 12:51:50 -07:00
Phillip Burgess
91bd703f21 Change import order to appease pylint 2021-09-21 11:56:45 -07:00
Phillip Burgess
56d3d17889 Reformat w/black 2021-09-21 11:52:05 -07:00
Phillip Burgess
6c8e164b51 Packed LED look-up tables into bytearrays, using unpack_from() to retrieve
Original tables are kept in comments in case they’re needed in the future. OK to delete if you prefer.
2021-09-21 11:51:13 -07:00
Paint Your Dragon
12c730093f
Merge pull request #3 from rhooper/grid
Add grid support to LED Glasses
2021-09-21 10:44:07 -07:00
Paint Your Dragon
fa2e0f3cd9
Merge branch 'main' into grid 2021-09-21 10:36:01 -07:00
Paint Your Dragon
be8931bfc0
Merge pull request #4 from adafruit/philb-buffer
Add optional LED buffering
2021-09-21 10:32:58 -07:00
Phillip Burgess
1ddc42540f Update rgbswirl (QT matrix) example to show PREFER_BUFFER 2021-09-21 10:25:12 -07:00
Phillip Burgess
55614af3ce Glasses rings: move LED maps out of setter functions into classes, add getter funcs 2021-09-21 08:13:26 -07:00
Phillip Burgess
49ff250998 More black reformatting (after upgrade) 2021-09-20 21:16:37 -07:00
Phillip Burgess
47fcad1981 black format __init__.py 2021-09-20 21:07:03 -07:00
Phillip Burgess
aa8f2b83fd Fix speckles in LED glasses rings example 2021-09-20 20:11:24 -07:00
Phillip Burgess
a2c3878ea5 Fix missing byte, looks like this all works! 2021-09-20 20:08:02 -07:00
Phillip Burgess
b005e266ed Buffering mostly working 2021-09-20 20:05:25 -07:00
Phillip Burgess
000706a8dc Starting to write buffered data 2021-09-20 19:34:22 -07:00