luma.led-matrix


Nameluma.led-matrix JSON
Version 1.7.1 PyPI version JSON
download
home_pagehttps://github.com/rm-hull/luma.led_matrix
SummaryA library to drive a MAX7219 LED serializer (using SPI) and WS2812 NeoPixels (using DMA)
upload_time2023-10-05 21:46:05
maintainer
docs_urlNone
authorRichard Hull
requires_python<4,>=3.7
licenseMIT
keywords raspberry pi rpi led max7219 matrix seven segment 7 segment neopixel neosegment ws2812 ws281x apa102 unicorn-phat unicorn-hat unicorn-hat-hd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            `luma.core <https://github.com/rm-hull/luma.core>`__ **|** 
`luma.docs <https://github.com/rm-hull/luma.docs>`__ **|** 
`luma.emulator <https://github.com/rm-hull/luma.emulator>`__ **|** 
`luma.examples <https://github.com/rm-hull/luma.examples>`__ **|** 
`luma.lcd <https://github.com/rm-hull/luma.lcd>`__ **|** 
luma.led_matrix **|** 
`luma.oled <https://github.com/rm-hull/luma.oled>`__ 

Luma.LED_Matrix 
===============
**Display drivers for MAX7219, WS2812, APA102**

.. image:: https://github.com/rm-hull/luma.led_matrix/workflows/luma.led_matrix/badge.svg?branch=master
   :target: https://github.com/rm-hull/luma.led_matrix/actions?workflow=luma.led_matrix

.. image:: https://coveralls.io/repos/github/rm-hull/luma.led_matrix/badge.svg?branch=master
   :target: https://coveralls.io/github/rm-hull/luma.led_matrix?branch=master

.. image:: https://readthedocs.org/projects/luma-led_matrix/badge/?version=latest
   :target: http://luma-led-matrix.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/pypi/pyversions/luma.led_matrix.svg
   :target: https://pypi.python.org/pypi/luma.led_matrix

.. image:: https://img.shields.io/pypi/v/luma.led_matrix.svg
   :target: https://pypi.python.org/pypi/luma.led_matrix

.. image:: https://img.shields.io/pypi/dm/luma.led_matrix
   :target: https://pypi.python.org/project/luma.led_matrix

Python 3 library interfacing LED matrix displays with the MAX7219 driver (using
SPI), WS2812 (NeoPixels, inc Pimoroni Unicorn pHat/Hat and Unicorn Hat HD) and
APA102 (DotStar) on the Raspberry Pi and other Linux-based single board computers
- it provides a `Pillow <https://pillow.readthedocs.io/>`_-compatible drawing
canvas, and other functionality to support:

* multiple cascaded devices
* LED matrix, seven-segment and NeoPixel variants
* scrolling/panning capability,
* terminal-style printing,
* state management,
* dithering to monochrome,
* pygame emulator,
* Python 3.7 and newer are supported

Documentation
-------------
Full documentation with installation instructions and examples can be found on https://luma-led-matrix.readthedocs.io.

.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/devices.jpg
   :alt: max7219 matrix

A LED matrix can be acquired for a few pounds from outlets
like `Banggood <http://www.banggood.com/MAX7219-Dot-Matrix-Module-DIY-Kit-SCM-Control-Module-For-Arduino-p-72178.html?currency=GBP>`_.
Likewise 7-segment displays are available from `Ali-Express
<http://www.aliexpress.com/item/MAX7219-Red-Module-8-Digit-7-Segment-Digital-LED-Display-Tube-For-Arduino-MCU/1449630475.html>`_
or `Ebay <http://www.ebay.com/itm/-/172317726225>`_.

.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/IMG_2810.JPG
   :alt: max7219 sevensegment

.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/matrix_cascaded.jpg
   :alt: max7219 cascaded
 
.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/box_helloworld.jpg
   :alt: max7219 box
     
.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/emulator.gif
   :alt: max7219 emulator

License
-------
The MIT License (MIT)

Copyright (c) 2013-2023 Richard Hull & Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Contributing
------------
Pull requests (code changes / documentation / typos / feature requests / setup)
are gladly accepted. If you are intending some large-scale changes, please get
in touch first to make sure we're on the same page: try and include a docstring
for any new methods, and try and keep method bodies small, readable and
PEP8-compliant.

GitHub
^^^^^^
The source code is available to clone at: http://github.com/rm-hull/luma.led_matrix

