{"id":22012317,"url":"https://github.com/rekosk/rekosk_7segments_74hc595-circuitpython","last_synced_at":"2026-05-05T03:32:20.409Z","repository":{"id":265382925,"uuid":"870778124","full_name":"RekoSK/RekoSK_7Segments_74HC595-CircuitPython","owner":"RekoSK","description":"A CircuitPython library for easily controlling 7 segments with shift registers (74HC595)","archived":false,"fork":false,"pushed_at":"2024-10-15T05:45:36.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T08:15:55.175Z","etag":null,"topics":["74hc595","7segment","7segmentdisplay","7segments","circuitpython","library"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RekoSK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-10-10T16:44:22.000Z","updated_at":"2024-11-29T04:59:43.000Z","dependencies_parsed_at":"2024-11-29T06:27:21.978Z","dependency_job_id":"5901fa93-9858-4d6b-bee4-7b6705c8043c","html_url":"https://github.com/RekoSK/RekoSK_7Segments_74HC595-CircuitPython","commit_stats":null,"previous_names":["rekosk/rekosk_7segments_74hc595-circuitpython"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RekoSK%2FRekoSK_7Segments_74HC595-CircuitPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RekoSK%2FRekoSK_7Segments_74HC595-CircuitPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RekoSK%2FRekoSK_7Segments_74HC595-CircuitPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RekoSK%2FRekoSK_7Segments_74HC595-CircuitPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RekoSK","download_url":"https://codeload.github.com/RekoSK/RekoSK_7Segments_74HC595-CircuitPython/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245072266,"owners_count":20556353,"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":["74hc595","7segment","7segmentdisplay","7segments","circuitpython","library"],"created_at":"2024-11-30T03:11:44.549Z","updated_at":"2026-05-05T03:32:20.381Z","avatar_url":"https://github.com/RekoSK.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **RekoSK 7 Segments 74HC595 library for CircuitPython**\nA circuitpython library which was inspired by my arduino library, which makes working with 7 segments and 74HC595 (shift registers) easy.\n## **What does it feature?**\n* Printing any decimal number (even negative ones)\n* Clearing the display\n* *Coming (really) soon* - Printing text string\n* Animations for every functiom\n* Printing out segments\n* Support for any lenght of display\n\n## **How to use?**\nAfter downloading, move the library to the `lib` folder on your circuit python device and import the library into the code (or just the class, how i like to do it):\n\n```python\nfrom RekoSK_7Segments_74HC595 import RekoSK_7Segments_74HC595 as ss\n```\n\nAfter that you need to initialize the 7 segment:\n```python\nMy7Segment: ss = ss(input, clk, latch, numberOfDigits, negatedInput, DefaultDelay)\n```\n\nNow, you can use all the functions. The most useful one is `printINT()`, which will print any number (even negative ones):\n```python\nMy7Segment.printINT(value, animation)\n```\n**For more info and help, you can check tutorials!**\n\n#### If you like this project and you want to support it, please give me a star ;).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frekosk%2Frekosk_7segments_74hc595-circuitpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frekosk%2Frekosk_7segments_74hc595-circuitpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frekosk%2Frekosk_7segments_74hc595-circuitpython/lists"}