summaryrefslogtreecommitdiff
path: root/src/stm/ao_arch.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-03-22 19:43:29 -0700
committerKeith Packard <keithp@keithp.com>2012-03-28 21:37:03 -0700
commit6da2f5846f2d28ea1f09f60ef2cc3f68113ac62a (patch)
tree4edfd17c4d1d02ae23917a4face8363b79762f7a /src/stm/ao_arch.h
parenta953ac32033ded18adf0cb3ca20134385fcd0a6d (diff)
Add LCD device driver to STM32L port
This enables the 6-digit 14-character display on the STM32L discovery board and provides an ascii output to it. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm/ao_arch.h')
-rw-r--r--src/stm/ao_arch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stm/ao_arch.h b/src/stm/ao_arch.h
index c4b98c7a..96cbfe85 100644
--- a/src/stm/ao_arch.h
+++ b/src/stm/ao_arch.h
@@ -155,5 +155,9 @@ struct ao_adc {
*/
#define STM_APB1 (16000000 * 6 / 4)
+void ao_lcd_stm_init(void);
+
+void ao_lcd_font_string(char *s);
+
#endif /* _AO_ARCH_H_ */