ugfx_release_2.6
Tectu 2012-08-05 02:38:33 +02:00
parent 081215a1a7
commit 856abc8436
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@
#include "ch.h"
#include "hal.h"
#include "fonts.h"
#include "fastMath.h"
#if !defined(LCD_USE_FSMC) && !defined(LCD_USE_GPIO) && !defined(LCD_USE_SPI)
#include "glcdconf.h"

View File

@ -1,6 +1,5 @@
LCD_GLCD_SRC = $(LCDLIB)/glcd/glcd.c \
$(LCDLIB)/glcd/fonts.c \
$(LCDLIB)/glcd/fastMath.c \
$(LCDLIB)/glcd/console.c
LCD_GLCD_INC = $(LCDLIB)/glcd