diff options
| author | Keith Packard <keithp@keithp.com> | 2016-11-20 01:42:22 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-11-20 01:42:22 -0800 |
| commit | fd05d495b463685d81e75115a93fdda2764c7113 (patch) | |
| tree | 3bf8f2391c7c865f261baffcaca0738fe8013421 /src/stm-vga/ao_pins.h | |
| parent | 34e68a77dcd458f9cf9d839a55e4e84a6d95a48d (diff) | |
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>
Diffstat (limited to 'src/stm-vga/ao_pins.h')
| -rw-r--r-- | src/stm-vga/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm-vga/ao_pins.h b/src/stm-vga/ao_pins.h index 3526cb6c..0e5a1903 100644 --- a/src/stm-vga/ao_pins.h +++ b/src/stm-vga/ao_pins.h @@ -69,7 +69,7 @@ #define HAS_BEEP 0 #define PACKET_HAS_SLAVE 0 -#define STM_DMA1_5_STOLEN 1 +#define STM_DMA1_3_STOLEN 1 #define AO_BOOT_CHAIN 1 |
