aboutsummaryrefslogtreecommitdiff
path: root/include/lcdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lcdlib.h')
-rw-r--r--include/lcdlib.h3
1 files changed, 3 insertions, 0 deletions
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,