{"id":20913100,"url":"https://github.com/tbe/lcdproc-odroidc1","last_synced_at":"2025-12-28T08:33:20.751Z","repository":{"id":31842377,"uuid":"35409468","full_name":"tbe/LCDproc-odroidC1","owner":"tbe","description":"LCDproc for Odroid-C1 ","archived":false,"fork":false,"pushed_at":"2015-05-11T21:08:44.000Z","size":1344,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T15:52:12.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://forum.odroid.com/viewtopic.php?f=115\u0026t=12813","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tbe.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-11T07:43:07.000Z","updated_at":"2015-05-11T09:43:15.000Z","dependencies_parsed_at":"2022-09-01T23:01:23.624Z","dependency_job_id":null,"html_url":"https://github.com/tbe/LCDproc-odroidC1","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbe%2FLCDproc-odroidC1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbe%2FLCDproc-odroidC1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbe%2FLCDproc-odroidC1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbe%2FLCDproc-odroidC1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbe","download_url":"https://codeload.github.com/tbe/LCDproc-odroidC1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243307333,"owners_count":20270256,"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":[],"created_at":"2024-11-18T14:34:50.598Z","updated_at":"2025-12-28T08:33:20.720Z","avatar_url":"https://github.com/tbe.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"-- INTRODUCTION --------------------------------------------------------------\n\nLCDproc is a client/server suite including drivers for all kinds of nifty LCD\ndevices. The server works with different display sizes and supports several\nserial devices: Matrix Orbital, Crystal Fontz, Bayrad, LB216, LCDM001\n(kernelconcepts.de), Wirz-SLI and PIC-an-LCD; some devices connected to\nthe parallel port: HD44780, STV5730, T6963, SED1520 and SED1330; and also\nsome displays connected via USB: CFontzPacket, CwLnx, IOWarrior, LIS2 and\nBWCT.\nVarious clients are available that display things like CPU load, system load,\nmemory usage, uptime, and a lot more.\n\nLCDproc also supports key or remote control input for controlling the clients.\n\nThe client and the server use a TCP connection to communicate, so it is\npossible to have a client on a box in Sweden showing its stats on a LCD\ndisplay in the United States.\n\nOur web site is located at http://lcdproc.org/\nFor new versions and CVS go to http://sourceforge.net/projects/lcdproc/\n\nCheck there first for new versions or updates. For remaining questions,\nyou can ask the mailing list. For how to get on the mailing list, see\nthe main web site.\n\nLCDproc was originally written by William W. Ferrell \u003cwwf@splatwerks.org\u003e\nand Selene Scriven \u003clcdproc@toykeeper.net\u003e.\n\n-- INSTALLATION --------------------------------------------------------------\n\nRefer to the INSTALL file included with this archive for installation\ninstructions (including how to connect the LCD to your system).\n\n-- CHANGES -------------------------------------------------------------------\n\nWoow...  a lot.  :)\nSee the ChangeLog file for more details.\n\n-- HELPING OUT ---------------------------------------------------------------\n\nThe first thing you should do is join the mailing list, to do so, go to out\nweb site and click on MAIL and follow the instructions.\n\nIf you get the urge to help out by writing code, take a look at the TODO\nfile to see what we think that needs to be done. If you want to work on\nsomething, or you want to add something different, tell it on the\nmailing list. Maybe someone is already working on the part, and maybe someone\nhas already writen something that you can use. New ideas are always welcome !\n\nTo learn more about how LCDproc works, first have a look at the docs/\ndirectory. Some important things are documented there, but because this is\nstill somewhat a big hacking project, some documentation will be missing ;)\n\n-- SPECIAL THANKS ------------------------------------------------------------\n\nLCDproc is a community effort, and as such we'd like to recognize everyone's\nefforts. We've tried to list all the people that have contributed in the\nCREDITS file. Thanks all !\n\n-- LEGAL STUFF ---------------------------------------------------------------\n\nLCDproc is Copyright (C) 1998-2006\n\tWilliam Ferrell, Selene Scriven and many other contributors.\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nThe file COPYING contains the GNU General Public License.\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbe%2Flcdproc-odroidc1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbe%2Flcdproc-odroidc1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbe%2Flcdproc-odroidc1/lists"}