Commit graph

109 commits

Author SHA1 Message Date
Kattni
f91b78daa6
Updating setup.py.disabled 2020-04-10 17:04:36 -04:00
Dan Halbert
25c5a1aaba
Merge pull request #39 from adafruit/black-update
Black reformatting with Python 3 target.
2020-04-09 21:31:39 -04:00
Kattni Rembor
b45453a3ca Black reformatting with Python 3 target. 2020-04-09 17:34:06 -04:00
sommersoft
ec69e74f9b build.yml: add black formatting check
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-04-07 15:51:12 -05:00
sommersoft
ab57157574 update code of coduct: discord moderation contact section
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-15 18:24:03 -05:00
sommersoft
c63451352f
Merge pull request #38 from sommersoft/patch_coc
Update Code of Conduct
2020-03-13 14:29:51 -05:00
sommersoft
67d1fb32f5 update code of conduct 2020-03-13 14:10:27 -05:00
Kattni
81e07aadc4
Merge pull request #37 from adafruit/pylint-update
Re-added --force-reinstall
2020-03-12 15:02:45 -04:00
dherrada
83f581d752 Re-added --force-reinstall 2020-03-12 13:58:45 -04:00
Kattni
f27dd3174e
Merge pull request #36 from adafruit/pylint-update
Ran black, made pylint 2.x compatible
2020-03-09 18:46:42 -04:00
dherrada
19183b701c Ran black, made pylint 2.x compatible 2020-03-09 17:10:04 -04:00
sommersoft
509f9569b0 update pylintrc for black
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-08 19:11:09 -05:00
sommersoft
55a495e864 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:10:27 -06:00
Melissa LeBlanc-Williams
b506a0af03
Merge pull request #35 from FoamyGuy/master
Adding background_color
2020-02-18 08:58:02 -08:00
FoamyGuy
72c5b627b9 fix constructor for visible black background color 2020-02-18 08:50:29 -06:00
FoamyGuy
4d65e55273 fix constructor for visible black background color 2020-02-17 21:45:11 -06:00
FoamyGuy
0fe25b5307 fix constructor for visible black background color 2020-02-17 21:44:52 -06:00
FoamyGuy
870643ae4e add leading underscore to _transparent_background 2020-02-17 21:26:40 -06:00
FoamyGuy
46b04fea72 fix for setting background to visible black 2020-02-17 19:43:21 -06:00
FoamyGuy
80ebaa9b0d remove unneeded else block 2020-02-17 19:35:50 -06:00
FoamyGuy
5dfc291763 fix setting background back to transparent. add logic to track transparency and return None when background is transparent. add more functionality to example. 2020-02-17 19:32:58 -06:00
FoamyGuy
fb70ae4b70 fix typo in background_color example 2020-02-14 20:25:01 -06:00
FoamyGuy
7868b40ae4 fix typo 2020-02-14 20:22:39 -06:00
FoamyGuy
eae4cb4f48 adding getter setter properties for background_color 2020-02-14 18:37:40 -06:00
FoamyGuy
39431ec92d undo ide formatting changes 2020-02-14 18:30:38 -06:00
FoamyGuy
cefd4545f5 adding background_color and usage example 2020-02-14 18:22:20 -06:00
foamyguy
2086944a56
Merge pull request #1 from adafruit/master
update to master
2020-02-14 18:10:24 -06:00
dherrada
3fa0b2c695
Merge pull request #34 from dherrada/master
Added x and y as keyword arguments.
2020-02-11 15:17:01 -05:00
dherrada
0d8bc6377c Whitespace 2020-02-11 15:07:02 -05:00
dherrada
89ce1010af Added x and y as keyword arguments 2020-02-11 15:06:19 -05:00
Kattni
d84df43673
Merge pull request #32 from kattni/fix-display-on-none
Fixes issue where label will not display when value is False
2020-02-02 21:20:31 -05:00
Kattni Rembor
142054af67 Fixes issue where label will not display when value is False
If text value evaluates to False, label will not display.
This change resolves that issue.

Tested with proximity data that returns 0 when no object is present.
2020-02-02 16:32:53 -05:00
Limor "Ladyada" Fried
36e199ac74
Merge pull request #31 from kattni/convert-to-string
Convert text object to string.
2020-02-02 12:31:05 -05:00
Kattni Rembor
45d124932f Convert text object to string. 2020-02-01 15:56:17 -05:00
Carter Nelson
193f6b5169
Merge pull request #30 from FoamyGuy/master
adding anchored position example
2020-01-29 12:19:31 -08:00
FoamyGuy
8ca3c1a724 remove unneeded prints, make the 'text' variable more like a constant. moving text_group setup code all together. cleanup some whitespace. 2020-01-29 13:49:28 -06:00
FoamyGuy
afeb2a2669 adding anchored position example 2020-01-28 22:01:00 -06:00
Kattni
4d53a379ab
Merge pull request #22 from neoxharsh/master
Added "cx" and "cy" property to the label to change center of Label
2020-01-28 12:12:39 -05:00
foamyguy
86130b39f2
default x and y inside init
tested with simpletest and the anchor point test linked above.
2020-01-27 19:54:29 -06:00
foamyguy
344775b34a
pylint fix
adding _anchor_point into init
2020-01-27 18:09:12 -06:00
foamyguy
7c74bcd8ad
remove whitespace 2020-01-27 17:58:44 -06:00
foamyguy
12b47af9c2
fix return
removing unneeded _anchored_position variable.
2020-01-27 17:53:19 -06:00
foamyguy
2fdd09b0ff
Update label.py
fix for missing _anchor_point in init
2020-01-27 17:24:30 -06:00
foamyguy
3c1734bb97
changing to anchor point
moving to anchor point instead of cx and cy
2020-01-27 17:08:21 -06:00
sommersoft
06bec73c12 update pylint examples directive
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-01-14 17:11:44 -06:00
siddacious
85a0c6566f disabling pypi deploy via actions 2020-01-01 14:55:40 -08:00
siddacious
09bd2439bb
Merge pull request #28 from adafruit/dherrada-patch-1
Moved repository from Travis to GitHub Actions
2020-01-01 12:38:51 -08:00
dherrada
da9710781c Moved repository from Travis to GitHub Actions 2020-01-01 15:03:15 -05:00
Scott Shawcroft
ac195417fc
Merge pull request #26 from adafruit/tannewt-patch-1
Add capital M note
2019-12-11 12:21:11 -08:00
Scott Shawcroft
5583c493ce
Add capital M note
Fixes #23
2019-12-11 12:17:58 -08:00