{"id":17687860,"url":"https://github.com/mogenson/udoo-display","last_synced_at":"2025-03-30T21:22:31.782Z","repository":{"id":93828256,"uuid":"298652500","full_name":"mogenson/udoo-display","owner":"mogenson","description":"Print USB serial data to an OLED display using Rust and AVR-C","archived":false,"fork":false,"pushed_at":"2020-10-12T14:58:52.000Z","size":101,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T00:38:59.585Z","etag":null,"topics":["avr","rust","rust-embedded","udoo"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mogenson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-09-25T18:37:31.000Z","updated_at":"2021-08-11T00:34:23.000Z","dependencies_parsed_at":"2023-03-21T01:02:03.971Z","dependency_job_id":null,"html_url":"https://github.com/mogenson/udoo-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/mogenson%2Fudoo-display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogenson%2Fudoo-display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogenson%2Fudoo-display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogenson%2Fudoo-display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mogenson","download_url":"https://codeload.github.com/mogenson/udoo-display/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246380330,"owners_count":20767840,"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":["avr","rust","rust-embedded","udoo"],"created_at":"2024-10-24T11:23:24.354Z","updated_at":"2025-03-30T21:22:31.733Z","avatar_url":"https://github.com/mogenson.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UDOO Display\n\nUsing the embedded atmega32u4 in an [UDOO Bolt Gear](https://www.udoo.org/udooboltgear), display text received over a USB serial interface on an [SSD1306 OLED screen](https://www.dfrobot.com/product-2018.html).\n\n![udoo](./udoo.jpg)\n\nMain application logic and display driver is written in Rust. USB serial implementation uses the [atmega32u4-usb-serial](https://github.com/mogenson/atmega32u4-usb-serial) crate.\n\nRun `cargo make build` to compile and `cargo make flash` to upload.\n\nWrite data to serial port to display on the screen. For example: `ip addr | grep -Po '(?\u003c=inet)\\s(?!127)[^/]+' \u003e /dev/ttyACM0`, to show the current IP address. Write a null character to clear screen: `echo -ne '\\0' \u003e /dev/ttyACM0`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmogenson%2Fudoo-display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmogenson%2Fudoo-display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmogenson%2Fudoo-display/lists"}