{"id":21938033,"url":"https://github.com/jangler/microdotphat-go","last_synced_at":"2025-03-22T14:26:16.707Z","repository":{"id":57704116,"uuid":"495518904","full_name":"jangler/microdotphat-go","owner":"jangler","description":"Go port of Python microdotphat library","archived":false,"fork":false,"pushed_at":"2022-05-28T12:13:56.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T13:49:42.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/jangler.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":"2022-05-23T17:57:54.000Z","updated_at":"2022-05-28T00:12:20.000Z","dependencies_parsed_at":"2022-09-26T21:12:04.284Z","dependency_job_id":null,"html_url":"https://github.com/jangler/microdotphat-go","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/jangler%2Fmicrodotphat-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangler%2Fmicrodotphat-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangler%2Fmicrodotphat-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangler%2Fmicrodotphat-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jangler","download_url":"https://codeload.github.com/jangler/microdotphat-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244968717,"owners_count":20540174,"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":[],"created_at":"2024-11-29T01:27:28.591Z","updated_at":"2025-03-22T14:26:16.690Z","avatar_url":"https://github.com/jangler.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# microdotphat-go\n\nA pure Go interface to the Micro Dot pHAT LED matrix display board. The API is\nbased on that of the official microdotphat Python library, and features an\nautomatically resized scrollable on/off pixel buffer and built-in text drawing\ncapabilities.\n\nSee the `examples/` directory for usage examples.\n\n## Status\n\nBreaking changes to the package may occur at any time until version `v1.0.0`.\n\n## Quick links\n\n- Original Python package: \u003chttps://github.com/pimoroni/microdot-phat\u003e\n- API documentation: \u003chttps://pkg.go.dev/github.com/jangler/microdotphat-go\u003e\n\n## Known differences from the Python microdotphat package\n\n- The Python package clears the display at program exit by default\n  (configurable via `set_clear_on_exit`); this package does not. If you want\n  this behavior, add this code to your `func main`:\n  ```\n  defer func() {\n  \tmicrodotphat.Clear()\n  \tmicrodotphat.Show()\n  }()\n  ```\n- The Python package has three functions for scrolling the buffer (not\n  including `scroll_to`). This package collapses those functions into one\n  `Scroll` function.\n- The Python package has functions `set_mirror` and `set_rotate180`. This\n  package collapses those functions into one `SetMirror` function (rotation is\n  achieved by flipping both axes).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangler%2Fmicrodotphat-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjangler%2Fmicrodotphat-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangler%2Fmicrodotphat-go/lists"}