{"id":16793500,"url":"https://github.com/mdp/delo","last_synced_at":"2026-05-20T02:44:47.172Z","repository":{"id":57587002,"uuid":"80970769","full_name":"mdp/delo","owner":"mdp","description":"Utility for writing to an OLED on Raspberry Pi","archived":false,"fork":false,"pushed_at":"2017-04-27T04:03:49.000Z","size":13,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T12:14:48.444Z","etag":null,"topics":["oled-display","raspberry-pi"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/mdp.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}},"created_at":"2017-02-05T05:20:09.000Z","updated_at":"2023-04-28T03:29:24.000Z","dependencies_parsed_at":"2022-09-26T19:33:14.889Z","dependency_job_id":null,"html_url":"https://github.com/mdp/delo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fdelo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fdelo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fdelo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fdelo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdp","download_url":"https://codeload.github.com/mdp/delo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960636,"owners_count":20375107,"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":["oled-display","raspberry-pi"],"created_at":"2024-10-13T08:49:30.149Z","updated_at":"2026-05-20T02:44:42.129Z","avatar_url":"https://github.com/mdp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Oled](https://cloud.githubusercontent.com/assets/2868/22624086/01516f08-eb26-11e6-9fa9-130884d50ace.jpg)\n\n# Delo\n\nA utility for writing text to an SSD1306 based OLED on the Raspberry Pi.\n\nI use cheap OLEDs to display relevant information about what's running on my Pi.\nCurrently the easiest route is to install the Python library and write a small\nprogram to display text to the Pi. In my case, I just want a small, dependency\nfree executable which can write text out to the OLED.\n\n#### Currently tested with\n\n- [52pi 128x32 OLED](https://www.modmypi.com/raspberry-pi/breakout-boards/52pi/52pi-0.91-128x32-oled-screen-for-raspberry-pi)\n\n## Example\n\nWith the 128x32 OLED:  \n`echo -e \"192.168.0.124\\nSome status\\nAnother Line\\nGoodbye World\" | delo`\n\nWith the 128x64 OLED:  \n`echo -e \"192.168.0.124\\nSome status\\nAnother Line\\nGoodbye World\" | delo -height 64`\n\n## Installation\n\nOne line install and Usage (requires i2c to be enabled)\n\n`curl https://github.com/mdp/delo/releases/download/v0.0.1/delo_Linux_arm.tar.gz | tar xvz \u0026\u0026 echo -e \"Installed\" | ./delo`\n\n### Resin.io i2c setup\n\n`modprobe i2c-dev`\n\n**Inside of Docker**\n\n`CMD modprobe i2c-dev \u0026\u0026 echo -e \"Test output\" | ./delo`\n\n### i2c on Raspbian Jessie\n\n1. Run sudo raspi-config.\n1. Use the down arrow to select 9 Advanced Options\n1. Arrow down to A7 I2C.\n1. Select yes when it asks you to enable I2C\n1. Also select yes when it tasks about automatically loading the kernel module.\n1. Use the right arrow to select the 'Finish' button.\n1. Select yes when it asks to reboot.\n\n## License - MIT\nCopyright (c) 2017 Mark Percival\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdp%2Fdelo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdp%2Fdelo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdp%2Fdelo/lists"}