{"id":19585135,"url":"https://github.com/bucknalla/micropython-i2c-lcd","last_synced_at":"2025-04-27T11:33:23.619Z","repository":{"id":92315561,"uuid":"78648040","full_name":"Bucknalla/micropython-i2c-lcd","owner":"Bucknalla","description":"🖥 MicroPython Driver for I2C 2x16 LCD Screens","archived":false,"fork":false,"pushed_at":"2024-05-06T13:03:04.000Z","size":12,"stargazers_count":32,"open_issues_count":3,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-07T21:41:49.278Z","etag":null,"topics":["i2c","lcd","micropython"],"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/Bucknalla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-01-11T14:43:21.000Z","updated_at":"2024-09-10T16:14:34.000Z","dependencies_parsed_at":"2024-05-06T14:48:55.108Z","dependency_job_id":null,"html_url":"https://github.com/Bucknalla/micropython-i2c-lcd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bucknalla%2Fmicropython-i2c-lcd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bucknalla%2Fmicropython-i2c-lcd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bucknalla%2Fmicropython-i2c-lcd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bucknalla%2Fmicropython-i2c-lcd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bucknalla","download_url":"https://codeload.github.com/Bucknalla/micropython-i2c-lcd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224069552,"owners_count":17250455,"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":["i2c","lcd","micropython"],"created_at":"2024-11-11T07:53:01.728Z","updated_at":"2024-11-11T07:53:02.477Z","avatar_url":"https://github.com/Bucknalla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MicroPython I2C 16x2 LCD Screen\n\nThis library is designed to support a MicroPython interface for i2c LCD character screens. It's designed around the Pycom implementation of MicroPython so will need to be tweaked to work for CircuitPython.\n\n## Compatible LCDs\n- [Grove LCD RGB Backlight](https://www.seeedstudio.com/grove-lcd-rgb-backlight-p-1643.html?cPath=34_36)\n\n## Tested Dev Kits\n\n- LoPy\n- WiPy\n- SiPy\n\n## Module\n\nThis module supports writing to, clearing and refreshing the LCD screen, among other functions.\n\n### write(text)\n\nPrints text to LCD screen at the location of the cursor.\n\n### autoscroll(bool)\n\nEnables lcd to scroll text as typed.\n\n### cursor(bool)\n\nSets cursor visibility.\n\n### blink(bool)\n\nSets blink visibility.\n\n### display(bool)\n\nSets display state (on/off).\n\n### home()\n\nReturns the cursor to the (0,0) location on screen\n\n### move(col, row)\n\nMoves the cursor to (col,row)\n\n### color(r, g, b)\n\nChanges the color of the LCD Backlight to (r,g,b)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbucknalla%2Fmicropython-i2c-lcd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbucknalla%2Fmicropython-i2c-lcd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbucknalla%2Fmicropython-i2c-lcd/lists"}