{"id":13613282,"url":"https://github.com/JulienBacquart/micropython-max7219","last_synced_at":"2025-04-13T15:32:56.738Z","repository":{"id":91254067,"uuid":"94016288","full_name":"JulienBacquart/micropython-max7219","owner":"JulienBacquart","description":"Micropython library for a 8 digits 7-segment display based on the MAX7219.","archived":false,"fork":false,"pushed_at":"2017-06-11T16:19:06.000Z","size":1,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-22T12:34:15.371Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JulienBacquart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-06-11T16:11:52.000Z","updated_at":"2023-06-05T03:32:03.000Z","dependencies_parsed_at":"2024-01-07T21:53:22.126Z","dependency_job_id":null,"html_url":"https://github.com/JulienBacquart/micropython-max7219","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBacquart%2Fmicropython-max7219","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBacquart%2Fmicropython-max7219/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBacquart%2Fmicropython-max7219/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBacquart%2Fmicropython-max7219/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JulienBacquart","download_url":"https://codeload.github.com/JulienBacquart/micropython-max7219/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248736072,"owners_count":21153530,"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":[],"created_at":"2024-08-01T20:00:43.331Z","updated_at":"2025-04-13T15:32:56.500Z","avatar_url":"https://github.com/JulienBacquart.png","language":"Python","funding_links":[],"categories":["Libraries","精选驱动库"],"sub_categories":["Display","显示类"],"readme":"\nMicropython library for a 8 digits 7-segment display based on the MAX7219.\n\nThanks to https://github.com/adafruit/micropython-adafruit-max7219 for getting me started.\n\n# Wiring:\n\n| ESP8266        | MAX7219 |\n| ---------      | ------- |\n| HMOSI (GPIO13) | DIN     |\n| HSCLK (GPIO14) | CLK     |\n| I/O (GPIO15)   | CS      |\n\nThe I/0 pin can be moved to any other pin.\n\nI'm using the hardware SPI, but it can be moved to any other pin using the software SPI.\n\n# Example of use:\n\n    from machine import Pin, SPI\n    import max7219\n\n    hspi = SPI(1, baudrate=10000000, polarity=0, phase=0)\n    display = max7219.Max7219(hspi, Pin(15))\n    display.clear()\n    display.write_hex(0xAB9F)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJulienBacquart%2Fmicropython-max7219","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJulienBacquart%2Fmicropython-max7219","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJulienBacquart%2Fmicropython-max7219/lists"}