{"id":19533533,"url":"https://github.com/ercanersoy/pic-xc8-hd44780-library","last_synced_at":"2026-03-08T00:32:55.232Z","repository":{"id":167615505,"uuid":"183733121","full_name":"ercanersoy/PIC-XC8-HD44780-Library","owner":"ercanersoy","description":"PIC MPLABX HD44780 Library","archived":false,"fork":false,"pushed_at":"2024-06-02T09:43:15.000Z","size":7,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T09:06:53.726Z","etag":null,"topics":["c","character-lcd","display","hd44780","lcd","lcd-library","library","microchip","mplabx","pic","xc8","xc8-compiler","xc8-toolchain"],"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/ercanersoy.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":"2019-04-27T05:40:02.000Z","updated_at":"2024-08-11T02:32:50.000Z","dependencies_parsed_at":"2025-04-26T13:39:39.975Z","dependency_job_id":"1320be21-aa22-475f-9e4b-47156e05a0a4","html_url":"https://github.com/ercanersoy/PIC-XC8-HD44780-Library","commit_stats":null,"previous_names":["ercanersoy/pic-xc8-hd44780-library"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ercanersoy/PIC-XC8-HD44780-Library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ercanersoy%2FPIC-XC8-HD44780-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ercanersoy%2FPIC-XC8-HD44780-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ercanersoy%2FPIC-XC8-HD44780-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ercanersoy%2FPIC-XC8-HD44780-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ercanersoy","download_url":"https://codeload.github.com/ercanersoy/PIC-XC8-HD44780-Library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ercanersoy%2FPIC-XC8-HD44780-Library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30238895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:30:53.000Z","status":"ssl_error","status_checked_at":"2026-03-08T00:30:44.061Z","response_time":53,"last_error":"SSL_read: 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":["c","character-lcd","display","hd44780","lcd","lcd-library","library","microchip","mplabx","pic","xc8","xc8-compiler","xc8-toolchain"],"created_at":"2024-11-11T02:08:19.503Z","updated_at":"2026-03-08T00:32:55.210Z","avatar_url":"https://github.com/ercanersoy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PIC XC8 HD44780 Library\n\nCopyright (C) 2019-2024 Ercan Ersoy\n\nThis LCD library is useful for more LCD applications.\n\nThis LCD library licensed by MIT License.\n\n## Usage\n\nThis library supports only 2 row or 4 row LCDs. But, this library\ndoesn't support 40x4 dual controller LCDs.\n\nThis library supports only 4 byte data connection.\n\n_XTAL_FREQ, RS, RW, ENABLE and LCD_PORT must be defined at \"HD44780.h\"\nheader file.\n\n### void lcd_wait(void)\n\nWait for screen for send command or send data.\n\n### void lcd_send_command(unsigned char command)\n\nSend screen command.\n\n### void lcd_send_data(unsigned char data)\n\nSend screen data.\n\n### void lcd_on_off_screen(void)\n\nOn or off screen.\n\n### void lcd_clear(void)\n\nClear screen and put cursor on home position.\n\n### void lcd_print(const char *s)\n\nPrint a string on screen.\n\n### void lcd_goto_xy(unsigned char x, unsigned char y)\n\nPut cursor to specified position.\n\n### void lcd_prepare(void)\n\nInitialize for screen for usage.\n\n## Note\n\nPIC is a registered trademark of Microchip Technology Incorporated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fercanersoy%2Fpic-xc8-hd44780-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fercanersoy%2Fpic-xc8-hd44780-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fercanersoy%2Fpic-xc8-hd44780-library/lists"}