{"id":19041439,"url":"https://github.com/without-eyes/digitdisplayer","last_synced_at":"2026-04-24T11:35:03.601Z","repository":{"id":255886063,"uuid":"853816876","full_name":"without-eyes/DigitDisplayer","owner":"without-eyes","description":"Simple digit displayer using Arduino Uno","archived":false,"fork":false,"pushed_at":"2024-09-22T10:45:02.000Z","size":304,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T22:43:07.499Z","etag":null,"topics":["7-segment-display","arduino","arduino-project","arduino-uno","cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","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/without-eyes.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-09-07T16:07:22.000Z","updated_at":"2024-09-22T10:54:23.000Z","dependencies_parsed_at":"2024-09-07T17:41:43.282Z","dependency_job_id":"f0436ba7-6c42-452c-8f15-03932edac10e","html_url":"https://github.com/without-eyes/DigitDisplayer","commit_stats":null,"previous_names":["without-eyes/digitdisplayer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/without-eyes/DigitDisplayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FDigitDisplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FDigitDisplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FDigitDisplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FDigitDisplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/without-eyes","download_url":"https://codeload.github.com/without-eyes/DigitDisplayer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FDigitDisplayer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262030465,"owners_count":23247661,"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":["7-segment-display","arduino","arduino-project","arduino-uno","cpp"],"created_at":"2024-11-08T22:29:19.730Z","updated_at":"2026-04-24T11:35:03.569Z","avatar_url":"https://github.com/without-eyes.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 7-Segment Display with Brightness Control\n\nThis Arduino project controls a 7-segment display to show numbers (0–9) and allows the brightness to be adjusted using buttons.\n\n## Components\n- Arduino Uno (or compatible)\n- 7-segment display\n- 3 push buttons\n- Resistors\n- Breadboard and jumper wires\n\n## Schematic diagram\n![Schematic diagram](scheme.png)\n\n## Circuit\n- **7-segment pins**: Connect to Arduino pins as per the `pins[]` array.\n- **Buttons**: Three buttons connected to pins `10`, `11`, and `12` for increasing, decreasing the displayed number, and adjusting brightness.\n- **PWM Pin**: Connected to pin `5` for brightness control via PWM.\n\n## Pin Connections\n- **Increase Button**: Pin 10\n- **Decrease Button**: Pin 11\n- **Brightness Button**: Pin 12\n- **PWM Brightness Control**: Pin 5\n- **7-Segment Display**: Pins `{7, 6, 4, 3, 2, 8, 9}`\n\n## How it Works\n- **Number Display**: Use the increase and decrease buttons to change the number on the display (0–9).\n- **Brightness Control**: Use the brightness button to adjust the display brightness up or down, with a smooth transition.\n- **Debouncing**: The code ensures buttons are debounced using the isButtonsPressed flag and a small delay.\n\n## License\nThis project is open-source and available under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithout-eyes%2Fdigitdisplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwithout-eyes%2Fdigitdisplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithout-eyes%2Fdigitdisplayer/lists"}