altos: Add VGA driver for STM32L processors
authorKeith Packard <keithp@keithp.com>
Sun, 20 Nov 2016 08:04:27 +0000 (00:04 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 20 Feb 2017 20:34:02 +0000 (12:34 -0800)
commit6b39d3093c3b87689717bb03988d160473c53c64
treee0de4a962b178fc3bddeb0fc8613a3d2b699f7bf
parent1301d576d9bface4cc625e4a4187401f93f54444
altos: Add VGA driver for STM32L processors

Generates vsync/hsync using timers and pixel data using the SPI port.
320x240 video using 640x480 mode and a 24MHz "pixel" clock.

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