{"id":31027216,"url":"https://github.com/yukirii/sc1602_for_bbb","last_synced_at":"2025-09-13T18:57:55.070Z","repository":{"id":56894380,"uuid":"47433597","full_name":"yukirii/sc1602_for_bbb","owner":"yukirii","description":"SC1602 character LCD display library for BeagleBone Black","archived":false,"fork":false,"pushed_at":"2016-06-11T11:51:18.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T14:42:57.684Z","etag":null,"topics":["beaglebone-black","ruby","ruby-gem"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/yukirii.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-04T23:17:01.000Z","updated_at":"2016-06-11T11:51:19.000Z","dependencies_parsed_at":"2022-08-20T16:10:47.121Z","dependency_job_id":null,"html_url":"https://github.com/yukirii/sc1602_for_bbb","commit_stats":null,"previous_names":["shiftky/sc1602_for_bbb"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yukirii/sc1602_for_bbb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fsc1602_for_bbb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fsc1602_for_bbb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fsc1602_for_bbb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fsc1602_for_bbb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yukirii","download_url":"https://codeload.github.com/yukirii/sc1602_for_bbb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukirii%2Fsc1602_for_bbb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275013269,"owners_count":25390481,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["beaglebone-black","ruby","ruby-gem"],"created_at":"2025-09-13T18:57:50.064Z","updated_at":"2025-09-13T18:57:55.060Z","avatar_url":"https://github.com/yukirii.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sc1602_for_bbb\n\n[![Gem Version](https://badge.fury.io/rb/sc1602_for_bbb.svg)](https://badge.fury.io/rb/sc1602_for_bbb)\n\nSC1602 character LCD display library for [BeagleBone Black](http://beagleboard.org/BLACK)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'sc1602_for_bbb'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install sc1602_for_bbb\n\n## Example\n\n```\n#!/usr/bin/env ruby\nrequire 'sc1602_for_bbb'\n\nports = {\n  RS: :P8_8,\n  EN: :P8_10,\n  D4: :P8_18,\n  D5: :P8_16,\n  D6: :P8_14,\n  D7: :P8_12\n}\nlcd = SC1602ForBBB::LCD.new(ports)\n\nlcd.write(\"hello, world\")\nlcd.set_cursor(1, 0)\nlcd.write(Time.now.to_s)\n\nsleep 1\nlcd.clear\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/shiftky/sc1602_for_bbb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukirii%2Fsc1602_for_bbb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyukirii%2Fsc1602_for_bbb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukirii%2Fsc1602_for_bbb/lists"}