From 9140f36d991210c6286691986e11dedc98fa72ee Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 20 Feb 2018 20:47:02 -0500 Subject: lcd_st7920: Add micro-controller code for the ST7920 LCD chip Add support for passing messages to an ST7920 chip via a SPI bit-banging interface. Signed-off-by: Kevin O'Connor --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index ce626faa..b316bb66 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,3 +5,4 @@ src-$(CONFIG_HAVE_GPIO) += gpiocmds.c stepper.c endstop.c src-$(CONFIG_HAVE_GPIO_ADC) += adccmds.c src-$(CONFIG_HAVE_GPIO_SPI) += spicmds.c src-$(CONFIG_HAVE_GPIO_HARD_PWM) += pwmcmds.c +src-$(CONFIG_HAVE_USER_INTERFACE) += lcd_st7920.c -- cgit v1.2.3-70-g09d2