{"id":16397561,"url":"https://github.com/marcoradocchia/bombuscv-display","last_synced_at":"2026-05-18T05:32:24.434Z","repository":{"id":47163884,"uuid":"512467267","full_name":"marcoradocchia/bombuscv-display","owner":"marcoradocchia","description":"I2C (SSD1306) display integration for `bombuscv-rs`.","archived":false,"fork":false,"pushed_at":"2022-08-26T19:23:55.000Z","size":83,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T17:46:38.024Z","etag":null,"topics":["display","i2c-display","oled-display","oled-display-ssd1306","oled-ssd1306","raspberry-pi","ssd1306","ssd1306-oled"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcoradocchia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-07-10T15:15:26.000Z","updated_at":"2022-07-29T14:46:49.000Z","dependencies_parsed_at":"2022-07-30T23:47:55.706Z","dependency_job_id":null,"html_url":"https://github.com/marcoradocchia/bombuscv-display","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/marcoradocchia%2Fbombuscv-display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcoradocchia%2Fbombuscv-display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcoradocchia%2Fbombuscv-display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcoradocchia%2Fbombuscv-display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcoradocchia","download_url":"https://codeload.github.com/marcoradocchia/bombuscv-display/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240286519,"owners_count":19777353,"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":["display","i2c-display","oled-display","oled-display-ssd1306","oled-ssd1306","raspberry-pi","ssd1306","ssd1306-oled"],"created_at":"2024-10-11T05:10:25.008Z","updated_at":"2025-11-14T05:02:52.925Z","avatar_url":"https://github.com/marcoradocchia.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eBombusCV Display\u003c/h1\u003e\n\n  ![GitHub releases](https://img.shields.io/github/downloads/marcoradocchia/bombuscv-display/total?color=%23a9b665\u0026logo=github)\n  ![GitHub source size](https://img.shields.io/github/languages/code-size/marcoradocchia/bombuscv-display?color=ea6962\u0026logo=github)\n  ![GitHub open issues](https://img.shields.io/github/issues-raw/marcoradocchia/bombuscv-display?color=%23d8a657\u0026logo=github)\n  ![GitHub open pull requests](https://img.shields.io/github/issues-pr-raw/marcoradocchia/bombuscv-display?color=%2389b482\u0026logo=github)\n  ![GitHub sponsors](https://img.shields.io/github/sponsors/marcoradocchia?color=%23d3869b\u0026logo=github)\n  ![GitHub license](https://img.shields.io/github/license/marcoradocchia/bombuscv-display?color=%23e78a4e)\n  \u003c!-- ![Crates.io downloads](https://img.shields.io/crates/d/bombuscv-display?label=crates.io%20downloads\u0026color=%23a9b665\u0026logo=rust) --\u003e\n  \u003c!-- ![Crates.io version](https://img.shields.io/crates/v/bombuscv-display?logo=rust\u0026color=%23d8a657) --\u003e\n\u003c/div\u003e\n\nI2C (SSD1306) display integration for\n[`bobmuscv-rs`](https://github.com/marcoradocchia/bombuscv-rs).\n\n## Index\n\n- [Use case](#use-case)\n- [Examples](#examples)\n- [Install](#install)\n  - [Cargo](#cargo)\n    - [Master branch](#master-branch)\n- [Usage](#usage)\n- [Changelog](#changelog)\n- [License](#license)\n\n## Use case\n\nThis software is intended to **extend \u0026 enhance**\n[`bobmuscv-rs`](https://github.com/marcoradocchia/bombuscv-rs) functionality.\n\n`bombuscv-display` is built to display and immediatly visualize `bombuscv-rs`\nstatus, system and humidity/temperature sensor (i.e. DHT22) information on a\n**SSD1306** oled display[^1] powered by *Raspberry Pi GPIO*.\n\n[^1]: 0.96\", 128x64 pixels, I2C display\n\n## Examples\n\n\u003c!-- TODO --\u003e\n\n## Install\n\n### Cargo\n\nIn order to install using Rust\n\n#### Master branch\n\nTo build and install from master branch run:\n```sh\ncargo install --git https://github.com/marcoradocchia/bombuscv-display --branch master\n```\n\n## Usage\n\n`bombuscv-display` reads *humidity* and *temperature* data from standard input\n(i.e. a _unix pipeline_), so it's strongly recommended to use it in combination\nwith [`datalogger`](https://github.com/marcoradocchia/datalogger) or any other\nsoftware which is able to print to standard output such data in the following\n*csv like* format: `\u003chumidity\u003e,\u003ctemperature\u003e`.\n\n\u003c!-- TODO --\u003e\n\u003c!-- ```sh --\u003e\n\u003c!-- TODO! --\u003e\n\u003c!-- ``` --\u003e\n\n## Changelog\n\nComplete [CHANGELOG](CHANGELOG.md).\n\n## License\n\n[GPLv3](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcoradocchia%2Fbombuscv-display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcoradocchia%2Fbombuscv-display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcoradocchia%2Fbombuscv-display/lists"}