summaryrefslogtreecommitdiff
path: root/src/stm-demo/ao_demo.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-06-21 09:39:10 -0700
committerKeith Packard <keithp@keithp.com>2012-06-21 09:39:10 -0700
commit419a801131c1034f1fa149a67850290431cbda72 (patch)
tree3b89e21a030d5ee8f6ed3be07c850bea53847c7e /src/stm-demo/ao_demo.c
parent611f37607fadcdc9908d67456f844a452ad4a87a (diff)
altos: Configure STM LCD driver for giant LCD digits
These devices require static mode. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo/ao_demo.c')
-rw-r--r--src/stm-demo/ao_demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm-demo/ao_demo.c b/src/stm-demo/ao_demo.c
index 232c2313..73ace558 100644
--- a/src/stm-demo/ao_demo.c
+++ b/src/stm-demo/ao_demo.c
@@ -166,7 +166,7 @@ main(void)
ao_timer_init();
ao_dma_init();
ao_cmd_init();
-// ao_lcd_stm_init();
+ ao_lcd_stm_init();
// ao_lcd_font_init();
ao_spi_init();
ao_i2c_init();