{"id":15288261,"url":"https://github.com/lbuque/micropython-ft6x36","last_synced_at":"2025-04-13T06:32:12.350Z","repository":{"id":137900334,"uuid":"536459314","full_name":"lbuque/micropython-ft6x36","owner":"lbuque","description":"This is a micropython module for self-capacitive touch panel controllers produced by FocalTech Systems.","archived":false,"fork":false,"pushed_at":"2024-06-15T16:43:53.000Z","size":830,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T23:11:36.472Z","etag":null,"topics":["esp32","micropython","touch","touchscreen"],"latest_commit_sha":null,"homepage":"","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/lbuque.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":"2022-09-14T07:19:20.000Z","updated_at":"2024-08-07T18:00:25.000Z","dependencies_parsed_at":"2023-11-02T03:30:46.102Z","dependency_job_id":null,"html_url":"https://github.com/lbuque/micropython-ft6x36","commit_stats":null,"previous_names":["lbuque/micropython-ft6x36"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbuque%2Fmicropython-ft6x36","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbuque%2Fmicropython-ft6x36/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbuque%2Fmicropython-ft6x36/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lbuque%2Fmicropython-ft6x36/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lbuque","download_url":"https://codeload.github.com/lbuque/micropython-ft6x36/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248674673,"owners_count":21143760,"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":["esp32","micropython","touch","touchscreen"],"created_at":"2024-09-30T15:44:56.946Z","updated_at":"2025-04-13T06:32:11.582Z","avatar_url":"https://github.com/lbuque.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FT6X36 (FT6236/FT6336/FT6436L/FT6436)\n\nThis is a micropython module for self-capacitive touch panel controllers produced by FocalTech Systems.\n\n## Feature\n\n- Support rotation\n- Support two-point touch\n\n## Install\n\nopen a MicroPython REPL and execute these commands inside the REPL\n\n```python\nimport machine\nimport network\nimport time\nimport mip\nstation = network.WLAN(network.STA_IF)\nstation.active(True)\nstation.connect('SSID', 'PASSWORD')\ntime.sleep(1)\nprint('Device connected to network: {}'.format(station.isconnected()))\n# latest\nmip.install(\"github:lbuque/micropython-ft6x36/ft6x36/ft6x36.py\", target=\"lib\")\n# or mpy\nmip.install(\"ft6x36\", index=\"https://lbuque.github.io/micropython-ft6x36/mip/0.2.0\")\nprint('Installation completed')\nmachine.soft_reset()\n```\n\n## Thank\n\nPart of the code is from [FT6336U-](https://github.com/vae-V/FT6336U-.git).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flbuque%2Fmicropython-ft6x36","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flbuque%2Fmicropython-ft6x36","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flbuque%2Fmicropython-ft6x36/lists"}