{"id":23256765,"url":"https://github.com/scootpl/uprint","last_synced_at":"2026-05-01T14:31:41.496Z","repository":{"id":87504765,"uuid":"606271297","full_name":"scootpl/uprint","owner":"scootpl","description":"uPrint (microPrint) is a simple TinyGo library to print text on OLED display. Drivers implementing 'drivers.Displayer' are supported. Tested on Raspberry Pi Pico and ssd1306.","archived":false,"fork":false,"pushed_at":"2023-02-27T00:15:35.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T14:03:03.613Z","etag":null,"topics":["microcontroller","oled","oled-display-ssd1306","pico","raspberry-pi","tinygo"],"latest_commit_sha":null,"homepage":"","language":"Go","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/scootpl.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":"2023-02-25T01:58:34.000Z","updated_at":"2023-02-26T00:22:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"262354c8-2895-4afd-b7b5-d7915fcc50df","html_url":"https://github.com/scootpl/uprint","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"04226e46cfa2e37f5af9056a714c9d03db0099c3"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scootpl%2Fuprint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scootpl%2Fuprint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scootpl%2Fuprint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scootpl%2Fuprint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scootpl","download_url":"https://codeload.github.com/scootpl/uprint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247432376,"owners_count":20938146,"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":["microcontroller","oled","oled-display-ssd1306","pico","raspberry-pi","tinygo"],"created_at":"2024-12-19T12:19:31.785Z","updated_at":"2026-05-01T14:31:41.446Z","avatar_url":"https://github.com/scootpl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uPrint\n\nuPrint (microPrint) is a simple TinyGo library to print text on OLED display. Drivers implementing 'drivers.Displayer' are supported. Tested on Raspberry Pi Pico and ssd1306.\n\n\n## Example\n\n```go\n\tmachine.SPI0.Configure(machine.SPIConfig{\n\t\tFrequency: 10 * 1024 * 1024,\n\t})\n\n\ttime.Sleep(time.Second)\n\n\tdevice := ssd1306.NewSPI(machine.SPI0, machine.Pin(17), machine.Pin(20), machine.Pin(16))\n\tdevice.Configure(ssd1306.Config{})\n\n\tdevice.ClearDisplay()\n\n\tp := uprint.New(\u0026device, \"font7x10\")\n\tp.Print(\"Hello!\", 0, 0, color.RGBA{R: 0xff, G: 0xff, B: 0xff, A: 0xff})\n\n\tdevice.Display()\n\n\tfor {\n\t\ttime.Sleep(time.Second)\n\t}\n```\n\n---\nfonts downloaded from: https://github.com/Nondzu/ssd1306_font","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscootpl%2Fuprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscootpl%2Fuprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscootpl%2Fuprint/lists"}