bsp/stm32f10x: remove the last calibration.c

This also provide an example to show how to use calibration feature in
the RTGUI.
This commit is contained in:
Grissiom
2013-02-24 18:16:16 +08:00
parent de569ec8e7
commit 24649bfefe
3 changed files with 23 additions and 285 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if GetDepend('RT_USING_LWIP'):
src_drv += ['enc28j60.c'] + ['dm9000a.c']
if GetDepend('RT_USING_RTGUI'):
src_drv += ['touch.c', 'calibration.c']
src_drv += ['touch.c']
if GetDepend('RT_USING_RTGUI'):
if rtconfig.RT_USING_LCD_TYPE == 'FMT0371':