{"id":20775003,"url":"https://github.com/qdot/libud7","last_synced_at":"2026-04-22T06:50:08.337Z","repository":{"id":66557571,"uuid":"2305662","full_name":"qdot/libud7","owner":"qdot","description":"User-space driver for the UD7 Display Device - http://www.gadgetdisplay.com","archived":false,"fork":false,"pushed_at":"2011-09-06T04:04:01.000Z","size":100,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T18:48:00.625Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.gadgetdisplay.com","language":"Python","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/qdot.png","metadata":{"files":{"readme":"README.asciidoc","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":"2011-09-01T03:15:54.000Z","updated_at":"2023-09-08T16:30:24.000Z","dependencies_parsed_at":"2023-02-20T06:31:26.348Z","dependency_job_id":null,"html_url":"https://github.com/qdot/libud7","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qdot/libud7","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Flibud7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Flibud7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Flibud7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Flibud7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qdot","download_url":"https://codeload.github.com/qdot/libud7/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Flibud7/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32125094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":[],"created_at":"2024-11-17T12:34:09.696Z","updated_at":"2026-04-22T06:50:08.320Z","avatar_url":"https://github.com/qdot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"= libfitbit =\n\nby Kyle Machulis \u003ckyle@nonpolynomial.com\u003e\n\nNonpolynomial Labs - http://www.nonpolynomial.com\n\n== Description ==\n\nlibud7 is a device driver for the UD7 display device. The website for\nthe device is at\n\nhttp://www.gadgetdisplay.com\n\nThe device is a simple cell-phone screen like display, that will\nrender a 128x128 image. Features of hardware/library include:\n\n* Display/update 128x128 16-bit (565) image\n* Update subportions of image\n* Turn device on/off\n* Set display backlight levels\n* Hardware button for interaction\n\n== Package Information ==\n\nSource repo @ http://www.github.com/qdot/libud7\n\n== Platform Support ==\n\n* Linux - Tested on Ubuntu 11.04\n* OS X - Untested, should work?\n* Windows - Won't work at the moment. Need to figure out which USB\n  library to install.\n\n== Library Requirements ==\n\n* Python - http://www.python.org\n* libusb-1.0 - http://www.libusb.org\n* pyusb 1.0+ - http://sourceforge.net/projects/pyusb/files/\n\n== Platform Cavaets ==\n\n=== Linux ===\n\nYou'll need to either run as root or set up a udev rule to switch out\npermissions on the base VID/PID. We'll hopefully have a udev rule\nchecked in shortly.\n\n=== OS X ===\n\nNone known yet. \n\n=== Windows ===\n\nDon't even know if it works there yet.\n\n== Future Plans ==\n\n* Windows support\n* Implement library in C\n\n== License ==\n\n---------------------\nCopyright (c) 2011, Kyle Machulis/Nonpolynomial Labs\nAll rights reserved.\n\nRedistribution and use in source and binary forms, \nwith or without modification, are permitted provided \nthat the following conditions are met:\n\n   * Redistributions of source code must retain the \n     above copyright notice, this list of conditions \n     and the following disclaimer.\n   * Redistributions in binary form must reproduce the \n     above copyright notice, this list of conditions and \n     the following disclaimer in the documentation and/or \n     other materials provided with the distribution.\n   * Neither the name of the Nonpolynomial Labs nor the names \n     of its contributors may be used to endorse or promote \n     products derived from this software without specific \n     prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND \nCONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, \nINCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF \nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE \nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR \nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, \nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT \nNOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; \nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN \nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR \nOTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, \nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n---------------------\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdot%2Flibud7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqdot%2Flibud7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdot%2Flibud7/lists"}