Add LCD device driver to STM32L port
[fw/altos] / src / stm / ao_arch.h
index c4b98c7a4ef9ec0808d7b30d3c1d16b4c2f7bbd9..96cbfe8515f5eeea009d09540672ff093894b17d 100644 (file)
@@ -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_ */