{"id":20088269,"url":"https://github.com/alexistm/asciidic","last_synced_at":"2026-05-13T09:05:21.590Z","repository":{"id":150829547,"uuid":"44384525","full_name":"AlexisTM/ASCIIDic","owner":"AlexisTM","description":"Arduino ASCII Dictionary for 3641 \u0026 595 shift registers","archived":false,"fork":false,"pushed_at":"2015-11-22T23:53:03.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T14:48:44.223Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexisTM.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}},"created_at":"2015-10-16T12:44:40.000Z","updated_at":"2015-10-19T11:11:10.000Z","dependencies_parsed_at":"2023-04-13T22:51:04.793Z","dependency_job_id":null,"html_url":"https://github.com/AlexisTM/ASCIIDic","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AlexisTM/ASCIIDic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexisTM%2FASCIIDic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexisTM%2FASCIIDic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexisTM%2FASCIIDic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexisTM%2FASCIIDic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexisTM","download_url":"https://codeload.github.com/AlexisTM/ASCIIDic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexisTM%2FASCIIDic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32975191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-13T16:13:01.475Z","updated_at":"2026-05-13T09:05:21.559Z","avatar_url":"https://github.com/AlexisTM.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Arduino ASCII Dictionary for 3641 4x 7 segments\n=======================================\n\nThis library is done to simplify the nx7seg library and make you able to do your own implementation or change the display of the nx7seg without modifying the nx7seg library.\n\n\nThis library gives you the binary values to light on 7 segments with the convention : \n\n```\nA = 00000001\nB = 00000010\nC = 00000100\nD = 00001000\nE = 00010000\nF = 00100000\nG = 01000000\nDP = 10000000\n```\n\nValues are in global vars : \n\n```c++\nbyte dic_numbers[10];\n\nbyte dic_letters[36];\n\nbyte dic_comma[1];\n```\n\nThe `dic_letters[0]` is the byte to write the 'A' on a 7 segment display.\n\nThe actual library is for the 3641BS, so to light on the A, you have to write 11111110.\n\n***TODO*** : Reverse mode in defines or in a second lib ?\n\n\nCredits\n-------\nAlexis Paques (@AlexisTM)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexistm%2Fasciidic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexistm%2Fasciidic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexistm%2Fasciidic/lists"}