altos: Provide interface for STM LCD driver.
authorKeith Packard <keithp@keithp.com>
Mon, 27 Aug 2012 20:34:12 +0000 (13:34 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 27 Aug 2012 20:34:12 +0000 (13:34 -0700)
commit304909b7534768bfc8da62954effb37ba86806ea
treec0c3c3dccdc7f9bbe30fad595419b5b55f33c4a6
parentc1168f40223ca09df23215f2e2fc445a8a03aea9
altos: Provide interface for STM LCD driver.

This provides a simple function interface for driving the LCD segments
in the STM chip. It also uses the update complete interrupt to block
LCD users during flush.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm/ao_lcd_stm.c
src/stm/ao_lcd_stm.h [new file with mode: 0644]