Add LCD device driver to STM32L port
authorKeith Packard <keithp@keithp.com>
Fri, 23 Mar 2012 02:43:29 +0000 (19:43 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 29 Mar 2012 04:37:03 +0000 (21:37 -0700)
commit6da2f5846f2d28ea1f09f60ef2cc3f68113ac62a
tree4edfd17c4d1d02ae23917a4face8363b79762f7a
parenta953ac32033ded18adf0cb3ca20134385fcd0a6d
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>
src/stm-demo/Makefile
src/stm-demo/ao_demo.c
src/stm-demo/ao_pins.h
src/stm/ao-parse-font.5c [new file with mode: 0644]
src/stm/ao_arch.h
src/stm/ao_lcd_font.c [new file with mode: 0644]
src/stm/ao_lcd_font.h [new file with mode: 0644]
src/stm/ao_lcd_stm.c [new file with mode: 0644]