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/avr/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/avr') diff --git a/src/avr/Kconfig b/src/avr/Kconfig index 9a4500c1..77f002e2 100644 --- a/src/avr/Kconfig +++ b/src/avr/Kconfig @@ -9,6 +9,7 @@ config AVR_SELECT select HAVE_GPIO_ADC select HAVE_GPIO_SPI select HAVE_GPIO_HARD_PWM + select HAVE_USER_INTERFACE select NO_UNSTEP_DELAY config BOARD_DIRECTORY -- cgit v1.2.3-70-g09d2