Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camilstaps/hd44780_pic
HD44780 C library for PIC microcontrollers
https://github.com/camilstaps/hd44780_pic
display hd44780 lcd microcontroller pic
Last synced: about 1 month ago
JSON representation
HD44780 C library for PIC microcontrollers
- Host: GitHub
- URL: https://github.com/camilstaps/hd44780_pic
- Owner: camilstaps
- License: gpl-2.0
- Created: 2016-11-21T00:37:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T21:58:18.000Z (about 8 years ago)
- Last Synced: 2024-10-30T16:27:12.302Z (3 months ago)
- Topics: display, hd44780, lcd, microcontroller, pic
- Language: C
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HD44780
C library for interfacing a HD44780 LCD display with a PIC microcontrollerThis library was initially developed for the XC8 compiler, but I see no reason
why it shouldn't work with XC16 or XC8.Copyright © 2016 [Camil Staps](mailto:[email protected]). This project is
licensed under the GPL v2.0 license. For more details, see the `LICENSE` file.## Features
- Supports 8- and 4-bit mode
- Support for two displays sharing the same bus (except for the Enable lines)