git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1640 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 eaeaa71a
......@@ -27,6 +27,8 @@ if GetDepend('RT_USING_RTGUI') or GetDepend('RT_USING_FTK'):
src_drv += ['lcd_n35.c']
elif rtconfig.RT_USING_LCD_TYPE == 'PNL_T35':
src_drv += ['lcd_t35.c']
elif rtconfig.RT_USING_LCD_TYPE == 'PNL_X35':
src_drv += ['lcd_x35.c']
src = File(src_bsp + src_drv)
CPPPATH = [GetCurrentDir()]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册