Added backlight, reset, triangle and corner commands
[hackover2013-badge-firmware.git] / Makefile
index a211627..ef0296a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,12 +26,13 @@ VPATH += project/commands
 OBJS += cmd_chibi_addr.o cmd_chibi_tx.o
 OBJS += cmd_i2ceeprom_read.o cmd_i2ceeprom_write.o cmd_lm75b_gettemp.o
 OBJS += cmd_reset.o cmd_sd_dir.o cmd_sysinfo.o cmd_uart.o 
+OBJS += cmd_roundedcorner.o
 
 VPATH += project/commands/drawing
 OBJS += cmd_backlight.o cmd_bmp.o cmd_button.o cmd_calibrate.o
 OBJS += cmd_circle.o cmd_clear.o cmd_line.o cmd_orientation.o
 OBJS += cmd_pixel.o cmd_progress.o cmd_rectangle.o cmd_text.o
-OBJS += cmd_textw.o cmd_tsthreshhold.o cmd_tswait.o
+OBJS += cmd_textw.o cmd_tsthreshhold.o cmd_tswait.o cmd_triangle.o
 
 ##########################################################################
 # Optional driver files 
This page took 0.021494 seconds and 4 git commands to generate.