Commit graph

267 commits

Author SHA1 Message Date
Jared VanFleet
24dd18e732
Update for box around text
Updated code to allow for background_color to be set for box around text in business card or custom.  None = Transparent, Color number Hex = background box color.
2021-08-13 08:53:34 -05:00
foamyguy
24949962c7 fix docs build. fix pybadge button property 2021-07-24 21:20:42 -05:00
foamyguy
76240675d2 pre-commit 2021-07-24 13:49:56 -05:00
foamyguy
bbd233edb9 removing usage of gamepad and using keypad instead. 2021-07-24 13:45:34 -05:00
Scott Shawcroft
672ce3d65b
Merge pull request #47 from lesamouraipourpre/remove-max-glyphs
Remove usage of max_glyphs with Label
2021-07-22 16:44:06 -07:00
James Carr
d2af62fc17 Remove usage of max_glyphs with Label 2021-07-22 14:04:56 +01:00
foamyguy
7449f56a81
Merge pull request #46 from lesamouraipourpre/ondiskbitmap-changes
Update the pixel_shader usage of OnDiskBitmap
2021-07-21 17:47:31 -05:00
James Carr
d28f539ba2 Update the pixel_shader usage of OnDiskBitmap
Refactor code referencing CircuitPython 4 & 5
Filled out requirements.txt
Include most of the packages in api.rst.
I can't get docs to build for cpb_gizmo so have left it out of the docs for now.
2021-07-14 17:36:39 +01:00
James Carr
2e467851e9 Remove execute bit from .py files 2021-07-11 18:25:14 +01:00
Scott Shawcroft
addfdad90f
Merge pull request #45 from lesamouraipourpre/max-size
Remove max_size parameter
2021-07-08 11:41:48 -07:00
James Carr
ed1257ad19 Remove max_size parameter 2021-07-05 11:53:33 +01:00
dherrada
0fc8715a83 Moved default branch to main 2021-06-07 14:31:34 -04:00
dherrada
e0c35d43ec Moved CI to Python 3.7
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-24 11:34:20 -04:00
dherrada
430be7f001 Added help text and problem matcher
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-19 15:14:14 -04:00
dherrada
d155114f70 Added pull request template
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-19 14:02:17 -04:00
dherrada
4feeecb752 "Increase duplicate code check threshold
"
2021-03-19 13:47:47 -04:00
Kattni
2c6fd68962
Merge pull request #43 from FoamyGuy/pylintrc
pylintrc ignore imports
2021-03-08 12:28:43 -05:00
foamyguy
34ee91459e pylintrc ignore imports 2021-03-04 07:21:41 -06:00
Kattni
1a14155df6
Merge pull request #41 from SAK917/master
Modify and rename setup.py (Fixes #36)
2021-03-01 15:39:58 -05:00
PRC-SAK
cfdff2e612 Modify .pre-commit-config.yaml
Add 'Pylint' and 'local' repos and hooks as per kattni
2021-03-01 12:26:25 -08:00
PRC-SAK
e0a64e5324 Modify .github\workflows\build.yml
Remove test job 'Pylint' as per kattni
2021-03-01 12:18:40 -08:00
PRC-SAK
651cc9546f Modify and rename setup.py
Replace contents with comment and rename file
to setup.py.disabled as per Issue #36
2021-02-25 23:44:22 -08:00
dherrada
5afffcf8b6 Hardcoded Black and REUSE versions
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-02-10 16:26:44 -05:00
foamyguy
bd7a7c966c
Merge pull request #40 from adafruit/REUSE
Ran pre-commit, added licenses
2021-01-15 07:44:33 -06:00
dherrada
27ef477142 Ran pre-commit, added licenses 2021-01-14 13:04:21 -05:00
dherrada
71b738c006 Added pre-commit-config file
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-01-11 16:32:01 -05:00
dherrada
989c3f5199 Added pre-commit and SPDX copyright
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-01-11 15:59:47 -05:00
Kattni
48af295c40
Merge pull request #39 from FoamyGuy/add_magtag_support
Add magtag support
2020-11-16 16:54:49 -05:00
foamyguy
c62c646e13 add magtag to init 2020-11-15 14:14:29 -06:00
foamyguy
cac38e3374 changes needed in base for mag tag 2020-11-15 14:10:25 -06:00
foamyguy
4a885dc03f fix filename in docstring, add magtag to readme 2020-11-15 14:00:06 -06:00
foamyguy
f8bcb205a2 working on magtag and example 2020-11-15 13:58:05 -06:00
foamyguy
c61bc37279 starting magtag support and example 2020-11-15 13:06:11 -06:00
foamyguy
8e4aec468b
Merge pull request #2 from adafruit/master
merge from adafruit
2020-11-15 07:18:15 -06:00
Limor "Ladyada" Fried
8f9a28cc0b
Merge pull request #38 from dglaude/patch-1
This should fix the adafruit_lsm6ds related issue
2020-08-23 19:08:29 -04:00
David Glaude
accc22c036
Fighting new PyLint message
************* Module pybadger_pyportal_touchscreen
examples/pybadger_pyportal_touchscreen.py:4:0: C0411: third party import "import adafruit_touchscreen" should be placed before "from adafruit_pybadger import pybadger" (wrong-import-order)
2020-08-23 23:39:18 +02:00
David Glaude
cb54874dee
This should fix the adafruit_lsm6ds related issue
Not tested yet... WiP.
2020-08-23 23:20:29 +02:00
Kattni
6878e34ccc
Merge pull request #35 from FoamyGuy/adding_cpb_gizmo
Adding cpb gizmo
2020-08-10 12:47:28 -04:00
FoamyGuy
352d7007b7 Merge branch 'master' into adding_cpb_gizmo 2020-07-09 19:59:58 -05:00
FoamyGuy
e70058f0c4 adding support for circuit playground bluefruit with tft gizmo 2020-07-09 19:05:39 -05:00
dherrada
392344e05c Fixed discord invite link 2020-07-08 16:49:05 -04:00
Kattni
335ba26904
Merge pull request #34 from FoamyGuy/adding_pewpewm4_support
Adding PyPortal and Pew Pew M4 support
2020-06-24 12:00:17 -04:00
FoamyGuy
2b09d30a62 fix pylint issues in base 2020-06-18 18:33:36 -05:00
FoamyGuy
c444566f86 fix pyportal import 2020-06-17 18:59:01 -05:00
FoamyGuy
089e971a1f Merge branch 'supporting_pyportal' into adding_pewpewm4_support 2020-06-17 18:54:41 -05:00
FoamyGuy
dbaba83aa9 fix typo in pyportal example comment 2020-06-17 18:47:32 -05:00
FoamyGuy
2589e549e1 adding support for Pew Pew M4. refactor neopixels into the board specific modules. 2020-06-17 18:46:38 -05:00
FoamyGuy
caaedca3e9 Merge branch 'support_pyportal' into adding_pewpewm4_support
# Conflicts:
#	adafruit_pybadger/__init__.py
2020-06-14 19:03:31 -05:00
FoamyGuy
540411af61 raise the unsupported error for acceleration and auto_dim_display on PyPortal 2020-06-13 12:18:18 -05:00
FoamyGuy
7cb7bdcaa9 starting work on pewpew m4 support 2020-06-13 12:00:00 -05:00