{"id":20761040,"url":"https://github.com/tophercantrell/lineart","last_synced_at":"2026-04-21T11:37:47.597Z","repository":{"id":85496766,"uuid":"229445510","full_name":"topherCantrell/LineArt","owner":"topherCantrell","description":"Line Art Library","archived":false,"fork":false,"pushed_at":"2019-12-24T16:13:00.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T05:29:55.393Z","etag":null,"topics":["adabox014","circuitpython","line-art","tft-gizmo"],"latest_commit_sha":null,"homepage":null,"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/topherCantrell.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":"2019-12-21T15:20:06.000Z","updated_at":"2024-09-01T13:36:51.000Z","dependencies_parsed_at":"2023-05-17T00:45:45.738Z","dependency_job_id":null,"html_url":"https://github.com/topherCantrell/LineArt","commit_stats":null,"previous_names":["tophercantrell/lineart","tophercantrell/line-art"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topherCantrell%2FLineArt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topherCantrell%2FLineArt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topherCantrell%2FLineArt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topherCantrell%2FLineArt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/topherCantrell","download_url":"https://codeload.github.com/topherCantrell/LineArt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243076603,"owners_count":20232438,"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":["adabox014","circuitpython","line-art","tft-gizmo"],"created_at":"2024-11-17T10:17:15.016Z","updated_at":"2025-12-24T11:56:28.549Z","avatar_url":"https://github.com/topherCantrell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Line Art\n\n\n\n## Panel language\n\n![](art/config.jpg)\n\n`TODO: This has evolved. Discuss here.`\n\n  - Configs\n  - CW/CCW\n  - Divisions\n  - Offsets\n  - Plus (simultaneous)\n  - Sleep\n  - Clear UNDO\n\n\n## Christmas 2019\n\nFor the Circuit Playground Bluefruit + TFT Gizmo\n\n```python\n# The display script\nSCRIPT = [    \n    'Config FOUR',\n    'Color 0='+C_Teal, \n    'Color 1='+C_Red,\n    'Color 2='+C_Aqua,\n    'Color 3='+C_Lime,\n    'Draw 0A.1+1B+2C+3D',\n    'Draw 0C.2+1D+2A+3B',\n    'Draw 0D.3+1C+2B+3A',\n    'Sleep 5',\n    'Clear UNDO',   \n```\n![](art/LineArt0.png)\n\n```python    \n    'Config BIG',\n    'Color 0='+C_Black, \n    'Color 1='+C_Green, \n    'Color 2='+C_White,\n    'Draw 0A.1+0B+0C+0D',\n    'Config FOUR', \n    'Draw 0C.2+1D+2A+3B',\n    'Sleep 2',\n    'Clear UNDO',\n```\n![](art/LineArt1.png)\n\n```python\n    'Config FOUR',    \n    'Draw 0A.1+1B+2C+3D',\n    'Draw 0C.2+1D+2A+3B',\n    'Sleep 5',\n    'Clear UNDO',    \n]\n```\n![](art/LineArt2.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftophercantrell%2Flineart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftophercantrell%2Flineart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftophercantrell%2Flineart/lists"}