Commit graph

101 commits

Author SHA1 Message Date
dherrada
ae22f03f19 Linted 2021-11-05 17:03:55 -04:00
dherrada
458882b284 Disabled unspecified-encoding pylint check
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-11-05 15:18:34 -04:00
dherrada
7a724fa962 PATCH Pylint and readthedocs patch test
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-11-04 16:37:59 -04:00
foamyguy
7fad9af9cb add docs link to readme 2021-10-25 11:28:10 -05:00
dherrada
958171e036 Globally disabled consider-using-f-string pylint check
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-09-24 13:24:31 -04:00
dherrada
d20a2827a5 Moved default branch to main 2021-06-07 14:56:23 -04:00
dherrada
271209d82e Moved CI to Python 3.7
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-24 11:36:54 -04:00
dherrada
5e01b77fdf Added help text and problem matcher
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-19 15:17:09 -04:00
dherrada
e78d2250b6 Added pull request template
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-05-19 14:05:24 -04:00
Dylan Herrada
aa5ea252a2
Added module docstring 2021-04-19 17:07:53 -04:00
dherrada
8fc09e9d98 "Increase duplicate code check threshold
"
2021-03-19 13:47:04 -04:00
dherrada
e25c072133 Re-added pylint install to build.yml
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-03-02 17:37:29 -05:00
dherrada
79b749b09c Removed pylint process from github workflow
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-03-02 17:13:05 -05:00
dherrada
74987d5f2f Hardcoded Black and REUSE versions
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-02-10 16:31:36 -05:00
foamyguy
3b5c65c295
Merge pull request #40 from adafruit/REUSE
Ran pre-commit, added licenses
2021-01-18 18:16:36 -06:00
foamyguy
96cdadc1ef update authors 2021-01-18 18:11:20 -06:00
dherrada
0a1688b446 Ran pre-commit, added licenses 2021-01-14 11:23:23 -05:00
dherrada
fbb9d9c460 Added pre-commit-config file
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-01-11 16:30:41 -05:00
dherrada
826a343e45 Added pre-commit and SPDX copyright
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-01-11 15:58:22 -05:00
Melissa LeBlanc-Williams
c3629f07ae
Merge pull request #37 from mdroberts1243/master
Add rotation logic to text() method
2020-09-21 17:05:26 -07:00
mdroberts1243
e821086460 Add logic to text() method
The text() method did not account for rotations when checking if a character could be rendered to the framebuf.

This change adjusts frame_width and frame_height checks taking rotation setting into account.

Tested working with SH1107 128 x 64 OLED Featherwing.
2020-09-18 20:23:08 -04:00
Scott Shawcroft
9113290598
Merge pull request #36 from makermelissa/master
Fixed handling tuple from the image function in rgb888
2020-09-18 11:00:58 -07:00
Melissa LeBlanc-Williams
f98d45ab42 Fixed handling tuple from the image function 2020-09-17 17:13:41 -06:00
Melissa LeBlanc-Williams
036f48d3c5
Merge pull request #35 from makermelissa/master
Added RGB888 support to image() function
2020-09-10 18:16:46 -07:00
Melissa LeBlanc-Williams
58112d2cd5 Merge branch 'master' of https://github.com/adafruit/Adafruit_CircuitPython_framebuf 2020-09-10 11:14:17 -07:00
Melissa LeBlanc-Williams
5f7b50b159 Added RGB888 support to image function 2020-09-10 11:12:14 -07:00
Melissa LeBlanc-Williams
622eb962c4
Merge pull request #34 from makermelissa/master
Adds RGB888 Support and optimizes text drawing
2020-09-10 10:03:44 -07:00
Melissa LeBlanc-Williams
a0d51a4161 Merge branch 'master' of https://github.com/adafruit/Adafruit_CircuitPython_framebuf 2020-09-10 09:59:39 -07:00
Melissa LeBlanc-Williams
83d24f9350
Merge pull request #33 from jsharper/fix/jsharper/image-rotate
Fix image function when display rotated 90 or 270 degrees
2020-09-10 09:59:32 -07:00
Melissa LeBlanc-Williams
3a2873b264 Text optimizations 2020-09-10 09:58:16 -07:00
Melissa LeBlanc-Williams
28168a5686 Added RGB888 support 2020-09-10 09:52:17 -07:00
Jason Harper
9e38772fa0 Fix image function when display rotated 90 or 270 degrees 2020-09-07 13:46:54 -07:00
Dylan Herrada
9f7291ef0b
Fixed typo 2020-09-04 16:19:13 -04:00
dherrada
6cc3e4d9cd Fixed discord invite link 2020-07-08 16:49:04 -04:00
Limor "Ladyada" Fried
a098593466
Merge pull request #32 from xdmtk/xdmtk-patch/font-bug
Add font_name to BitmapFont call for custom fonts
2020-05-15 17:25:24 -04:00
Nick Martinez
bf19811a05 Add font_name to BitmapFont call for custom fonts 2020-05-15 14:08:14 -07:00
Jeff Epler
71eeb459b2
Merge pull request #31 from adafruit/black-update
Black reformatting with Python 3 target.
2020-04-09 18:32:57 -05:00
Kattni Rembor
c80a8c5377 Black reformatting with Python 3 target. 2020-04-09 18:03:36 -04:00
sommersoft
ffea9b87bd build.yml: add black formatting check
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-04-07 16:08:04 -05:00
Kattni
8b0feaa211
Merge pull request #30 from adafruit/pylint-update
Ran black, updated to pylint 2.x
2020-03-17 16:46:17 -04:00
dherrada
ca20914082 Made requested changes 2020-03-17 15:14:34 -04:00
dherrada
6b924a0da9 Ran black, updated to pylint 2.x 2020-03-16 15:37:22 -04:00
sommersoft
6adb48f5ec update code of coduct: discord moderation contact section
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-15 18:26:43 -05:00
foamyguy
da4f4952f0
Merge pull request #29 from sommersoft/patch_coc
Update Code of Conduct
2020-03-13 14:40:09 -05:00
sommersoft
0c59af6f3d update code of conduct 2020-03-13 13:39:40 -05:00
sommersoft
00e10c4111 update pylintrc for black
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-08 19:06:46 -05:00
sommersoft
83095e4ce6 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:05:51 -06:00
sommersoft
689db85d64 update pylint examples directive
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-01-14 17:13:20 -06:00
Limor "Ladyada" Fried
2bdac13040
Merge pull request #27 from adafruit/dherrada-patch-1
Moved repository from Travis to GitHub Actions
2020-01-04 14:42:27 -05:00
dherrada
32ca0e4087 Moved repository from Travis to GitHub Actions 2020-01-03 14:22:54 -05:00