Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Flush LCD changes each time the text is updated | Keith Packard | 2012-03-28 |
| | | | | | | Rather than requiring the caller to do it. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Move LCD string output code to ao_lcd_font.c | Keith Packard | 2012-03-28 |
| | | | | | | | It's all very specific to the 14-segment display, so stick it there. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Add LCD device driver to STM32L port | Keith Packard | 2012-03-28 |
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> |