Skip to content

bonezegei/Bonezegei_LCD1602_I2C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bonezegei_LCD1602_I2C

HD44780 LCD connected to PCF8574 I2C

This paper presents a library for Arduino that allows interfacing a 16x2 LCD display with the HD44780 controller via the PCF8574 I2C expander. The library provides basic functions for displaying text and controlling the backlight on the LCD. The library is based on two previous works by Batutay (2023, 2024) that implemented libraries for the HD44780 and the PCF8574 separately. The paper demonstrates some examples and explains the advantages of using I2C communication over parallel wiring. The paper also describes how to install the library on the Arduino 2 IDE following the instructions by Batutay (2023).

Disclaimer

The code and libraries provided by Bonezegei is intended for informational and educational purposes only. Bonezegei does not own or manufacture the hardware associated with the code. The code is provided "as is" without any warranty, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall Bonezegei be liable for any claim, damages, or other liability arising from the use of the code or the hardware. Users are solely responsible for ensuring that their use of the code complies with all applicable laws and regulations.