{"id":15064131,"url":"https://github.com/cfrankb/esp32-tm1637plus-cpp","last_synced_at":"2026-02-16T19:38:54.917Z","repository":{"id":256532521,"uuid":"855640519","full_name":"cfrankb/esp32-tm1637plus-cpp","owner":"cfrankb","description":"TM1637 4 digits 7-Segment  LED Module driver for the ESP-IDF","archived":false,"fork":false,"pushed_at":"2024-09-12T17:11:22.000Z","size":245,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T23:37:08.990Z","etag":null,"topics":["cpp","esp-idf","esp32","tm1637","tm1637display"],"latest_commit_sha":null,"homepage":"","language":"C++","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/cfrankb.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-11T08:01:05.000Z","updated_at":"2024-09-13T15:44:11.000Z","dependencies_parsed_at":"2025-07-11T23:30:40.971Z","dependency_job_id":"a8c7cc38-ebcc-4a1e-83ef-6523dbc58f01","html_url":"https://github.com/cfrankb/esp32-tm1637plus-cpp","commit_stats":null,"previous_names":["cfrankb/esp32-tm1637plus-cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cfrankb/esp32-tm1637plus-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfrankb%2Fesp32-tm1637plus-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfrankb%2Fesp32-tm1637plus-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfrankb%2Fesp32-tm1637plus-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfrankb%2Fesp32-tm1637plus-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cfrankb","download_url":"https://codeload.github.com/cfrankb/esp32-tm1637plus-cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfrankb%2Fesp32-tm1637plus-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276069624,"owners_count":25580121,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cpp","esp-idf","esp32","tm1637","tm1637display"],"created_at":"2024-09-25T00:12:02.863Z","updated_at":"2025-09-20T08:43:21.560Z","avatar_url":"https://github.com/cfrankb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo Project: ESP-32 tm1637 driver LED library for the ESP-IDF\n\n## Introduction\n\nThis is a demo project for a library to control TM1637 LED 7-segment display using the ESP-32 IDF toolchain [ESP-IDF](https://github.com/espressif/esp-idf).\n\nPlease note that this is actually a demo project. The library is in the components folder.\n\n![Image](images/20240911_025121-crop.jpg \"icon\")\n\n## Features\n\n * Display numbers\n * Display raw segment data\n * Scrolling text\n * Simplified interface\n * C++ Implementation\n\n\n## Software required\n\nesp-idf v5.1.2 or later.\n\n# Installation\n\n\n```Shell\ngit clone https://github.com/cfrankb/esp32-tm1637plus-cpp\ncd esp32-tm1637plus-cpp/\nidf.py set-target {esp32/esp32s2/esp32s3/esp32c3}\nidf.py menuconfig\nidf.py flash\n```\n\n## Suggested wiring for the TM1637 LED display\n\n| TM1637   | wirecolor | GPIO Pin   |\n| -------- | --------- | ---------- |\n| CLK      | white     | 18         |\n| DIO      | yellow    | 19         |\n| GRN      | black     | GRN        |\n| VCC      | red       | 3.3v or 5v |\n\n\n## Tested hardware\n\n| Part #   | Size      | Pins       |\n| -------- | --------- | ---------- |\n| 5643BS-1 | 0.56\"     | 12         |\n| 8041BS-1 | 0.80\"     | 12         |\n| 8401BS-1F| 0.80\"     | 14         |\n\n\n## Source Code\n\nThe source is available from [GitHub cfrankb/esp32-tm1637plus-cpp](https://github.com/cfrankb/esp32-tm1637plus-cpp).\n\n## License / acknowledgement\n\nThe code in this project is licensed under the MIT license - see LICENSE for details.\n\nInitial idea based on the Micropython implementation library, written by Mike Causer Copyright (c) 2016\nhttps://github.com/mcauser/micropython-tm1637\n\nThe project is also based in part on this ESP-32 ESP-IDF library: https://github.com/petrows/esp-32-tm1637\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfrankb%2Fesp32-tm1637plus-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfrankb%2Fesp32-tm1637plus-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfrankb%2Fesp32-tm1637plus-cpp/lists"}