Alec Delaney
a93df68403
Patch .pre-commit-config.yaml
2022-05-15 12:49:39 -04:00
foamyguy
444c4275dc
change discord badge
2022-04-24 14:03:45 -05:00
evaherrada
c4318377bb
Patch: Replaced discord badge image
2022-04-22 15:58:41 -04:00
evaherrada
6f5ac9922c
Updated gitignore
...
Signed-off-by: evaherrada <eva.herrada@adafruit.com>
2022-04-21 16:46:06 -04:00
Kattni Rembor
6cd13a918d
Update Black to latest.
...
Signed-off-by: Kattni Rembor <kattni@adafruit.com>
2022-03-28 18:10:03 -04:00
dherrada
91d0c662cf
Fixed readthedocs build
...
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2022-02-15 11:55:27 -05:00
Alec Delaney
fbf43b153c
Consolidate Documentation sections of README
2022-02-10 09:56:24 -05:00
dherrada
7aadc38ee9
Updated docs link, updated python docs link, updated setup.py
2022-01-24 16:46:16 -05:00
dherrada
cafe1b279f
First part of patch
...
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2022-01-19 13:51:42 -05:00
foamyguy
1fe1915b1c
update rtd py version
2021-11-23 13:13:56 -06:00
dherrada
d5f84b798e
Updated readthedocs file
...
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
2021-11-09 15:27:20 -05:00
Kattni
043d8a7500
Merge pull request #44 from adafruit/patch-fix
...
Linted
2021-11-05 17:29:47 -04:00
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