From 399d90f1b94717aa0ca5abb1dc43bdb6f4160d13 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sun, 31 Jan 2021 15:33:30 -0500 Subject: Fairly important bug fixes to lcdlib, LCD now echoes input! Input polling without line-buffering is done using ncurses, so the buildroot configuration had to change accordingly to include that library. The Makefile changed to accommodate stand-alone building of ct1986 and to include -lcurses where appropriate. There were also some typos about copying ct1986 and ctaklm to the correct directories. --- include/lcdlib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/lcdlib.h') diff --git a/include/lcdlib.h b/include/lcdlib.h index 192b3a4..b1cfc87 100644 --- a/include/lcdlib.h +++ b/include/lcdlib.h @@ -37,6 +37,9 @@ int lcd_begin(void); void lcd_end(void); void lcd_clear(void); +void lcd_set_blink(void); +void lcd_stop_blink(void); + void lcd_put_line(const enum LCD_WRITE_MODE mode, const char *line); void lcd_printf_line(const enum LCD_WRITE_MODE mode, -- cgit v1.2.3