Carter Nelson
a0a91e0bb0
Update README.md
2021-02-05 09:11:38 -08:00
Limor "Ladyada" Fried
7356b4dd8b
Merge pull request #26 from pdp7/master
...
Add comment about busnum to use on BeagleBone
2018-09-11 08:53:54 -07:00
Drew Fustini
42d7e283d2
On BeagleBone, try busnum=2 if IOError occurs with busnum=1
...
This error may occur when busnum is incorrect:
"IOError: [Errno 16] Device or resource busy"
Refer to this Adafruit Forum issue for more information
"LED Backpack not working on beaglebone black with debian"
https://forums.adafruit.com/viewtopic.php?f=49&t=140344
Signed-off-by: Drew Fustini <drew@pdp7.com>
2018-09-11 02:23:17 -05:00
Limor "Ladyada" Fried
e34b9548e8
Merge pull request #22 from haguenau/fix-bicolor-example
...
Fix commented-out BicolorMatrix8x8 code sample
2018-04-20 11:34:20 -04:00
Limor "Ladyada" Fried
215d93f0b1
Merge pull request #23 from wybiral/master
...
fixed comment typo
2018-01-01 17:01:44 -05:00
davy wybiral
7b886e786a
fixed comment typo
2018-01-01 12:32:10 -06:00
David Haguenauer
5de8ff4ad0
Fix commented-out BicolorMatrix8x8 code sample
2017-04-21 10:22:54 -04:00
Limor "Ladyada" Fried
ac6e25a2de
Merge pull request #20 from caternuson/master
...
Added support for 8x16 LED matrices
2017-02-11 23:08:16 -05:00
caternuson
9627fbc6b4
code comment tweak
2017-02-11 16:37:56 -08:00
caternuson
92477a4ef8
added support for 8x16 matrix
2017-02-11 16:30:51 -08:00
Limor "Ladyada" Fried
2353e3abea
Create ex_7segment_clock.py
...
re-create deleted example from tutorial
2016-10-28 18:51:57 -04:00
Limor "Ladyada" Fried
6199f94ab2
Merge pull request #14 from nonflammable/patch-2
...
Update Matrix8x8.py
2016-10-26 12:33:10 -04:00
Nonflammable
7197112016
Update Matrix8x8.py
...
issue #13
2016-10-26 18:27:32 +02:00
Tony DiCola
954726c99f
Fix python 3 pip install issue with ez_setup relative import.
2016-10-20 02:59:59 +00:00
Tony DiCola
aad6a3f66a
Add GitHub pull request template
2016-05-27 13:23:55 -07:00
Tony DiCola
3438c24a0e
Add GitHub issue template
2016-05-27 13:21:29 -07:00
Tony DiCola
150eccaeb5
Add GitHub issue template
2016-05-27 12:45:37 -07:00
Tony DiCola
d3bd401e5c
Python 3 compatibility fixes, support for pillow library, whitespace tabs to spaces.
2016-04-14 22:21:42 +00:00
Tony DiCola
c8c8bda4c2
Fix minor bug with justification of alphanumeric displays.
2016-01-16 09:11:17 +00:00
Tony DiCola
9114f2dde0
Add support for 1.2 inch 7-segment display left colon and fixed decimal. See new functions show in sevensegment_test.py for usage.
2015-10-28 21:12:32 +00:00
Tony DiCola
51e69d66d5
Merge branch 'jakekarnes42-master'
2015-10-27 00:48:22 +00:00
Tony DiCola
cbe532e5e6
Move import to top of file.
2015-10-27 00:48:08 +00:00
Tony DiCola
2c8205b990
Merge branch 'master' of https://github.com/jakekarnes42/Adafruit_Python_LED_Backpack into jakekarnes42-master
2015-10-27 00:35:38 +00:00
Tony DiCola
472e84f26a
Merge branch 'tomgidden-master'
2015-10-26 23:11:21 +00:00
Tony DiCola
abb15eacae
Add 7 segment invert to its example, adjust to default to non-inverted mode.
2015-10-26 23:11:05 +00:00
Tom Gidden
ac0c639906
Add invert option to SevenSegment for upside-down use
2015-10-21 00:23:11 +01:00
Jake Karnes
ad309af270
Incrementing project version number to 1.6.0
2014-12-11 22:34:04 -08:00
Jake Karnes
0c88c02796
Adding to existing example to demonstrate new scrolling ability for bicolor matrix 8x8
2014-12-11 22:33:33 -08:00
Jake Karnes
8763a0bd49
Changing BicolorMatrix8x8 class to extend Matrix8x8.
2014-12-11 22:32:48 -08:00
Jake Karnes
aea6f6b8e7
Addiing animation and scrolling functionality to Matrix8x8 class.
2014-12-11 22:31:50 -08:00
Tony DiCola
a6da0e5130
Update library to support FT232H I2C provider.
2014-11-20 21:13:23 -08:00
Tony DiCola
30079d5db3
Flip colon on and off during 7 segment example.
2014-07-16 09:47:16 -07:00
Tony DiCola
1b3a31f661
Fix bug with colon not displaying correctly on 7 segment display.
2014-07-16 09:43:55 -07:00
Tony DiCola
c8d595ee03
Update matrix8x8_test.py
2014-07-03 23:41:40 -07:00
Tony DiCola
c4cd6c3a2a
Update bicolor_matrix8x8_test.py
2014-07-03 23:41:28 -07:00
Tony DiCola
4683c0b96f
Update matrix8x8_test.py
2014-07-03 23:41:00 -07:00
Tony DiCola
75dd30928d
Update README.md
2014-07-03 23:35:00 -07:00
Tony DiCola
6e0111931b
Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_LED_Backpack
2014-07-04 06:31:10 +00:00
Tony DiCola
f84cb0922a
Add image rendering with PIL on matrices.
2014-07-04 06:28:53 +00:00
Tony DiCola
6f0551ce50
Update sevensegment_test.py
2014-07-03 19:39:54 -07:00
Tony DiCola
d25430f10f
Update matrix8x8_test.py
2014-07-03 19:39:37 -07:00
Tony DiCola
c88482c815
Update bicolor_matrix8x8_test.py
2014-07-03 19:39:22 -07:00
Tony DiCola
d30ca31df6
Update bicolor_bargraph24_test.py
2014-07-03 19:39:08 -07:00
Tony DiCola
39e5a1eb21
Update alphanum4_test.py
2014-07-03 19:38:55 -07:00
Tony DiCola
c262f32813
Update matrix8x8_test.py
2014-07-03 19:32:00 -07:00
Tony DiCola
516920f8a2
Update README.md
2014-07-03 17:18:26 -07:00
Tony DiCola
48e025331f
Initial commit.
2014-07-03 15:06:39 -07:00
Tony DiCola
6510897c56
Initial commit
2014-07-03 15:00:32 -07:00