Driver for HD44780 LCDs (#246)
Driver for HD44780 LCDs connected directly to GPIO / to I2C by PCF8574-like GPIO expanders (#246)
This commit is contained in:
parent
698f7424eb
commit
574f944fbb
9 changed files with 457 additions and 0 deletions
6
examples/hd44780_lcd/Makefile
Normal file
6
examples/hd44780_lcd/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
PROGRAM = hd44780_lcd
|
||||
EXTRA_COMPONENTS = extras/hd44780
|
||||
|
||||
HD44780_I2C = 0
|
||||
|
||||
include ../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue