{"id":15170170,"url":"https://github.com/voinic/tvout-micropython","last_synced_at":"2026-01-24T10:34:28.022Z","repository":{"id":244949156,"uuid":"814602115","full_name":"Voinic/tvout-micropython","owner":"Voinic","description":"Composite video generation library for MicroPython","archived":false,"fork":false,"pushed_at":"2024-06-18T12:45:03.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-25T12:21:44.037Z","etag":null,"topics":["composite-video","esp32-s3","micropython","tvout"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Voinic.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-06-13T10:26:59.000Z","updated_at":"2024-08-03T06:19:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"edb893e3-b69c-41ce-ab5d-624b751bc5f8","html_url":"https://github.com/Voinic/tvout-micropython","commit_stats":null,"previous_names":["voinic/tvout-micropython"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voinic%2Ftvout-micropython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voinic%2Ftvout-micropython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voinic%2Ftvout-micropython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Voinic%2Ftvout-micropython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Voinic","download_url":"https://codeload.github.com/Voinic/tvout-micropython/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239195245,"owners_count":19598032,"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":["composite-video","esp32-s3","micropython","tvout"],"created_at":"2024-09-27T08:00:42.665Z","updated_at":"2026-01-24T10:34:27.992Z","avatar_url":"https://github.com/Voinic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TVOut-Micropython\nComposite video generation library for MicroPython\u003cbr/\u003e\nTested on ESP32-S3 platform\u003cbr/\u003e\nUses framebuf library\u003cbr/\u003e\nGenerates monochrome NTSC signal using RMT peripheral\u003cbr/\u003e\nCurrently resolution is limited to 104x80\u003cbr/\u003e\n## Installation using MIP:\n```\nimport mip\nmip.install(\"github:Voinic/tvout-micropython\")\n```\n## Usage:\n```\nfrom tvout import TVOut\n\nPIN_H = Pin(47)\nPIN_L = Pin(48)\n\ntv = TVOut(PIN_L, PIN_H)\n\ntv.fill(0)\ntv.text(\"hello\", 0, 0, 255)\ntv.show()\n```\n## Sample output from tvout_test.py example\n![result](img/test.jpg)\n## Schematics\u003cbr/\u003e\n![result](img/schematics.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoinic%2Ftvout-micropython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoinic%2Ftvout-micropython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoinic%2Ftvout-micropython/lists"}