Contributors
^^^^^^^^^^^^
* Thijs Triemstra (@thijstriemstra)
* Jon Carlos (@webmonger)
* Unattributed (@wkapga)
* Taras (@tarasius)
* Brice Parent (@agripo)
* Thomas De Keulenaer (@twdkeule)
* Tero Korpela (@terokorp)
* Qinkang Huang (@pokebox)
* Shawn Woodford (@swoodford)
* Phil Howard (@gadgetoid)
* Petr Kracík (@petrkr)
* Emlyn Corrin (@emlyn)
* Bram Verboom (@bramverb)
* Thanassis Tsiodras (@ttsiodras)

ChangeLog
---------

+------------+------------------------------------------------------------------------+------------+
| Version    | Description                                                            | Date       |
+============+========================================================================+============+
| **1.7.1**  | * Documentation fixes                                                  | 2023/10/05 |
+------------+------------------------------------------------------------------------+------------+
| **1.7.0**  | * Drop support for Python 3.6                                          | 2022/10/19 |
|            | * Switch to implicit namespace package configuration                   |            |
|            | * luma.core 2.4.0 or newer is required now                             |            |
+------------+------------------------------------------------------------------------+------------+
| **1.6.1**  | * Trigger publish on github actions                                    | 2022/01/09 |
+------------+------------------------------------------------------------------------+------------+
| **1.6.0**  | * Remove redundant ``ws2812`` package                                  | 2022/01/03 |
+------------+------------------------------------------------------------------------+------------+
| **1.5.0**  | * Drop support for Python 2.7, only 3.5 or newer is supported now      | 2020/07/04 |
+------------+------------------------------------------------------------------------+------------+
| **1.4.1**  | * Make ``contrast`` an optional constructor argument                   | 2019/12/08 |
+------------+------------------------------------------------------------------------+------------+
| **1.4.0**  | * Rework namespace handling for luma sub-projects                      | 2019/06/16 |
+------------+------------------------------------------------------------------------+------------+
| **1.3.1**  | * Fix alpha-channel blending for Unicorn Hat HD display                | 2019/05/26 |
+------------+------------------------------------------------------------------------+------------+
| **1.3.0**  | * Add support for Pimoroni's Unicorn Hat HD                            | 2019/05/26 |
+------------+------------------------------------------------------------------------+------------+
| **1.2.0**  | * Add option to control if 8x8 blocks are arranged in reverse order    | 2019/04/20 |
|            | * Add (approximations of) more characters for 7-segment displa         |            |
|            | * Documentation updates                                                |            |
+------------+------------------------------------------------------------------------+------------+
| **1.1.1**  | * Fix unicode warning                                                  | 2018/09/26 |
+------------+------------------------------------------------------------------------+------------+
| **1.1.0**  | * Add degree symbol to segment mapper charmap                          | 2018/09/18 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.8**  | * Use DMA channel 10 (rather than ch. 5) for WS2812 NeoPixels          | 2018/01/23 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.7**  | * Use ``extras_require`` in ``setup.py`` for ARM dependencies          | 2017/11/26 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.6**  | * Version number available as ``luma.led_matrix.__version__`` now      | 2017/11/23 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.5**  | * Conditionally install WS2812 packages if Linux/ARM7L only            | 2017/10/22 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.4**  | * Make wheel universal                                                 | 2017/10/22 |
|            | * Minor documentation fixes                                            |            |
+------------+------------------------------------------------------------------------+------------+
| **1.0.3**  | * Explicitly state 'UTF-8' encoding in setup when reading files        | 2017/10/18 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.2**  | * Setup fails due to programmer not understanding basic Python ...     | 2017/08/05 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.1**  | * Setup on Python 3 fails due to hyphen in package name                | 2017/08/05 |
+------------+------------------------------------------------------------------------+------------+
| **1.0.0**  | * Stable release (remove all deprecated methods & parameters)          | 2017/07/30 |
+------------+------------------------------------------------------------------------+------------+
| **0.11.1** | * Add Python3 compatibility for neopixels/neosegments                  | 2017/07/29 |
+------------+------------------------------------------------------------------------+------------+
| **0.11.0** | * Alternative WS2812 low level implementation                          | 2017/07/21 |
|            | * Add support for @msurguy's modular NeoSegments                       |            |
+------------+------------------------------------------------------------------------+------------+
| **0.10.1** | * Add block_orientation=180 option                                     | 2017/05/01 |
+------------+------------------------------------------------------------------------+------------+
| **0.10.0** | * **BREAKING CHANGE:** Move sevensegment class to                      | 2017/04/22 |
|            |   ``luma.core.virtual`` package                                        |            |
+------------+------------------------------------------------------------------------+------------+
| **0.9.0**  | * Add support for APA102 RGB neopixels                                 | 2017/03/30 |
+------------+------------------------------------------------------------------------+------------+
| **0.8.0**  | * Change MAX7219's block_orientation to support ±90° angle correction  | 2017/03/19 |
|            | * Deprecate "vertical" and "horizontal" block_orientation              |            |
+------------+------------------------------------------------------------------------+------------+
| **0.7.0**  | * **BREAKING CHANGE:** Move sevensegment class to                      | 2017/03/04 |
|            |   ``luma.led_matrix.virtual`` package                                  |            |
|            | * Documentation updates & corrections                                  |            |
+------------+------------------------------------------------------------------------+------------+
| **0.6.2**  | * Allow MAX7219 and NeoPixel driver constructors to accept any args    | 2017/03/02 |
+------------+------------------------------------------------------------------------+------------+
| **0.6.1**  | * Restrict exported Python symbols from ``luma.led_matrix.device``     | 2017/03/02 |
+------------+------------------------------------------------------------------------+------------+
| **0.6.0**  | * Add support for arbitrary MxN matrices rather than a single chain    | 2017/02/22 |
+------------+------------------------------------------------------------------------+------------+
| **0.5.3**  | * Huge performance improvements for cascaded MAX7219 devices           | 2017/02/21 |
|            | * Documentation updates                                                |            |
+------------+------------------------------------------------------------------------+------------+
| **0.5.2**  | * Add apostrophe representation to seven-segment display               | 2017/02/19 |
|            | * Deprecate ``luma.led_matrix.legacy`` (moved to ``luma.core.legacy``) |            |
+------------+------------------------------------------------------------------------+------------+
| **0.4.4**  | * Support both common-row anode and common-row cathode LED matrices    | 2017/02/02 |
+------------+------------------------------------------------------------------------+------------+
| **0.4.3**  | * Add translation mapping to accomodate Pimoroni's 8x8 Unicorn HAT     | 2017/01/29 |
|            | * MAX7219 optimizations                                                |            |
+------------+------------------------------------------------------------------------+------------+
| **0.4.2**  | * Fix bug in neopixel initialization                                   | 2017/01/27 |
|            | * Improved demo scripts                                                |            |
|            | * Additional tests                                                     |            |
+------------+------------------------------------------------------------------------+------------+
| **0.4.0**  | * Add support for WS2812 NeoPixel strips/arrays                        | 2017/01/23 |
+------------+------------------------------------------------------------------------+------------+
| **0.3.3**  | * Fix for dot muncher: not handling full-stop at line end              | 2017/01/21 |
|            | * Documentation updates                                                |            |
+------------+------------------------------------------------------------------------+------------+
| **0.3.2**  | * Replace bytearray with ``mutable_string`` implementation             | 2017/01/20 |
|            | * More tests                                                           |            |
+------------+------------------------------------------------------------------------+------------+
| **0.3.1**  | * Python 3 compatibility (fix exception in bytearray creation)         | 2017/01/20 |
|            | * Begin to add tests & test infrastructure                             |            |
+------------+------------------------------------------------------------------------+------------+
| **0.3.0**  | * **BREAKING CHANGE:** Package rename to ``luma.led_matrix``           | 2017/01/19 |
+------------+------------------------------------------------------------------------+------------+
| **0.2.3**  | * Bit-bang version using wiringPi                                      | 2013/01/28 |
+------------+------------------------------------------------------------------------+------------+

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rm-hull/luma.led_matrix",
    "name": "luma.led-matrix",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<4,>=3.7",
    "maintainer_email": "",
    "keywords": "raspberry pi,rpi,led,max7219,matrix,seven segment,7 segment,neopixel,neosegment,ws2812,ws281x,apa102,unicorn-phat,unicorn-hat,unicorn-hat-hd",
    "author": "Richard Hull",
    "author_email": "richard.hull@destructuring-bind.org",
    "download_url": "https://files.pythonhosted.org/packages/87/2c/29225156ef460ff6436055a2b8966d895054f3c7be0c7d1f93ccb4a61b2c/luma.led_matrix-1.7.1.tar.gz",
    "platform": null,
    "description": "`luma.core <https://github.com/rm-hull/luma.core>`__ **|** \n`luma.docs <https://github.com/rm-hull/luma.docs>`__ **|** \n`luma.emulator <https://github.com/rm-hull/luma.emulator>`__ **|** \n`luma.examples <https://github.com/rm-hull/luma.examples>`__ **|** \n`luma.lcd <https://github.com/rm-hull/luma.lcd>`__ **|** \nluma.led_matrix **|** \n`luma.oled <https://github.com/rm-hull/luma.oled>`__ \n\nLuma.LED_Matrix \n===============\n**Display drivers for MAX7219, WS2812, APA102**\n\n.. image:: https://github.com/rm-hull/luma.led_matrix/workflows/luma.led_matrix/badge.svg?branch=master\n   :target: https://github.com/rm-hull/luma.led_matrix/actions?workflow=luma.led_matrix\n\n.. image:: https://coveralls.io/repos/github/rm-hull/luma.led_matrix/badge.svg?branch=master\n   :target: https://coveralls.io/github/rm-hull/luma.led_matrix?branch=master\n\n.. image:: https://readthedocs.org/projects/luma-led_matrix/badge/?version=latest\n   :target: http://luma-led-matrix.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/pypi/pyversions/luma.led_matrix.svg\n   :target: https://pypi.python.org/pypi/luma.led_matrix\n\n.. image:: https://img.shields.io/pypi/v/luma.led_matrix.svg\n   :target: https://pypi.python.org/pypi/luma.led_matrix\n\n.. image:: https://img.shields.io/pypi/dm/luma.led_matrix\n   :target: https://pypi.python.org/project/luma.led_matrix\n\nPython 3 library interfacing LED matrix displays with the MAX7219 driver (using\nSPI), WS2812 (NeoPixels, inc Pimoroni Unicorn pHat/Hat and Unicorn Hat HD) and\nAPA102 (DotStar) on the Raspberry Pi and other Linux-based single board computers\n- it provides a `Pillow <https://pillow.readthedocs.io/>`_-compatible drawing\ncanvas, and other functionality to support:\n\n* multiple cascaded devices\n* LED matrix, seven-segment and NeoPixel variants\n* scrolling/panning capability,\n* terminal-style printing,\n* state management,\n* dithering to monochrome,\n* pygame emulator,\n* Python 3.7 and newer are supported\n\nDocumentation\n-------------\nFull documentation with installation instructions and examples can be found on https://luma-led-matrix.readthedocs.io.\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/devices.jpg\n   :alt: max7219 matrix\n\nA LED matrix can be acquired for a few pounds from outlets\nlike `Banggood <http://www.banggood.com/MAX7219-Dot-Matrix-Module-DIY-Kit-SCM-Control-Module-For-Arduino-p-72178.html?currency=GBP>`_.\nLikewise 7-segment displays are available from `Ali-Express\n<http://www.aliexpress.com/item/MAX7219-Red-Module-8-Digit-7-Segment-Digital-LED-Display-Tube-For-Arduino-MCU/1449630475.html>`_\nor `Ebay <http://www.ebay.com/itm/-/172317726225>`_.\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/IMG_2810.JPG\n   :alt: max7219 sevensegment\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/matrix_cascaded.jpg\n   :alt: max7219 cascaded\n \n.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/box_helloworld.jpg\n   :alt: max7219 box\n     \n.. image:: https://raw.githubusercontent.com/rm-hull/luma.led_matrix/master/doc/images/emulator.gif\n   :alt: max7219 emulator\n\nLicense\n-------\nThe MIT License (MIT)\n\nCopyright (c) 2013-2023 Richard Hull & Contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nContributing\n------------\nPull requests (code changes / documentation / typos / feature requests / setup)\nare gladly accepted. If you are intending some large-scale changes, please get\nin touch first to make sure we're on the same page: try and include a docstring\nfor any new methods, and try and keep method bodies small, readable and\nPEP8-compliant.\n\nGitHub\n^^^^^^\nThe source code is available to clone at: http://github.com/rm-hull/luma.led_matrix\n\nContributors\n^^^^^^^^^^^^\n* Thijs Triemstra (@thijstriemstra)\n* Jon Carlos (@webmonger)\n* Unattributed (@wkapga)\n* Taras (@tarasius)\n* Brice Parent (@agripo)\n* Thomas De Keulenaer (@twdkeule)\n* Tero Korpela (@terokorp)\n* Qinkang Huang (@pokebox)\n* Shawn Woodford (@swoodford)\n* Phil Howard (@gadgetoid)\n* Petr Krac\u00edk (@petrkr)\n* Emlyn Corrin (@emlyn)\n* Bram Verboom (@bramverb)\n* Thanassis Tsiodras (@ttsiodras)\n\nChangeLog\n---------\n\n+------------+------------------------------------------------------------------------+------------+\n| Version    | Description                                                            | Date       |\n+============+========================================================================+============+\n| **1.7.1**  | * Documentation fixes                                                  | 2023/10/05 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.7.0**  | * Drop support for Python 3.6                                          | 2022/10/19 |\n|            | * Switch to implicit namespace package configuration                   |            |\n|            | * luma.core 2.4.0 or newer is required now                             |            |\n+------------+------------------------------------------------------------------------+------------+\n| **1.6.1**  | * Trigger publish on github actions                                    | 2022/01/09 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.6.0**  | * Remove redundant ``ws2812`` package                                  | 2022/01/03 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.5.0**  | * Drop support for Python 2.7, only 3.5 or newer is supported now      | 2020/07/04 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.4.1**  | * Make ``contrast`` an optional constructor argument                   | 2019/12/08 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.4.0**  | * Rework namespace handling for luma sub-projects                      | 2019/06/16 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.3.1**  | * Fix alpha-channel blending for Unicorn Hat HD display                | 2019/05/26 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.3.0**  | * Add support for Pimoroni's Unicorn Hat HD                            | 2019/05/26 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.2.0**  | * Add option to control if 8x8 blocks are arranged in reverse order    | 2019/04/20 |\n|            | * Add (approximations of) more characters for 7-segment displa         |            |\n|            | * Documentation updates                                                |            |\n+------------+------------------------------------------------------------------------+------------+\n| **1.1.1**  | * Fix unicode warning                                                  | 2018/09/26 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.1.0**  | * Add degree symbol to segment mapper charmap                          | 2018/09/18 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.8**  | * Use DMA channel 10 (rather than ch. 5) for WS2812 NeoPixels          | 2018/01/23 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.7**  | * Use ``extras_require`` in ``setup.py`` for ARM dependencies          | 2017/11/26 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.6**  | * Version number available as ``luma.led_matrix.__version__`` now      | 2017/11/23 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.5**  | * Conditionally install WS2812 packages if Linux/ARM7L only            | 2017/10/22 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.4**  | * Make wheel universal                                                 | 2017/10/22 |\n|            | * Minor documentation fixes                                            |            |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.3**  | * Explicitly state 'UTF-8' encoding in setup when reading files        | 2017/10/18 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.2**  | * Setup fails due to programmer not understanding basic Python ...     | 2017/08/05 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.1**  | * Setup on Python 3 fails due to hyphen in package name                | 2017/08/05 |\n+------------+------------------------------------------------------------------------+------------+\n| **1.0.0**  | * Stable release (remove all deprecated methods & parameters)          | 2017/07/30 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.11.1** | * Add Python3 compatibility for neopixels/neosegments                  | 2017/07/29 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.11.0** | * Alternative WS2812 low level implementation                          | 2017/07/21 |\n|            | * Add support for @msurguy's modular NeoSegments                       |            |\n+------------+------------------------------------------------------------------------+------------+\n| **0.10.1** | * Add block_orientation=180 option                                     | 2017/05/01 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.10.0** | * **BREAKING CHANGE:** Move sevensegment class to                      | 2017/04/22 |\n|            |   ``luma.core.virtual`` package                                        |            |\n+------------+------------------------------------------------------------------------+------------+\n| **0.9.0**  | * Add support for APA102 RGB neopixels                                 | 2017/03/30 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.8.0**  | * Change MAX7219's block_orientation to support \u00b190\u00b0 angle correction  | 2017/03/19 |\n|            | * Deprecate \"vertical\" and \"horizontal\" block_orientation              |            |\n+------------+------------------------------------------------------------------------+------------+\n| **0.7.0**  | * **BREAKING CHANGE:** Move sevensegment class to                      | 2017/03/04 |\n|            |   ``luma.led_matrix.virtual`` package                                  |            |\n|            | * Documentation updates & corrections                                  |            |\n+------------+------------------------------------------------------------------------+------------+\n| **0.6.2**  | * Allow MAX7219 and NeoPixel driver constructors to accept any args    | 2017/03/02 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.6.1**  | * Restrict exported Python symbols from ``luma.led_matrix.device``     | 2017/03/02 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.6.0**  | * Add support for arbitrary MxN matrices rather than a single chain    | 2017/02/22 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.5.3**  | * Huge performance improvements for cascaded MAX7219 devices           | 2017/02/21 |\n|            | * Documentation updates                                                |            |\n+------------+------------------------------------------------------------------------+------------+\n| **0.5.2**  | * Add apostrophe representation to seven-segment display               | 2017/02/19 |\n|            | * Deprecate ``luma.led_matrix.legacy`` (moved to ``luma.core.legacy``) |            |\n+------------+------------------------------------------------------------------------+------------+\n| **0.4.4**  | * Support both common-row anode and common-row cathode LED matrices    | 2017/02/02 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.4.3**  | * Add translation mapping to accomodate Pimoroni's 8x8 Unicorn HAT     | 2017/01/29 |\n|            | * MAX7219 optimizations                                                |            |\n+------------+------------------------------------------------------------------------+------------+\n| **0.4.2**  | * Fix bug in neopixel initialization                                   | 2017/01/27 |\n|            | * Improved demo scripts                                                |            |\n|            | * Additional tests                                                     |            |\n+------------+------------------------------------------------------------------------+------------+\n| **0.4.0**  | * Add support for WS2812 NeoPixel strips/arrays                        | 2017/01/23 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.3.3**  | * Fix for dot muncher: not handling full-stop at line end              | 2017/01/21 |\n|            | * Documentation updates                                                |            |\n+------------+------------------------------------------------------------------------+------------+\n| **0.3.2**  | * Replace bytearray with ``mutable_string`` implementation             | 2017/01/20 |\n|            | * More tests                                                           |            |\n+------------+------------------------------------------------------------------------+------------+\n| **0.3.1**  | * Python 3 compatibility (fix exception in bytearray creation)         | 2017/01/20 |\n|            | * Begin to add tests & test infrastructure                             |            |\n+------------+------------------------------------------------------------------------+------------+\n| **0.3.0**  | * **BREAKING CHANGE:** Package rename to ``luma.led_matrix``           | 2017/01/19 |\n+------------+------------------------------------------------------------------------+------------+\n| **0.2.3**  | * Bit-bang version using wiringPi                                      | 2013/01/28 |\n+------------+------------------------------------------------------------------------+------------+\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library to drive a MAX7219 LED serializer (using SPI) and WS2812 NeoPixels (using DMA)",
    "version": "1.7.1",
    "project_urls": {
        "Homepage": "https://github.com/rm-hull/luma.led_matrix"
    },
    "split_keywords": [
        "raspberry pi",
        "rpi",
        "led",
        "max7219",
        "matrix",
        "seven segment",
        "7 segment",
        "neopixel",
        "neosegment",
        "ws2812",
        "ws281x",
        "apa102",
        "unicorn-phat",
        "unicorn-hat",
        "unicorn-hat-hd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cf8e4e3ec697d903c6b26ed9baa5af650e2eade9c0599acf9d05ddeb72a76ac",
                "md5": "90afcbf9d1bc0c7986dbae5958ded537",
                "sha256": "ab822fc8849dc814933ab97934f176a899923dbb711f019671606506f3ccd6fb"
            },
            "downloads": -1,
            "filename": "luma.led_matrix-1.7.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90afcbf9d1bc0c7986dbae5958ded537",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "<4,>=3.7",
            "size": 13933,
            "upload_time": "2023-10-05T21:46:03",
            "upload_time_iso_8601": "2023-10-05T21:46:03.329870Z",
            "url": "https://files.pythonhosted.org/packages/1c/f8/e4e3ec697d903c6b26ed9baa5af650e2eade9c0599acf9d05ddeb72a76ac/luma.led_matrix-1.7.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "872c29225156ef460ff6436055a2b8966d895054f3c7be0c7d1f93ccb4a61b2c",
                "md5": "c3f7b442303145465f1b2f125885d70d",
                "sha256": "be47d0116653adaa3f36b118f2bc02c4415914141fb5712fe601d75b9bbc79a4"
            },
            "downloads": -1,
            "filename": "luma.led_matrix-1.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c3f7b442303145465f1b2f125885d70d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.7",
            "size": 10358956,
            "upload_time": "2023-10-05T21:46:05",
            "upload_time_iso_8601": "2023-10-05T21:46:05.220949Z",
            "url": "https://files.pythonhosted.org/packages/87/2c/29225156ef460ff6436055a2b8966d895054f3c7be0c7d1f93ccb4a61b2c/luma.led_matrix-1.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-05 21:46:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rm-hull",
    "github_project": "luma.led_matrix",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "luma.led-matrix"
}
        
Elapsed time: 0.12330s