Skip to content

I2C controlled LCD driver for Raspberry Pi (bcm2835 library based).

License

Notifications You must be signed in to change notification settings

positronicsengineer/rpi-i2c-lcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi I2C controlled LCD

rpi-i2c-lcd is a simple driver to control LCD attached to Raspberry Pi, over i2c port expander.

  • Supports write only operations for 2x16 dot matrix LCD.
  • Prints string and single characters to LCD screen.
  • Based on bcm2835 library.

Usage

#include "rpi-i2c-lcd.h" in your code.
Call lcd_cursor_pos() before lcd_put_str() and lcd_put_char().
See example test-i2c-lcd.c.

References

License

Distributed under the terms of the MIT license.
Copyright (c) 2019 positronics.engineer at yandex dot com.

About

I2C controlled LCD driver for Raspberry Pi (bcm2835 library based).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published