https://github.com/mr-addict/lcd1602-c-library
8-bits data connection for lcd1602
https://github.com/mr-addict/lcd1602-c-library
Last synced: 17 days ago
JSON representation
8-bits data connection for lcd1602
- Host: GitHub
- URL: https://github.com/mr-addict/lcd1602-c-library
- Owner: MR-Addict
- Created: 2021-05-24T07:55:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T01:23:01.000Z (over 4 years ago)
- Last Synced: 2025-11-29T01:30:44.471Z (6 months ago)
- Language: C++
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LCD1602 C library
- C51 library is based on `8-bit` interface using `RS`, `RW` and `EN` Pins
- Arduino Library has both `8-bit` and `4-bit` interface
- 8-bit interface also using `RS`, `RW` and `EN` Pins
- 4-bit interface only using `RS`, and `EN` Pins