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
8
extras/hd44780/component.mk
Normal file
8
extras/hd44780/component.mk
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
INC_DIRS += $(hd44780_ROOT)..
|
||||
hd44780_SRC_DIR = $(hd44780_ROOT)
|
||||
|
||||
HD44780_I2C ?= 1
|
||||
|
||||
hd44780_CFLAGS = -DHD44780_I2C=${HD44780_I2C} $(CFLAGS)
|
||||
|
||||
$(eval $(call component_compile_rules,hd44780))
|
||||
Loading…
Add table
Add a link
Reference in a new issue