summaryrefslogtreecommitdiff
path: root/src/core/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-11-12 18:51:03 -0800
committerKeith Packard <keithp@keithp.com>2011-11-12 18:51:03 -0800
commit430b439b9a5cc98b32273a233505de2c2f975c59 (patch)
treebefe29a4ca94ca39066b1689eb09226fe17c8da8 /src/core/ao.h
parent75a8490a7bee2a2c7afd559b13f1d9c40c2aa08f (diff)
altosui: Add ao_lcd_cursor_on/off
This shows or hides a blinking cursor on the LCD. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao.h')
-rw-r--r--src/core/ao.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/ao.h b/src/core/ao.h
index 3c1aa156..8bd7a3d2 100644
--- a/src/core/ao.h
+++ b/src/core/ao.h
@@ -1719,6 +1719,12 @@ ao_lcd_contrast_set(uint8_t contrast);
void
ao_lcd_clear(void);
+void
+ao_lcd_cursor_on(void);
+
+void
+ao_lcd_cursor_off(void);
+
#define AO_LCD_ADDR(row,col) ((row << 6) | (col))
void