Commit graph

176 commits

Author SHA1 Message Date
Scott Shawcroft
4eed803ef4
Merge pull request #76 from adafruit/black-update
Black reformatting with Python 3 target.
2020-04-09 09:34:36 -07:00
Kattni Rembor
7d74e5a522 Black reformatting with Python 3 target. 2020-04-08 15:32:12 -04:00
sommersoft
26818efb84 build.yml: add black formatting check
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-04-07 16:08:30 -05:00
Kattni
9e73ebb624
Merge pull request #73 from adafruit/pylint-update
Ran black, updated to pylint 2.x
2020-03-17 17:22:11 -04:00
dherrada
a9ff0ff050 simplified chained comparisons 2020-03-17 17:06:57 -04:00
dherrada
c3535a269d Made requested changes 2020-03-17 16:56:56 -04:00
dherrada
b34f153dee Ran black, updated to pylint 2.x 2020-03-17 12:45:06 -04:00
sommersoft
41be105d76 update code of coduct: discord moderation contact section
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-15 18:27:49 -05:00
sommersoft
2d17c1a98d
Merge pull request #71 from sommersoft/patch_coc
Update Code of Conduct
2020-03-13 14:44:40 -05:00
sommersoft
1473dafcea update code of conduct 2020-03-13 14:03:53 -05:00
Melissa LeBlanc-Williams
f38cd3032c
Merge pull request #70 from geekguy-wy/constructor_brighness_parameter
Constructor brightness parameter
2020-03-10 08:40:56 -07:00
Melissa LeBlanc-Williams
24fb97280d Manual merge of #63 2020-03-09 14:52:44 -07:00
sommersoft
25a4d8d058 update pylintrc for black
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-08 19:12:58 -05:00
=Dale Weber
98f47e1460 Added documentation for the new constructor brightness parameter. 2020-03-07 18:32:03 -08:00
=Dale Weber
77e2c5d635 Merge branch 'master' of https://github.com/adafruit/Adafruit_CircuitPython_HT16K33 into modify_brightness_property 2020-03-07 13:17:35 -08:00
=Dale Weber
0aea7b8585 Switched from using int() to using round() in the brightness routine. 2020-03-07 12:47:56 -08:00
Melissa LeBlanc-Williams
50773e2bd1
Merge pull request #69 from makermelissa/set_digit_raw
Fix potential issue with tuple bitmask tuple to set_digit_raw
2020-03-07 10:49:53 -08:00
Melissa LeBlanc-Williams
c710229820 Fix potential issue with passing numbers > 255 as bitmask tuple to set_digit_raw 2020-03-07 10:41:46 -08:00
sommersoft
ec61e8a102 build.yml: move pylint, black, and Sphinx installs to each repo; add description to 'actions-ci/install.sh'
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-05 10:11:27 -06:00
Jeff Epler
d3cc347986
Merge pull request #66 from FoamyGuy/master
adding text example.
2020-03-03 08:59:57 -06:00
FoamyGuy
fc0fd184e9 fix pylint issues 2020-02-25 22:09:54 -06:00
FoamyGuy
3907b184ef adding text example. 2020-02-25 21:54:25 -06:00
=Dale Weber
92d73acb72 Modified the brightness property to use floats instead of ints, and
changed the animation demo to use it.
2020-02-18 11:15:46 -08:00
Melissa LeBlanc-Williams
ae7101aec8
Merge pull request #60 from geekguy-wy/adding_demos_and_tests
Adding demos and tests
2020-02-17 15:16:56 -08:00
=Dale Weber
7971d1d564 Removed a function that was no longer needed. 2020-02-14 19:13:14 -08:00
=Dale Weber
8404557cb0 Split two long lines. 2020-02-14 18:56:24 -08:00
=Dale Weber
ea1bcb7149 Added error checking for digit and bitmask values 2020-02-14 16:44:35 -08:00
=Dale Weber
30d49911b7 Removed the last trailing white space and moved imports to the top of the file. 2020-02-13 04:59:57 -08:00
=Dale Weber
4d5edad437 Removed trailing spaces and two unused parameters to count_down(). Changed
name of cy in line 275 to cyc.
2020-02-13 04:53:06 -08:00
=Dale Weber
27ab7c7605 Added wrong file on last commit. This is the correct file. 2020-02-13 04:41:25 -08:00
=Dale Weber
b7743acce8 Upgraded version of ht16k33_animation_demo.py 2020-02-13 04:23:11 -08:00
=Dale Weber
445c7401ec Added ht16k33_animation_demo.py (NEW) and ht16k33_matrix_pillow_image.py (was missing)
to docs/examples.rst
2020-02-10 19:32:00 -08:00
=Dale Weber
8595bed169 Removed trailing white space. 2020-02-10 19:03:16 -08:00
=Dale Weber
3c5cab72b6 Rewrote two for loops to be while loops. 2020-02-10 18:59:23 -08:00
=Dale Weber
474437feb2 Converted all tabs to spaces for indentation. 2020-02-10 18:36:20 -08:00
=Dale Weber
577963b11a Adding new animation demo to show what can be done by using set_raw_digit() 2020-02-10 18:25:56 -08:00
=Dale Weber
7f27b57c09 Adding new animation demo to show what can be done when using set_digit_raw() 2020-02-10 18:07:31 -08:00
Melissa LeBlanc-Williams
1da9029fd0
Merge pull request #58 from makermelissa/set_digit_raw
Add Big 7x4 Segmented initializer to examples
2020-01-28 10:29:14 -08:00
Melissa LeBlanc-Williams
f054672ffc Add Big 7x4 Segmented initializer to examples 2020-01-28 10:19:47 -08:00
Melissa LeBlanc-Williams
29c028ac24
Merge pull request #56 from makermelissa/set_digit_raw
Added colon property to 7-segment x 4 display
2020-01-27 17:50:57 -08:00
Melissa LeBlanc-Williams
c3392d8f95 Added colon property to 7-segmentx4 display 2020-01-27 16:50:06 -08:00
Melissa LeBlanc-Williams
297b874fd7
Merge pull request #55 from makermelissa/set_digit_raw
Don't limit hex numbers, no reason to
2020-01-27 10:18:25 -08:00
Melissa LeBlanc-Williams
04fdbfc4cf Don't limit hex numbers, no reason to. 2020-01-27 09:47:32 -08:00
Melissa LeBlanc-Williams
e8ad143c47
Merge pull request #53 from hybotics/port_number_change_from_micropython
Port changes to the number() routine in the micropython library to _number()
2020-01-27 09:44:40 -08:00
Dale Weber
11fe810d5a Removed commented out line. 2020-01-27 09:32:41 -08:00
Dale Weber
3f2d74c827 Removed trailing whitespace in docstring. 2020-01-27 09:16:27 -08:00
Dale Weber
73165d4c55 Fixed indent on docstring. 2020-01-27 09:12:50 -08:00
Dale Weber
56945d5267 Moved docstring into the function, removed parens from if checks. Reversed
change to import for HT16K33.
2020-01-27 09:05:40 -08:00
Melissa LeBlanc-Williams
24bb3e9494
Merge pull request #54 from makermelissa/set_digit_raw
Fixed set_digit_raw to match Python library
2020-01-25 12:20:50 -08:00
Melissa LeBlanc-Williams
66c0b04f27 Set 7-segment to be default display 2020-01-24 15:03:05 -08:00