{"id":18743003,"url":"https://github.com/dawinaj/hd44780","last_synced_at":"2026-05-03T05:36:45.393Z","repository":{"id":243689671,"uuid":"628957441","full_name":"dawinaj/HD44780","owner":"dawinaj","description":"HD44780 driver for ESP32","archived":false,"fork":false,"pushed_at":"2025-01-01T20:16:40.000Z","size":26354,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-20T06:09:09.300Z","etag":null,"topics":["cpp","driver","esp32","gpio","hal","hd44780","lcd-display","pcf8574"],"latest_commit_sha":null,"homepage":"","language":"C++","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/dawinaj.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,"zenodo":null}},"created_at":"2023-04-17T10:28:59.000Z","updated_at":"2025-01-01T20:16:43.000Z","dependencies_parsed_at":"2024-06-10T17:46:52.238Z","dependency_job_id":"7feb6612-4b78-40d2-bd46-efffb6e72b9d","html_url":"https://github.com/dawinaj/HD44780","commit_stats":null,"previous_names":["herhor67/hd44780","dawinaj/hd44780"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dawinaj/HD44780","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawinaj%2FHD44780","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawinaj%2FHD44780/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawinaj%2FHD44780/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawinaj%2FHD44780/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawinaj","download_url":"https://codeload.github.com/dawinaj/HD44780/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawinaj%2FHD44780/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32559716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T03:21:47.309Z","status":"ssl_error","status_checked_at":"2026-05-03T03:21:43.884Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cpp","driver","esp32","gpio","hal","hd44780","lcd-display","pcf8574"],"created_at":"2024-11-07T16:09:46.872Z","updated_at":"2026-05-03T05:36:45.364Z","avatar_url":"https://github.com/dawinaj.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32 HD44780 driver/library\n\nThis is a header-only C++ style library (see files in `main/include/`) for driving the popular **HD44780** LCD display from an **ESP32** microcontroller.\nCurrently, there exist two Interfaces - one using **PCF8574** expander via **I2C** and one using 4-bit **GPIO** connection.\nFeel free to suggest or write other Interfaces (like for other expanders, or full 8-bit 12-pin communication).\n\nMain source file contains simple tests. You can see the results [here](https://imgur.com/a/MCVgFki). See performance [here](https://www.youtube.com/watch?v=B4rCxr45nzM).\n\n## Installation \u0026 usage\nSee example in `main/main.cpp`.\n\n- Move the files from `main/include/` to your include directory.\n- #include the `HD44780.h` and `PCF8574.h` or `GPIO4BIT.h` in your code.\n- Create `HD44780_PCF8574` or `HD44780_GPIO4BIT` object.\n- Create `HD44780` object with the earlier Interface object.\n- Done!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawinaj%2Fhd44780","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawinaj%2Fhd44780","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawinaj%2Fhd44780/lists"}