Commit graph

163 commits

Author SHA1 Message Date
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
Carter Nelson
97aefe39db
Merge pull request #26 from caternuson/iss25
Add except to catch small int overflow
2019-11-02 23:03:02 -07:00
caternuson
8a4236fe6b catch small int overflow 2019-11-02 22:02:17 -07:00
Melissa LeBlanc-Williams
c22eca9304
Merge pull request #24 from boo13/draw-circle
Add ability to draw circle
2019-10-22 12:08:59 -07:00
boo 13
cede4f47ad Shorten comment line length 2019-10-22 14:59:02 -04:00
boo 13
c9d695e1f8 Add ability to draw circle 2019-10-22 13:43:28 -04:00
siddacious
f9264dd2f1
Merge pull request #23 from dherrada/master
Made #14 pass
2019-10-20 17:16:07 -07:00
dherrada
28cd1c2158 Moved pylint disabl to end of def line 2019-10-20 20:05:55 -04:00
dherrada
dc25b070b3 Added a function to clear the buffer 2019-10-20 20:02:34 -04:00
dherrada
23167c3d11 Not sure why, but this fixed the sphinx issue 2019-10-20 19:17:43 -04:00
siddacious
97e487ddd5
Merge pull request #22 from adafruit/dherrada-patch-1
Removed building locally section from README, replaced with documenta…
2019-10-20 10:40:06 -07:00
dherrada
7966335939
Removed building locally section from README, replaced with documentation section 2019-10-17 20:19:09 -04:00
Limor "Ladyada" Fried
8d7f44c833
Merge pull request #19 from caternuson/iss18
Add font file check
2019-08-13 18:41:01 -04:00
Carter Nelson
b7c793787a add font file check 2019-08-13 23:20:47 +01:00
Limor "Ladyada" Fried
b9f62c4b71
Merge pull request #16 from ladyada/master
Add rotation support
2019-03-31 19:17:36 -04:00
ladyada
cd1c6be81a try lint again! 2019-03-31 00:40:18 -04:00
ladyada
2bc3144f7a linted 2019-03-31 00:10:26 -04:00
ladyada
1e31b86918 fix rectangle rotation 2019-03-30 23:27:23 -04:00
ladyada
8a17b6065e fix pixel rotaion 2019-03-30 21:14:09 -04:00
ladyada
8febfe8d4c todo: fix later to handle rotation 2019-03-30 21:14:09 -04:00
ladyada
389375c74f remove unsupported RGB, add rotation 2019-03-30 21:14:08 -04:00
TG-Techie
e7362323f3 last one? (jinxes it) 2019-02-25 20:11:00 -05:00
TG-Techie
986816b4a7 travis, are you out there? 2019-02-25 20:01:23 -05:00
TG-Techie
4d24cacdee try index 1 2019-02-25 19:44:08 -05:00
TG-Techie
9ac3fccfe8 line ending for travis? maybe? 2019-02-25 19:32:10 -05:00
TG-Techie
54886c13d3 combine text into one func 2019-02-25 19:06:12 -05:00
TG-Techie
108a332ff8
Update framebuf_simpletest.py 2019-02-25 18:55:57 -05:00
TG-Techie
c8e520653e adding text scaling 2019-02-25 18:44:24 -05:00
Limor "Ladyada" Fried
57938f906d
Merge pull request #13 from Tasm-Devil/master
implemented scroll method to framebuf (2nd attempt)
2019-02-03 13:26:12 -05:00
Pascal Deneaux
b2827a22c3
Update adafruit_framebuf.py
this indentation is driving me crazy.
2019-02-03 14:08:21 +01:00
Pascal Deneaux
efc7d0516c
Update adafruit_framebuf.py 2019-02-03 14:06:13 +01:00
Pascal Deneaux
a3aa5b6e1b
fixed bad-continuation
added 2 whitespaces
2019-02-03 13:57:44 +01:00
Pascal Deneaux
cad680a3e3
implemented scroll method to framebuf (2nd attempt)
pythonIZED the scroll method from modframebuf.c
b9ec6037ed/extmod/modframebuf.c (L513)
2019-02-03 13:51:06 +01:00
Limor "Ladyada" Fried
d0e90280ff
Merge pull request #8 from ladyada/master
add image()
2018-12-28 09:45:37 -08:00
ladyada
e4901cb436 lint and fix comment 2018-12-27 22:27:06 -05:00
ladyada
90dc8d199b fix lint 2018-12-27 22:08:52 -05:00
ladyada
4d42aa7fc4 optimize image() so it doesn't take foreeeever 2018-12-27 21:59:52 -05:00
Limor "Ladyada" Fried
6aec69fcda
Merge pull request #6 from ladyada/master
fix line typo for non-1 lines, added new displaytype for SHARP memory displays
2018-12-22 16:50:42 -08:00
Brennen Bearnes
437286bd51
Merge pull request #7 from kattni/pypi-setup
Pypi setup
2018-12-22 17:25:52 -07:00