{"id":24041076,"url":"https://github.com/exocoold/waveshare.epaperdisplay","last_synced_at":"2025-04-19T18:35:16.314Z","repository":{"id":45113562,"uuid":"229632003","full_name":"eXoCooLd/Waveshare.EPaperDisplay","owner":"eXoCooLd","description":".Net Core Library to show images on Waveshare E-Paper Displays","archived":false,"fork":false,"pushed_at":"2023-09-21T17:27:41.000Z","size":1902,"stargazers_count":33,"open_issues_count":8,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T11:41:39.456Z","etag":null,"topics":["csharp","dotnet-core","dotnet-standard","dotnetcore","e-paperdisplay","gpio","nunit","spi","waveshare-eink"],"latest_commit_sha":null,"homepage":null,"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/eXoCooLd.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":"2019-12-22T21:15:25.000Z","updated_at":"2025-03-16T02:13:16.000Z","dependencies_parsed_at":"2025-01-08T21:50:31.475Z","dependency_job_id":null,"html_url":"https://github.com/eXoCooLd/Waveshare.EPaperDisplay","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/eXoCooLd%2FWaveshare.EPaperDisplay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eXoCooLd%2FWaveshare.EPaperDisplay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eXoCooLd%2FWaveshare.EPaperDisplay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eXoCooLd%2FWaveshare.EPaperDisplay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eXoCooLd","download_url":"https://codeload.github.com/eXoCooLd/Waveshare.EPaperDisplay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249765621,"owners_count":21322455,"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":["csharp","dotnet-core","dotnet-standard","dotnetcore","e-paperdisplay","gpio","nunit","spi","waveshare-eink"],"created_at":"2025-01-08T21:39:55.182Z","updated_at":"2025-04-19T18:35:16.283Z","avatar_url":"https://github.com/eXoCooLd.png","language":"C#","readme":"# Waveshare.EPaperDisplay\nLibrary for .Net Core to control a Waveshare E-Paper Display\n\nCurrently supported Models:\n- Waveshare 7.5inch e-Paper (B)\n- Waveshare 7.5inch e-Paper V2\n- Waveshare 7.5inch e-Paper V2 (B)\n- Waveshare 5.65inch e-Paper (F)\n\n## Based on:\n\nSpecification from:\n- https://www.waveshare.com/w/upload/2/29/7.5inch_e-paper-b-Specification.pdf\n- https://www.waveshare.com/w/upload/6/60/7.5inch_e-Paper_V2_Specification.pdf\n- https://www.waveshare.com/w/upload/4/44/7.5inch_e-Paper_B_V2_Specification.pdf\n- https://www.waveshare.com/w/upload/7/7a/5.65inch_e-Paper_(F)_Sepecification.pdf\n\nC Example Code from:\nhttps://github.com/waveshare/e-Paper/tree/master/RaspberryPi_JetsonNano/c\n\n## NuGet Package:\n\nhttps://www.nuget.org/packages/eXoCooLd.Waveshare.EPaperDisplay/\n\n## Usage for a public static method:\n\n```C#\npublic static void Main()\n{\n\tconst string fileName = \"yourImage.bmp\";\n\tusing var bitmap = new Bitmap(Image.FromFile(fileName, true));\n\n\tusing var ePaperDisplay = EPaperDisplay.Create(EPaperDisplayType.WaveShare7In5Bc);\n  \n\tePaperDisplay.Clear();\n\tePaperDisplay.WaitUntilReady();\n\tePaperDisplay.DisplayImage(bitmap);\n}\n```\n\n## Example running on Raspberry Pi 3\n\n![Screenshot](workingWithRaspberryPi.jpg)\n\n## License\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexocoold%2Fwaveshare.epaperdisplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexocoold%2Fwaveshare.epaperdisplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexocoold%2Fwaveshare.epaperdisplay/lists"}