{"id":15538745,"url":"https://github.com/rm-hull/luma.led_matrix","last_synced_at":"2025-05-14T15:10:20.560Z","repository":{"id":9239557,"uuid":"11059073","full_name":"rm-hull/luma.led_matrix","owner":"rm-hull","description":"Python module to drive LED Matrices \u0026 7-segment displays (MAX7219) and RGB NeoPixels (WS2812 / APA102)","archived":false,"fork":false,"pushed_at":"2024-11-03T15:55:34.000Z","size":11666,"stargazers_count":529,"open_issues_count":20,"forks_count":157,"subscribers_count":37,"default_branch":"main","last_synced_at":"2025-04-11T15:56:56.910Z","etag":null,"topics":["apa102","dotstar","led","max7219","neopixel","python","raspberry-pi","spi","ws2812"],"latest_commit_sha":null,"homepage":"https://luma-led-matrix.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rm-hull.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-06-29T20:38:12.000Z","updated_at":"2025-04-06T22:59:45.000Z","dependencies_parsed_at":"2024-05-07T12:26:34.667Z","dependency_job_id":"475442ce-05e8-4b30-a13a-d668e3b4e683","html_url":"https://github.com/rm-hull/luma.led_matrix","commit_stats":{"total_commits":391,"total_committers":22,"mean_commits":"17.772727272727273","dds":"0.28132992327365725","last_synced_commit":"cfc425af8f3371ab0df8893c055cb4b008bfc4bc"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fluma.led_matrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fluma.led_matrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fluma.led_matrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fluma.led_matrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rm-hull","download_url":"https://codeload.github.com/rm-hull/luma.led_matrix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254170050,"owners_count":22026219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apa102","dotstar","led","max7219","neopixel","python","raspberry-pi","spi","ws2812"],"created_at":"2024-10-02T12:05:49.776Z","updated_at":"2025-05-14T15:10:20.554Z","avatar_url":"https://github.com/rm-hull.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"`luma.core \u003chttps://github.com/rm-hull/luma.core\u003e`__ **|** \n`luma.docs \u003chttps://github.com/rm-hull/luma.docs\u003e`__ **|** \n`luma.emulator \u003chttps://github.com/rm-hull/luma.emulator\u003e`__ **|** \n`luma.examples \u003chttps://github.com/rm-hull/luma.examples\u003e`__ **|** \n`luma.lcd \u003chttps://github.com/rm-hull/luma.lcd\u003e`__ **|** \nluma.led_matrix **|** \n`luma.oled \u003chttps://github.com/rm-hull/luma.oled\u003e`__ \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 \u003chttps://pillow.readthedocs.io/\u003e`_-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.8 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 \u003chttp://www.banggood.com/MAX7219-Dot-Matrix-Module-DIY-Kit-SCM-Control-Module-For-Arduino-p-72178.html?currency=GBP\u003e`_.\nLikewise 7-segment displays are available from `Ali-Express\n\u003chttp://www.aliexpress.com/item/MAX7219-Red-Module-8-Digit-7-Segment-Digital-LED-Display-Tube-For-Arduino-MCU/1449630475.html\u003e`_\nor `Ebay \u003chttp://www.ebay.com/itm/-/172317726225\u003e`_.\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-2024 Richard Hull \u0026 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frm-hull%2Fluma.led_matrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frm-hull%2Fluma.led_matrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frm-hull%2Fluma.led_matrix/lists"}