{"id":13481008,"url":"https://github.com/Nilhcem/1602A-androidthings","last_synced_at":"2025-03-27T11:31:28.761Z","repository":{"id":141783242,"uuid":"77669178","full_name":"Nilhcem/1602A-androidthings","owner":"Nilhcem","description":"1602 LCD module driver for Android Things","archived":false,"fork":false,"pushed_at":"2018-05-10T13:08:02.000Z","size":1010,"stargazers_count":29,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-30T14:42:59.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nilhcem.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2016-12-30T07:24:38.000Z","updated_at":"2023-11-15T18:01:27.000Z","dependencies_parsed_at":"2023-03-17T05:15:23.094Z","dependency_job_id":null,"html_url":"https://github.com/Nilhcem/1602A-androidthings","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nilhcem%2F1602A-androidthings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nilhcem%2F1602A-androidthings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nilhcem%2F1602A-androidthings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nilhcem%2F1602A-androidthings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nilhcem","download_url":"https://codeload.github.com/Nilhcem/1602A-androidthings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245836152,"owners_count":20680328,"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":[],"created_at":"2024-07-31T17:00:47.593Z","updated_at":"2025-03-27T11:31:28.398Z","avatar_url":"https://github.com/Nilhcem.png","language":"Java","funding_links":[],"categories":["Useful links"],"sub_categories":["Drivers"],"readme":"# 1602A LCD display driver for Android Things\n\nA port of the LiquidCrystal Arduino library for Android Things.\n\n\n## Photo\n\n![photo][]\n\n## Download\n\n```groovy\ndependencies {\n    compile 'com.nilhcem.androidthings:driver-lcd1602:0.0.3'\n}\n```\n\n## Usage\n\n```java\nLcd1602 lcd = new Lcd1602(GPIO_LCD_RS, GPIO_LCD_EN, GPIO_LCD_D4, GPIO_LCD_D5, GPIO_LCD_D6, GPIO_LCD_D7);\nlcd.begin(16, 2);\n\n// load custom character to the LCD\nint[] heart = {0b00000, 0b01010, 0b11111, 0b11111, 0b11111, 0b01110, 0b00100, 0b00000};\nlcd.createChar(0, heart);\n\nlcd.clear();\nlcd.print(\"Hello,\");\nlcd.setCursor(0, 1);\nlcd.print(\"Android Things!\");\nlcd.write(0); // write :heart: custom character\n\n// Later on\nlcd.close();\n```\n\n## Breadboard\n\n![breadboard][]\n\n## Schematic\n\n![schema][]\n\n[photo]: https://raw.githubusercontent.com/Nilhcem/1602A-androidthings/master/assets/photo.jpeg\n[breadboard]: https://raw.githubusercontent.com/Nilhcem/1602A-androidthings/master/assets/breadboard.png\n[schema]: https://raw.githubusercontent.com/Nilhcem/1602A-androidthings/master/assets/schema.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNilhcem%2F1602A-androidthings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNilhcem%2F1602A-androidthings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNilhcem%2F1602A-androidthings/lists"}