altos/draw: Add a reasonable API for drawing, add lines. lisp
authorKeith Packard <keithp@keithp.com>
Mon, 21 Nov 2016 05:02:59 +0000 (21:02 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 21 Nov 2016 05:02:59 +0000 (21:02 -0800)
commitc5734e9e38bc583aff305e3c534cfb8b9088bc71
treef02f3dafea7e704a7164011700c56289ab9fed0a
parent83cfc271e37f568cb1d821cf6a96750f3ca3854c
altos/draw: Add a reasonable API for drawing, add lines.

Also, move the demo drawing into the stm-vga app and out of the vga
driver.

Signed-off-by: Keith Packard <keithp@keithp.com>
14 files changed:
src/draw/ao_blt.c
src/draw/ao_copy.c [new file with mode: 0644]
src/draw/ao_draw.h
src/draw/ao_draw_int.h [new file with mode: 0644]
src/draw/ao_font.h [deleted file]
src/draw/ao_line.c [new file with mode: 0644]
src/draw/ao_rect.c [new file with mode: 0644]
src/draw/ao_text.c
src/draw/font-convert
src/drivers/ao_vga.c
src/drivers/ao_vga.h
src/stm-vga/Makefile
src/stm-vga/ao_demo.c
src/stm-vga/ao_pins.h