summaryrefslogtreecommitdiff
path: root/src/stm/ao_arch.h
diff options
context:
space:
mode:
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_ */