Driver for HD44780 LCDs connected directly to GPIO / to I2C by PCF8574-like GPIO expanders
This commit is contained in:
parent
2994a566a6
commit
4fdbaa2108
9 changed files with 457 additions and 0 deletions
6
examples/i2c_lcd_test/Makefile
Normal file
6
examples/i2c_lcd_test/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
PROGRAM = i2c_lcd_test
|
||||
EXTRA_COMPONENTS = extras/i2c extras/pcf8574 extras/hd44780
|
||||
|
||||
HD44780_I2C = 1
|
||||
|
||||
include ../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue