{"id":25863865,"url":"https://github.com/wiegerwolf/clock_v2_cpp","last_synced_at":"2025-03-02T00:26:49.265Z","repository":{"id":279861620,"uuid":"929186553","full_name":"WiegerWolf/clock_v2_cpp","owner":"WiegerWolf","description":"digital clock for 1024x600 raspberry pi screen","archived":false,"fork":false,"pushed_at":"2025-02-27T21:41:18.000Z","size":440,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T06:02:18.814Z","etag":null,"topics":["clock","cpp","raspberry-pi","sdl2","touchscreen","waveshare"],"latest_commit_sha":null,"homepage":"","language":"C++","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/WiegerWolf.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":"2025-02-08T01:04:53.000Z","updated_at":"2025-02-27T21:41:21.000Z","dependencies_parsed_at":"2025-02-28T06:02:25.734Z","dependency_job_id":"6051ea9c-0247-4737-8f3f-eec9610a16d3","html_url":"https://github.com/WiegerWolf/clock_v2_cpp","commit_stats":null,"previous_names":["wiegerwolf/clock_v2_cpp"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiegerWolf%2Fclock_v2_cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiegerWolf%2Fclock_v2_cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiegerWolf%2Fclock_v2_cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WiegerWolf%2Fclock_v2_cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WiegerWolf","download_url":"https://codeload.github.com/WiegerWolf/clock_v2_cpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241443457,"owners_count":19963744,"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":["clock","cpp","raspberry-pi","sdl2","touchscreen","waveshare"],"created_at":"2025-03-02T00:26:48.727Z","updated_at":"2025-03-02T00:26:49.259Z","avatar_url":"https://github.com/WiegerWolf.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://github.com/user-attachments/assets/e7d036ee-261e-4ff3-a300-953261e19f50)\n\n## Deps\n\n```bash\nsudo apt update\nsudo apt install -y git ssh\ngit clone git@github.com:WiegerWolf/clock_v2_cpp.git\n```\n\n```bash\nsudo apt install -y cmake gcc make g++ libsdl2-dev \\\n    libsdl2-image-dev libsdl2-ttf-dev libcurl4-openssl-dev \\\n    libssl-dev\n```\n\n## Build Steps\n\n```bash\nmkdir build\ncd build\ncmake .. \nmake\n```\n\n## Autostart\n\n```bash\nsudo nano /etc/systemd/system/digital-clock.service\n```\n\n`digital-clock.service`:\n\n```\n[Unit]\nDescription=Digital Clock Service\nAfter=network.target\n\n[Service]\nType=simple\nUser=n\nWorkingDirectory=/home/n\nExecStart=/home/n/digital_clock\nRestart=always\nRestartSec=3\n\n[Install]\nWantedBy=multi-user.target\n```\n\n```bash\nsudo systemctl enable digital-clock.service\nsudo systemctl start digital-clock.service\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiegerwolf%2Fclock_v2_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiegerwolf%2Fclock_v2_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiegerwolf%2Fclock_v2_cpp/lists"}