diff options
author | Keith Packard <keithp@keithp.com> | 2014-03-08 16:25:33 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-03-08 16:25:33 -0800 |
commit | 6dad9ca543fbed3f849b01300224b1b21ef2eb08 (patch) | |
tree | 369c8b431333ba6c0cfa9f79dca7629defad206e /src/stm-demo | |
parent | 32f0f39a953dabe19ec92611570e4a82da8f8dce (diff) |
Re-add LCD bits to stm-demo
Diffstat (limited to 'src/stm-demo')
-rw-r--r-- | src/stm-demo/ao_demo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stm-demo/ao_demo.c b/src/stm-demo/ao_demo.c index 58cf651b..edc67f5e 100644 --- a/src/stm-demo/ao_demo.c +++ b/src/stm-demo/ao_demo.c @@ -192,8 +192,8 @@ main(void) ao_timer_init(); ao_dma_init(); ao_cmd_init(); -// ao_lcd_stm_init(); -// ao_lcd_font_init(); + ao_lcd_stm_init(); + ao_lcd_font_init(); ao_spi_init(); ao_i2c_init(); ao_exti_init(); |