altos/draw: Add a reasonable API for drawing, add lines.
[fw/altos] / src / stm-vga / Makefile
index 5db8c64110cf7154dcb131ce87c1ea222e108ec4..2a600330f024193b4f66c3c6a3795b6f3321ede5 100644 (file)
@@ -14,6 +14,7 @@ INC = \
        ao_product.h \
        ao_vga.h \
        ao_draw.h \
+       ao_draw_int.h \
        ao_font.h
 
 #
@@ -32,16 +33,19 @@ ALTOS_SRC = \
        ao_timer.c \
        ao_lcd_stm.c \
        ao_lcd_font.c \
+       ao_vga.c \
        ao_blt.c \
+       ao_copy.c \
+       ao_rect.c \
        ao_text.c \
+       ao_line.c \
        ao_mutex.c \
        ao_dma_stm.c \
        ao_adc_stm.c \
        ao_data.c \
        ao_i2c_stm.c \
        ao_usb_stm.c \
-       ao_exti_stm.c \
-       ao_vga.c
+       ao_exti_stm.c
 
 PRODUCT=StmVga-v0.0
 IDPRODUCT=0x000a