esp-open-rtos/extras/hd44780/component.mk
Ruslan V. Uss 574f944fbb Driver for HD44780 LCDs (#246)
Driver for HD44780 LCDs connected directly to GPIO / to I2C by PCF8574-like GPIO expanders (#246)
2016-10-26 16:21:55 +03:00

8 lines
188 B
Makefile

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))