altos/stm-vga: Fix DMA reset to load scanline each time
authorKeith Packard <keithp@keithp.com>
Sun, 20 Nov 2016 09:42:22 +0000 (01:42 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 20 Nov 2016 09:42:22 +0000 (01:42 -0800)
commitfd05d495b463685d81e75115a93fdda2764c7113
tree3bf8f2391c7c865f261baffcaca0738fe8013421
parent34e68a77dcd458f9cf9d839a55e4e84a6d95a48d
altos/stm-vga: Fix DMA reset to load scanline each time

If we load the scanline register while DMA is running, it doesn't
actually get reloaded until after the first transfer from the next
line, leaving a weird jog in the middle of the screen.

Also flip to SPI1, as Bdale is using that on the 1802 board.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_vga.c
src/stm-vga/ao_demo.c
src/stm-vga/ao_pins.h
src/stm/ao_dma_stm.c