diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-20 21:02:59 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-11-20 21:02:59 -0800 |
commit | c5734e9e38bc583aff305e3c534cfb8b9088bc71 (patch) | |
tree | f02f3dafea7e704a7164011700c56289ab9fed0a /src/stm-vga/ao_pins.h | |
parent | 83cfc271e37f568cb1d821cf6a96750f3ca3854c (diff) |
altos/draw: Add a reasonable API for drawing, add lines.lisp
Also, move the demo drawing into the stm-vga app and out of the vga
driver.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm-vga/ao_pins.h b/src/stm-vga/ao_pins.h index 0e5a1903..f543ef53 100644 --- a/src/stm-vga/ao_pins.h +++ b/src/stm-vga/ao_pins.h @@ -68,6 +68,7 @@ #define HAS_USB 1 #define HAS_BEEP 0 #define PACKET_HAS_SLAVE 0 +#define HAS_TASK_QUEUE 1 #define STM_DMA1_3_STOLEN 1 |