Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# HD44780
C library for interfacing a HD44780 LCD display with a PIC microcontroller

This 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)