esp-open-rtos/examples/i2c_lcd_test/Makefile
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

6 lines
125 B
Makefile

PROGRAM = i2c_lcd_test
EXTRA_COMPONENTS = extras/i2c extras/pcf8574 extras/hd44780
HD44780_I2C = 1
include ../../common.mk